body {
	color: #727272;
	font-size: 16px;
	font-family: "usual", sans-serif;
	line-height: 32px;
	overflow-x: hidden;
}

body.inner {
	background-color: #1e1d1e;
}

.dark-bg {
	background-color: #262626;
}

.white-bg {
	background-color: #fff;
}

.grey-bg {
    background-color: #eaeaea;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	background-color: #d5d5d5;
	margin: 95px auto;
}

*[class^="icon-"] {
	display: inline-block;
	background-repeat: no-repeat;
}

.icon-wrench {
	background-image: url(images/wrench.svg);
	width: 36px;
	height: 30px;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.icon-people {
	background-image: url(images/people.svg);
	width: 30px;
	height: 26px;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.icon-check {
	background-image: url(images/check.svg);
	width: 20px;
	height: 17px;
	-webkit-background-size: 20px;
	background-size: 20px;
}

.icon-map { 
	background-image: url(images/map.svg);
	width: 13px;
	height: 16px;
	-webkit-background-size: 13px;
	background-size: 13px;
}

.icon-phone {
	background-image: url(images/phone.svg);
	width: 14px;
	height: 15px;
	-webkit-background-size: 14px;
	background-size: 14px;
}

.icon-mail {
	background-image: url(images/mail.svg);
	width: 14px;
	height: 11px;
	-webkit-background-size: 14px;
	background-size: 14px;
}

.button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "museo-slab", serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 30px;
    -webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.button.red {
	background-color: #bf1e2d;
	border: 2px solid #bf1e2d;
}

.button.grey {
	background-color: #444;
	border: 2px solid #444;
}

.button.ghost {
	border: 2px solid #fff;
}

.button:hover,
.button:focus {
	color: #fff;
	background-color: #202020;
	text-decoration: none;
	border: 2px solid #202020;
}

.overlay-parent {
	position: relative;
}

.overlay-parent .overlay {
	background-image: url(images/overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.overlay-parent .overlay-content {
	position: relative;
	z-index: 3;
}

.header {
	border-top: 12px solid #262626;
}

.header .site-title p {
	margin: 0;
}

.header .site-title p a {
	background-image: url(images/logo.png);
	display: block;
	width: 310px;
	height: 104px;
	text-indent: -99999px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	opacity: 1;
	margin: 19px 0;
}

.header .site-title p a:hover,
.header .site-title p a:focus {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	opacity: 0.6;
}

.header .contact-top {
    text-align: right;
}

.header .contact-top p {
    margin: 55px 10px 0 22px;
    display: inline-block;
    text-align: right;
    line-height: 17px;
    font-size: 17px;
    font-weight: 300;
    color: #8B8F97;
}

.header .contact-top p strong {
    font-family: "museo-slab", serif;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.header .contact-top p a {
    color: #8b8f95;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header .emergency-service {
	position: relative;
}

.header .emergency-service h5 {
    font-weight: 900;
    color: #2a2224;
    display: block;
    font-size: 21px;
    line-height: 27px;
    background-image: url(images/24hr.svg);
    -webkit-background-size: 55px;
    background-size: 55px;
    background-repeat: no-repeat;
    margin: 44px 0 0;
    padding-left: 73px;
    letter-spacing: -0.75px;
}

.header .emergency-service .sep {
	width: 1px;
	height: 46px;
	background-color: #d1d2d5;
	display: block;
	position: absolute;
	margin: auto;
	top: 48px;
	left: 0;
}

.navigation,
.why-choose {
	border-top: 1px solid #5a5657;
	border-bottom: 1px solid #5a5657;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: inline-block;
	position: relative;
}

.navigation ul li a {
    font-size: 16px;
    color: #FFF;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 12px 27px 11px;
    display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.navigation ul li:first-child a {
    padding-left: 0;
}

.navigation ul li a span:after {
    display: block;
    content: "";
    width: 100%;
    height: 0px;
    background: #d72334;
    margin: 6px 0 -9px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
}

.navigation ul li a.active,
.navigation ul li a:hover,
.navigation ul li a:focus {
	color: #bdbdbd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;	
}

.navigation ul li a.active span:after,
.navigation ul li a:hover span:after,
.navigation ul li a:focus span:after {
    height: 6px;
	margin: 3px 0 -15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
}

.navigation ul li .button {
    font-size: 13px;
    padding: 1px 26px;
    position: relative;
    top: -3px;
    margin-left: 86px;
}

.navigation ul li ul {
    position: absolute;
    background: #111;
    z-index: 99;
    width: 230px;
    top: 52px;
    left: 27px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.navigation ul li:hover ul,
.navigation ul li:focus ul {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.navigation ul li ul li {
    display: block;
}

.navigation ul li ul li a {
    display: block;
    width: 100%;
    padding: 20px 0px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    border-bottom: 1px solid #2b2b2b;
}

.navigation ul li ul li a:hover,
.navigation ul li ul li a:focus {
	background: #010101;
}

.navigation ul li ul li:last-child a {
    border-bottom: none;
}

.navigation ul li ul li a span:after {
	display: none;
}

.navigation ul li.last {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
}

.banner h1 {
    margin: 0 0 15px;
    font-family: "museo-slab", serif;
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}

.banner p {
    margin: 0px 0px 40px;
    color: #FFF;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}

.banner p:last-child {
    margin: 0;
}

.banner {
    text-align: center;
    padding: 188px 15px;
}

.banner p a {
    position: relative;
    padding-left: 70px;
}

.banner p a i {
    position: absolute;
    top: 0;
    left: 29px;
    bottom: 0;
    margin: auto;
}

.why-choose {
	padding: 50px 15px;
}

.why-choose ul {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

.why-choose ul li {
    display: inline-block;
    color: #FFF;
    font-family: "museo-slab", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    margin: 0px 21px;
}

.why-choose ul li:first-child {
	margin-left: 0;
}

.why-choose ul li:last-child {
	margin-right: 0;
}
.why-choose ul li i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.intro {
    padding-top: 95px;
}

.intro p {
    margin-bottom: 50px;
}

.intro p:last-child {
    margin: 0;
}

.intro h2 {
    font-size: 34px;
    color: #484848;
    text-transform: uppercase;
    font-family: "museo-slab", sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}

.intro h2 strong {
    color: #231f20;
    font-weight: 500;
}

.intro h4 {
    font-family: "museo-slab", sans-serif;
    font-weight: 100;
    color: #999;
    font-size: 17px;
    margin: -3px 0 25px 1px;
}

.intro h4:after {
    content: "";
    display: block;
    background-color: #bf1e2d;
    width: 60px;
    height: 2px;
    margin: 20px 0;
}

.our-services {
	padding-bottom: 95px;
	text-align: center;
}

.our-services h2 {
	font-size: 34px;
	font-weight: 500;
	font-family: "museo-slab", serif;
	text-transform: uppercase;
	color: #231f20;
	margin: 0;
}


.our-services h2 + p {
    font-family: "museo-slab", serif;
    font-weight: 100;
    color: #999;
    font-size: 17px; 
}

.our-services h2 + p:after {
    content: "";
    display: block;
    background-color: #bf1e2d;
    width: 60px;
    height: 2px;
    margin: 20px auto 75px;
}

.our-services h3 {
	font-family: "museo-slab", serif;
	font-weight: 300;
	font-size: 26px;
	color: #231f20;
	margin: 0 0 20px;
}

.our-services p,
.our-services li {
	font-size: 15px;
	color: #7e7d7d;
}

.our-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-services ul li {
    border-bottom: 1px solid #dadada;
}

.our-services ul li:last-child {
    border-bottom: none;
}

.our-services ul, 
.our-services h3 + p {
    min-height: 180px;
	margin: 0;
}

.service-area {
    text-align: center;
    color: #FFF;
	padding: 107px 15px;
}

.service-area h2 {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "museo-slab", serif;
    margin: 0;
}

.service-area h2:after {
    content: "";
    display: block;
    background-color: #bf1e2d;
    width: 60px;
    height: 2px;
    margin: 20px auto 35px;
}


.service-area h4, .service-area h4 strong {
    margin-top: 40px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.service-area h4 strong {
    color: #ff6f7c;
}

.green {
    font-size: 18px;
    padding: 40px 15px 70px;
}
 
.green img {
    margin-bottom: -80px;
    margin-top: 34px;
}

.green h2 {
	font-family:"museo-slab", serif;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: -1px;
	margin: 48px 0 15px;
}

.green p strong {
    font-weight: 600;
    font-size: 23px;
    color: #4e8501; 
    margin: 30px 0 0;
    display: block;
}

.footer {
	border-top: 7px solid #bf1e2d;
	padding: 90px 15px;
}

.footer p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 18px;
}

.footer h3 {
    margin: 0px;
    font-size: 15px;
    font-family: "museo-slab", serif;
    color: #919191;
    text-transform: uppercase;
}

.footer h3:after {
    width: 27px;
    height: 1px;
    display: block;
    background: #515151;
    content: "";
    margin: 5px 0 20px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.footer ul li {
	position: relative;
}

.footer ul li a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #CCC;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer ul li a i {
    color: #7d7d7d;
    margin-right: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.footer ul li a:hover i,
.footer ul li a:focus i {
    color: #bf1e2d;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer ul li p span {
    display: block;
    color: #6c6c6c;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 -6px;
}

.footer ul li p {
    line-height: 23px;
}

.footer ul.info li i {
    position: absolute;
    top: 7px;
	left: 0;
}

.footer ul.info li { 
	padding-left: 27px;
}

.copy {
	border-top: 1px solid #5a5657;
	background-color: #1e1d1e;
	padding: 30px 15px;
}

.copy p {
    margin: 0;
    line-height: 14px;
    font-family: "museo-slab", serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #939393;
}

.copy p a {
	color: #bf1e2d;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.copy p a:hover,
.copy p a:focus {
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;	
}

.content {
	padding: 75px 15px;
}

.page-title {
	border-bottom: 1px solid #5a5657;
	padding-top: 40px;
	text-align: center;
}

.page-title h1 {
    font-family: "museo-slab", serif;
    font-size: 90px;
    font-weight: 100;
    letter-spacing: -5px;
    color: #FFF;
    margin: 5px 0 -3px;
    line-height: 66px;
    text-transform: uppercase;
}

.faqs h3 {
    margin: 0;
}

.faqs h3 a {
    color: #555;
    font-family: "museo-slab", serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 23px;
    display: block;
    padding-right: 150px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.faqs h3 a:hover,
.faqs h3 a:focus {
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}



.faq-content p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 30px;
}

.faq-content {
    display: none;
}

.rates p {
    margin: 0;
}

.rates {
    margin-top: 60px;
    color: #333;
    text-align: center;
    border-top: 1px solid #EEE;
    padding-top: 70px;
	font-size: 15px;
}

.rates h3 {
    margin: 0;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    font-size: 30px;
}

.rates-content p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

.rates-heading h2 {
	display: inline-block;
	margin: 0px 0 -50px;
	background: #bf1e2d;
	color: #FFF;
	width: 350px;
	height: 130px;
	font-size: 80px;
	font-family: "museo-slab", serif;
	font-weight: 100;
	text-transform: uppercase;
	text-align: right;
	padding-top: 59px;
}

.affiliates {
    text-align: center;
}

.affiliates h2 {
    color: #444;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    font-size: 37px;
	font-weight: 300;
}

.affiliates h2:after {
	content: "";
    display: block;
    background-color: #bf1e2d;
    width: 60px;
    height: 2px;
    margin: 20px auto 40px;
}

.affiliates ul:after {
    clear: both;
    content: "";
    display: block;
}

.affiliates ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.affiliates ul li a {
	text-decoration: none !important;
}

.affiliates ul li a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;    max-width: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.7;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
}

.affiliates ul li a:hover img,
.affiliates ul li a:focus img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
}

.affiliates ul li a em {
    display: block;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px; 
    line-height: 16px;
    margin-top: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.affiliates ul li {
    width: 33%;
    float: left;
    height: 180px;
}

.affiliates ul li span {
    height: 90px;
    display: block;
    position: relative;
	
}

.affiliates ul li a:hover em,
.affiliates ul li a:focus em {
	color: #bf1e2d;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.equipment h3 {
    margin: 82px 0 0;
    color: #2d2d2d;
    font-family: "museo-slab", serif;
    font-weight: 300;
    font-size: 57px;
    letter-spacing: -2px;
}

.equipment h4 {
    margin: 0;
    color: #888;
    font-family: "museo-slab", serif;
    font-weight: 100;
    font-size: 21px;
    line-height: 37px;
    letter-spacing: -1px;
}

.equipment h4:after {
	content: "";
    display: block;
    background-color: #bf1e2d;
    width: 60px;
    height: 2px;
    margin: 20px 0 40px;
}


.equipment p {
    margin: 0;
    font-size: 20px;
    line-height: 39px;
    font-weight: 100;
    color: #444;
	padding-right: 25px;
}

.about-intro h4 {
    font-weight: 100;
    font-family: "museo-slab";
    font-size: 31px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 46px;
    color: #555;
    border-top: 1px solid #EEE;
    padding-top: 50px;
    margin-top: 60px;
    margin-bottom: -20px;
}

.about-intro h2, .backflow h3 {
    font-family: "museo-slab", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #444;
    margin: 0;
}

.about-intro { 
    text-align: right;
}

.about-intro p {
    font-size: 16px;
    line-height: 26px;
}

.about-intro h2 {
    margin: 24px 0 20px;
    font-size: 51px;
    letter-spacing: -3px;
    line-height: 51px;
}

.backflow h3 {
    margin: 0px 0 25px;
}

.backflow a {
    margin: 25px 0 0;
}

.backflow p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
}

.backflow p:last-child {
    margin: 0;
}

.about-intro img {
    margin-top: 7px;
}

.backflow img {
    float: right;
    margin-top: 20px;
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
}

.gallery a {
    display: block;
    width: 150px;
    height: 98px;
    overflow: hidden;
    float: left;
    margin: 3px 6px;
    background: #bf1e2d;
    position: relative;
}

.gallery a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery a:hover img, .gallery a:focus img {
    opacity: 0.2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery a i {
    color: #FFF;
    position: absolute;
    z-index: 3;
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery a:hover i,
.gallery a:focus i {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(1);
	transform: scale(1);
 	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#swipebox-bottom-bar {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
	bottom: 0 !important;
}

.careers .form-box {
    margin-top: 13px;
}

.faqs h3 a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0fe";
    color: #999;
    position: absolute;
    top: 4px;
    right: 0px;
}

.faqs h3 a.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f146";
    color: #999;
    position: absolute;
    top: 4px;
    right: 0px;
}

.commercial-list {
    margin-bottom: 40px;
}

.commercial-list ul:after {
    clear: both;
    content: "";
    display: block;
}

.service-intro p {
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-us h4 {
    font-family: "museo-slab", serif;
    font-size: 18px;
    color: #231f20;
    margin: 0px 0 10px;
    font-weight: 600;
    margin-top: 20px;
}

.footer p + p img {
    margin-top: 30px;
}

@media (max-width: 1199px) {
	
.navigation ul li ul li a {
    padding: 15px 0 !important;
}

.navigation ul li ul {
    left: 23px;
}	
	
.header .emergency-service h5 {
    font-size: 15px;
    line-height: 20px;
    background-size: 40px;
    padding-left: 50px;
    -webkit-background-size: 40px;
    margin-top: 32px;
}

.header .emergency-service .sep {
    height: 36px;
    top: 33px;
}

.header .contact-top p strong {
    font-size: 12px;
}

.header .contact-top p {
    font-size: 14px;
    margin-left: 0;
    margin-top: 36px;
}

.header .site-title p a {
    -webkit-background-size: 200px;
    background-size: 200px;
    width: 200px;
    height: 67px;
}
	
.navigation ul li a {
    font-size: 14px;
    padding: 11px 20px;
}	

.banner h1 {
    font-size: 39px;
}

.banner p {
    font-size: 21px;
}

.banner {
    padding: 150px 15px;
}

.why-choose ul li {
    font-size: 15px !important;
    margin: 0px 8px;
}

.why-choose {
    padding: 35px 15px;
}	

.intro h2 {
    font-size: 27px;
    margin-top: 0;
}

.intro h4 {
    font-size: 14px;
}

.our-services h2 {
    font-size: 30px;
}

.our-services h2 + p {
    font-size: 15px;
}

.our-services h3 {
    font-size: 20px;
}

.our-services ul li, .our-services h3 + p {
    font-size: 14px;
}

.our-services p br {
    display: none;
}	
	
.green img {
    margin-bottom: -80px;
    margin-top: 59px;
}
	
.green h2 {
    font-size: 30px;
}

.green {
    font-size: 17px;
}	

.footer p br {
    display: none;
}

.footer p {
    font-size: 12px;
    line-height: 18px;
}

.footer a {
    font-size: 12px;
}

.footer li {
    line-height: 26px;
}	

.footer a img {
    width: 230px;
    height: auto;
}	

.copy p {
    font-size: 13px;
}	
	
.page-title h1 {
    font-size: 60px;
    margin: 0px 0 -14px;
}


.about-intro p {
    font-size: 15px;
    line-height: 24px;
}

.about-intro h4 {
    font-size: 26px;
    line-height: 32px;
}

.about-intro h2, .backflow h3 {
    font-size: 24px;
}

.about-intro h2 {
    font-size: 40px;
}


.equipment p {
    font-size: 19px;
}	
	
.equipment h3 {
    font-size: 50px;
    margin: 43px 0 0;
}

.equipment h4 {
    font-size: 18px;
}	
	
.content .gallery {
    width: 810px;
    margin: 0 auto;
}	
	
.footer .col-sm-3 ul li a {
    word-break: break-word;
    line-height: 14px;
    display: block;
}	
		
	
}

@media (max-width: 991px) {

	
.content .gallery {
    width: 648px;
}	
	
.navigation ul li a {
    font-size: 11px;
    padding: 11px 13px;
}
.header .contact-top p {
    margin: 39px 0 0 10px;
    float: none;
    font-size: 12px;
}	
	
.navigation ul li ul li a {
    padding: 12px 0 !important;
    font-size: 12px;
}

.navigation ul li ul {
    left: 17px;
}	
	
.header .emergency-service h5 {
    font-size: 12px;
    line-height: 15px;
    background-size: 40px;
    padding-left: 50px;
    -webkit-background-size: 40px;
    margin-top: 32px;
    height: 50px;
    padding-top: 9px;
}
	
.banner h1 {
    font-size: 31px;
}
	
.banner p {
    font-size: 17px;
    line-height: 29px;
}
	
.banner {
    padding: 110px 15px;
}	
	
	

.intro h2 {
    font-size: 22px;
    margin-top: 0;
}
	
.intro p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
	
hr {
	margin: 65px auto;
}	
	
.our-services h2 + p {
    font-size: 12px;
}	
	
.our-services ul, .our-services h3 + p {
    min-height: 140px;
    margin: 0;
}	
	
.our-services ul li, .our-services h3 + p {
    font-size: 13px;
    line-height: 25px;
}
	
	.our-services .col-md-3 {
				padding-bottom: 40px;
	}
	
.green h2 {
    font-size: 22px;
}	
	
.green {
    font-size: 13px;
    line-height: 23px;
	    padding: 10px 15px 40px;
}	
	
.green img {
    margin-bottom: -80px;
    margin-top: 75px;
}	
	
.green p strong {
    font-size: 18px;
}	
	
.service-area {
    padding: 65px 15px;
}	

.about-intro h2 {
    font-size: 30px;
    line-height: 33px;
}	
	
.about-intro p {
    font-size: 13px;
    line-height: 20px;
}
	
.about-intro h4 {
    font-size: 19px;
    line-height: 23px;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: -30px;
}	

.backflow h3 {
    font-size: 19px;
    line-height: 26px;
}
	
.backflow a {
    display: block;
    text-align: center;
    margin: 7px 0;
}

.equipment h3 {
    font-size: 35px;
    margin: 43px 0 0;
}	

.equipment p {
    font-size: 14px;
    line-height: 28px;
}

.content {
    padding: 65px 15px;
}

.affiliates ul li a img {
    max-width: 160px;
}

.affiliates h2 {
    font-size: 32px;
}	
	
.equipment h4 {
    font-size: 14px;
    margin: -10px 0 -30px;
}
	
	
	
.backflow p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
}	
	
.faqs h3 a {
    font-size: 15px;
    line-height: 19px;
    padding-right: 50px;
}

.faq-content p {
    font-size: 13px;
}
		
.our-services .col-sm-3 {
    width: 50%;
    padding: 30px 45px;
}	
	
}

@media (max-width: 768px) {

.content .gallery {
    width: 486px;
    margin: 0 auto;
}


.footer .col-sm-7, .footer .col-sm-2, .footer .col-sm-3 {
    width: 100%;
    float: none;
    margin: 50px 0;
}

.footer .col-sm-7 {
    margin-top: 0;
}

.footer .col-sm-3 {
    margin-bottom: 0;
}

a {}.navigation ul li a {
    font-size: 12px;
    padding: 9px 12px 12px;
}

.navigation ul li.last {
    position: absolute;
    right: 30px;
    top: 10px;
    bottom: 0;
}


.navigation ul li ul {
    left: 12px;
}	
	

}




@media (max-width: 767px) {
	
	.social {
		padding: 10px 15px;
	}

	.social p {
		text-align: center !important;
	}

	.social p a {
		margin: 4px 6px;
	}	
	
	.navigation {
		display: none;
	}
	
	.hidden-xs {
		display: none;
	}
	
	.contact-us p:last-child {
		margin-bottom: 50px;
	}
	
	
.our-services .col-sm-3 {
    width: 50%;
    padding: 30px 15px;
    float: left;
}
	
.our-services h3 {
    font-size: 17px;
    margin: 0 0 11px;
}

.our-services ul li, .our-services h3 + p {
    font-size: 12px;
    line-height: 19px;
}

.our-services ul, .our-services h3 + p {
    min-height: 100px;
}	

	
	
}

@media (max-width: 640px) {

.page-title h1 {
    font-size: 48px;
    margin: -10px 0 -19px;
}	
	
.content .gallery {
    width: 363px;
    margin: 0 auto;
}	
	
.gallery a {
    width: 109px;
    height: 68px;
}	
	
.gallery a img {
    max-width: 110px;
    height: auto;
}	

	
	
}

@media (max-width: 480px) {
	
.content .gallery {
    width: 242px;
    margin: 0 auto;
}	
	
.page-title h1 {
    font-size: 32px;
    margin: -30px 0 -23px;
    letter-spacing: -3px;
}	
	
}


.social p {
    margin: 0;
}

.social p a.fb, .social p a.fb i {
    color: #507fe4;
}

.social p a.tw, .social p a.tw i {
    color: #00aced;
}

.social p a:hover, .social p a:focus {
    color: #FFF;
}

.social p a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-size: 30px;
    margin-left: 6px;
    margin-top: 8px;
    display: inline-block;
}

.contact-us .social p i {
    font-size: inherit;
    margin: 0 9px 0 -7px;
}

.plumbing-tips-offers form label {
    display: block;
}

.plumbing-tips-offers form .field:nth-of-type(1) {
    width: 100%;
}

.plumbing-tips-offers form .field input {
    width: 100%;
    padding: 10px;
}

.plumbing-tips-offers form .field {
    width: 49%;
    float: left;
}

.plumbing-tips-offers form .field:nth-of-type(3) {
    float: right;
}

.tip-msg {
    background: #F6F6F6;
    padding: 30px 30px 20px;
}

.mailing-list {
	display: none;
	background-color: #fff;
	padding: 55px 50px 20px;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	width: 640px;
	text-align: center;
}

.mailing-list h3 {
	font-family: "museo-slab", serif;
	font-size: 30px;
	color: #bf1e2d;
	margin: 0 0 5px;
	font-weight: 500;
	letter-spacing: -1px;
}

.mailing-list p {
	margin-bottom: 35px;
	font-size: 13px;
}


.mailing-list p:last-child {
	margin-bottom: 0;
}

.mailing-list p a {
	font-family: "museo-slab", serif;
	font-size: 20px;
}

.mailing-list a.closeThis {
    color: #999;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.mailing-list a.closeThis:hover,
.mailing-list a.closeThis:focus {
	color: #CCC;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.mailing-list a.no {
    color: #FFF;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -35px;
    text-align: center;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
	
	.mailing-list {
		width: 90%;
	}
	
	.mailing-list h3 {
		font-size: 24px;
	}

	.mailing-list p {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.mailing-list p a {
		padding: 10px 20px;
		font-size: 15px;
	}
	
}


div#forsale p {
    margin: 0;
    display: block;
    background: #bf1e2d;
    color: #fff;
    text-align: center;
    padding: 20px;
}

div#forsale p  a{
    color: #fff !important;
    white-space:nowrap;
}

@media (max-width: 767px) {

    div#forsale p {
        position: fixed;
        z-index: 100000;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        font-size: 14px;
        line-height: 1.25;
        padding: 15px 30px;
    }

}