/*
Theme Name: Universal
Author: Longevity Graphics
Author URI: http://www.longevitygraphics.com
Version: 1.1
Template: twentyten
*/
/*@import url("../twentyten/style.css");*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
    border: medium none;
    height: auto;
    max-width: 100%;
}

/* =Exit Popup Leads Form
-------------------------------------------------------------- */

.wbounce-modal,
#wbounce-modal-sub {
	z-index: 10001 !important;
}

#wbounce-modal-sub {
	text-align: center;
	border: 1px solid #e7e7e7 !important;
}

#wbounce-modal-sub .popup-form p {
	margin-bottom: 0 !important;
}

#wbounce-modal-sub h3 {
    background: #f3300e none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 !important;
	margin: 15px !important;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
text-transform: capitalize;
}

#wbounce-modal-sub .popup-phone {
	font-weight: 800;
	line-height: 28px;
}

#wbounce-modal-sub p {
	color: #545454 !important;
}

#wbounce-modal-sub .popup-phone span {
	font-family: Open Sans Condensed;
	font-size: 25px;
	color: #545454;
}

#wbounce-modal-sub .popup-phone span a {
	color: #545454; !important;
}

#wbounce-modal-sub .popup-img {
	width: 250px;
	float: left;
}

#wbounce-modal-sub .popup-form {
	max-width: 300px;
	float: right;	
	margin-right: 30px;
}

#wbounce-modal-sub .captcha-999 input {
	width: 66%;
	float: left;
}

.wbounce-modal form p {
	margin-left: 0 !important;
}

#wbounce-modal-sub .wpcf7-captchac {
	position: relative;
	top: 9px;
	left: 15px;
}
#wbounce-modal #wbounce-modal-sub .wpcf7-captchac {
    left: 215px;
    top: -40px;
}
#wbounce-modal #wbounce-modal-sub input[type="submit"]{
    margin-top: -25px;
}

#wbounce-modal-sub input[type="submit"] {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    background: #505faa;
    background: linear-gradient(to bottom, #505faa 0%,#2f3a73 100%) !important;
}

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
    display: table-cell;
    margin: 0;
    padding-right: 20px;
    width: 100%;
}
#content {
	margin: 0;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Open Sans, Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
div.menu,
#branding,
#wrapper {
	margin: 0 auto;
	width: 1240px;
}
#wrapper {
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #545454;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	margin-top: 15px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
b{
	font-weight: 600;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 7px;
    max-width: 100%;
    padding: 5px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
a:link, a:visited {
	color: #4f5ea7;
}
a:active, a:hover {
	color: #f3300e;
}
a:link, a:visited, a:active, a:hover, input[type="submit"], input[type="submit"]:hover, .button, .button:hover{
/*-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;*/

text-decoration: none;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Menu
-------------------------------------------------------------- */
#access {
	margin: 0 auto;
}
#access li.menu-item-has-children a::after {
    color: #a8a8a8;
    content: "˅";
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    position: relative;
    top: 1px;
    line-height: normal;
}
#access li.menu-item-has-children:hover a::after, #access li.current-menu-item a::after, #access li.current-page-ancestor a::after, #access li.current-menu-ancestor a::after{
    color: #fff;
}
#access li.menu-item-has-children li a::after {
    content: "";
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
    color: #545454;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 232px;
	z-index: 99999;
	padding-top: 4px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 600;
    height: auto;
    line-height: 18px;
    padding: 8px 10px 8px 22px;
    width: 200px;
}
#access li:hover > a,
#access ul ul :hover > a {
background: #f2300e; /* Old browsers */
background: -moz-linear-gradient(top,  #f2300e 0%, #bf2307 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2300e), color-stop(100%,#bf2307)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2300e 0%,#bf2307 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2300e', endColorstr='#bf2307',GradientType=0 ); /* IE6-9 */

	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
background: #f2300e; /* Old browsers */
background: -moz-linear-gradient(top,  #f2300e 0%, #bf2307 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2300e), color-stop(100%,#bf2307)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2300e 0%,#bf2307 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2300e', endColorstr='#bf2307',GradientType=0 ); /* IE6-9 */

	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
background: #f2300e; /* Old browsers */
background: -moz-linear-gradient(top,  #f2300e 0%, #bf2307 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2300e), color-stop(100%,#bf2307)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2300e 0%,#bf2307 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2300e', endColorstr='#bf2307',GradientType=0 ); /* IE6-9 */

	color: #fff;
}
/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	min-height: 525px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #545454;
	font-size: 15px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1,
#content h2 {
    color: #f3300e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 50px;
    line-height: 28px;
}
#content h3, #content h3 a {
    color: #f3300e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 22px;
}
#content h4 {
    color: #8e8e8e;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: -20px;
    clear: none;
}
#content h4 strong{
    font-weight: 600;
}
#content h5 {
    color: #f3300e;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 5px;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content h1.entry-title, .home h2.entry-title{
    display: none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 4px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
   /* border: 1px solid #f2f2f2; */
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #545454;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Logo
-------------------------------------------------------------- */

.logo-wrapper {
	display: inline-block;
	overflow: hidden;
	width: 390px;
	background-image: url("images/universal-plumbing-and-heating.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 84px;
	padding-left: 60px;
	text-align: center;
}

.logo-text {
	display: inline-block !important;
	font-weight: 800 !important;
	font-family: Open Sans Condensed !important;
	color: #F3300E !important;
	line-height: 1.25em !important;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #bebebe;
	overflow: hidden;
}

.logo-text span {
	font-size: 20px !important;
}

.logo-subtext {
	display: inline-block !important;
	font-family: Open Sans Condensed !important;
	font-size: 20px !important;
	color: #a8a8a8 !important;
	text-shadow: 1px 1px 2px #cbcbcb;
}

/* =Navigation
-------------------------------------------------------------- */
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Mega Menu
-------------------------------------------------------------- */

#mega-menu-primary > li:hover,
#mega-menu-primary > li,
#mega-menu-wrap-primary {
	background: transparent !important;
}

#mega-menu-primary > li > a {
	line-height: 50px !important;
	height: 50px !important;
	text-transform: uppercase !important;
	color: #545454 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a,
#mega-menu-primary > li.mega-current_page_item > a,
#mega-menu-primary > li > a:hover,
#mega-menu-primary > li > a:active {
	background: #f2300e !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2300e 0%, #bf2307 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2300e), color-stop(100%,#bf2307)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2300e 0%,#bf2307 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2300e 0%,#bf2307 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2300e', endColorstr='#bf2307',GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a:after,
#mega-menu-primary > li.mega-current_page_item > a:after,
#mega-menu-primary > li > a:hover:after,
#mega-menu-primary > li > a:active:after {
	color: #fff !important;
}

#mega-menu-primary > li.mega-menu-item-has-children > a:after {
	color: #a8a8a8 !important;
	margin-left: 0 !important;
}

#mega-menu-primary .mega-sub-menu {
	max-width: 924px !important;
	margin-top: 4px !important;
	border-bottom: 1px solid #e7e7e7 !important;
	border-left: 1px solid #e7e7e7 !important;
	border-right: 1px solid #e7e7e7 !important;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(198,198,198,1);
	-moz-box-shadow: 0px 4px 8px 0px rgba(198,198,198,1);
	box-shadow: 0px 4px 8px 0px rgba(198,198,198,1) !important;
}

#mega-menu-primary .mega-sub-menu ul.menu li a {
	display: block !important;
	text-transform: uppercase !important;
	color: #545454 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2em !important;
	padding: 10px 20px 10px 10px !important;
	border-bottom: 1px solid #e7e7e7 !important;
}

#mega-menu-primary .mega-sub-menu ul.menu li:last-child a {
	border-bottom: none !important;
}

#mega-menu-primary ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
	background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
	text-transform: uppercase !important;
	color: #545454 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2em !important;
	padding: 13px 20px 13px 13px !important;
	border-bottom: 1px solid #e7e7e7 !important;
}

#mega-menu-primary .mega-sub-menu ul.menu li a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
	color: #F3300E !important;
}

h4.mega-block-title {
	font-size: 14px !important;
	display: block;
	background: #e7e7e7 !important;
	border-radius: 3px !important;
	line-height: 1.2em !important;
	padding: 7px !important;
	margin-bottom: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	min-width: 230px !important;
	margin-top: 4px !important;
}

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type="submit"], .button{
    border: medium none;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #505faa; /* Old browsers */
background: -moz-linear-gradient(top,  #505faa 0%, #2f3a73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505faa), color-stop(100%,#2f3a73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #505faa 0%,#2f3a73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #505faa 0%,#2f3a73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #505faa 0%,#2f3a73 100%); /* IE10+ */
background: linear-gradient(to bottom,  #505faa 0%,#2f3a73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505faa', endColorstr='#2f3a73',GradientType=0 ); /* IE6-9 */
}
#content .button {
    width: 25%;
    min-width: 200px;
}
input[type="submit"]:hover, .button:hover{
    cursor: pointer;

background: #2f3a73; /* Old browsers */
background: -moz-linear-gradient(top,  #2f3a73 0%, #505faa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f3a73), color-stop(100%,#505faa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2f3a73 0%,#505faa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2f3a73 0%,#505faa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2f3a73 0%,#505faa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2f3a73 0%,#505faa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3a73', endColorstr='#505faa',GradientType=0 ); /* IE6-9 */
}
.cform .button::after {
    content: ">";
    font-family: Lilita One;
    font-size: 17px;
    font-weight: 500;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
    list-style: outside none none;
    margin: 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
.home #primary{
    display: block;
}
#primary {
    display: table-cell;
    min-width: 295px;
    position: relative;
    top: 365px;
    width: 295px;
    left: 11px;
}
#secondary {
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/**********************************HEADER**********************************/

#headwrap {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
}
#header{
  margin: 0 auto;
  position: relative;
}
.bbb {
    float: right;
    margin-right: 340px;
}
.cform {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    float: right;
    margin-left: 25px;
    min-height: 400px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: -16px;
    width: 315px;
    z-index: 99;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.emerg {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
}
.emerg span {
    background: transparent url("./images/icon_phone.png") no-repeat scroll left top;
    display: block;
    font-family: open sans condensed;
    font-size: 42px;
    margin-top: 10px;
    padding: 7px 0 28px;
}
.emerg span a, .emerg span a:hover{
    color: #545454;
}
#redbox {
    background: #f3300e none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 24px 0;
    text-align: center;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cform .wpcf7, #free{
    background: #f2f2f3;
    padding: 15px 15px 0;
    margin-bottom: 25px;

-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
#free {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#free a{
    margin-top: 12px;
}
#greybox {
    background: #626262 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 24px 0;
    text-align: center;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cform .wpcf7 p{
    margin-bottom: 0px;
}
.wpcf7-not-valid{
    border: 1px solid red !important;
}
div.wpcf7-validation-errors {
    border: medium none !important;
    color: red;
    font-size: 12px;
    line-height: normal;
    margin: -14px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
    text-align: center;
}
.entry-content div.wpcf7-validation-errors, .entry-content div.wpcf7-mail-sent-ok{
    margin: 0 !important;
    text-align: left;
}
div.wpcf7-mail-sent-ok {
    border: medium none !important;
    color: #19a91c;
    font-size: 12px;
    line-height: normal;
    margin: -14px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
    text-align: center;
}

#navwrap {
    background: #f2f2f3 none repeat scroll 0 0;
    border-bottom: 4px solid #f3300e;
    height: 50px;
    margin: 0 auto;
    width: 100%;
}

#mobilebuttons{
    display: none;
    margin: 0 auto;
    width: 100%;
}
#mbtns{
    margin: 0 auto;
}

#fullspanwrap1{
    background: #fff;
    margin: 0 auto;
    width: 100%;
}
#fullspan1 {
    box-sizing: border-box;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    padding: 55px 0 55px 210px;
}
#fullspan1 h2 {
	font-size: 31px;
    font-weight: 600 !important;
line-height: 1em !important;
margin: 0 !important;
padding: 0 !important;
}
#fullspan1 ul {
    line-height: 38px;
    list-style: outside none none;
    margin: 25px 0 0 115px;
}
#fullspan1 ul li {
    background: transparent url("./images/red_check.png") no-repeat scroll left center;
    font-size: 18px;
    font-weight: 500;
    padding-left: 32px;
}

#fullspanwrap2{
background: #b0b0b0; /* Old browsers */
background: -moz-linear-gradient(top,  #b0b0b0 0%, #5f5f5f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b0b0), color-stop(100%,#5f5f5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0b0b0 0%,#5f5f5f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0b0b0 0%,#5f5f5f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0b0b0 0%,#5f5f5f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b0b0b0 0%,#5f5f5f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#5f5f5f',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    width: 100%;
}
#fullspan2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 auto;
    padding: 15px 0;
    text-shadow: 1px 1px 1px #666;
    position: relative;
}
#fullspan2 #plumber {
    bottom: 0;
    left: -100px;
    position: absolute;
}
#fullspan2text {
    padding-left: 325px;
    box-sizing: border-box;
}
#fullspan2 span {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
}
#fullspan2 span span {
    font-size: 32px;
}

#fullspanwrap3 {
    margin: 0 auto;
    width: 100%;
}
#fullspan3{
    margin: 0 auto;
}
#fullspan3 ul.boxes {
    list-style: outside none none;
    margin: 0;
    padding: 40px 0 0;
}
#fullspan3 ul.boxes li {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    width: 33%;
}
#fullspan3 ul.boxes li span {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    max-width: 100%;
    padding: 8px 0 8px 15px;
    position: relative;
    text-align: left;
    top: -42px;
}
.webkit #fullspan3 ul.boxes li span{
    top: -39px;
}
#fullspan3 ul.boxes li:hover img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#fullspan3 ul.boxes li:hover span{
    background: rgba(243, 48, 14, 0.8) none repeat scroll 0 0;
}
#fullspan3 ul.boxes img {
    height: auto;
    max-width: 100%;
    min-width: 100%;
}

#fullspan3 .entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 40px 0 40px 20px;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px #444;
    max-width: 900px;
}

/**********************************CONTENT**********************************/

.checkmark{
    list-style: outside none none;
    margin: 0;
}
.checkmark li {
    background: transparent url("./images/red_checksm.png") no-repeat scroll left 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 24px;
    width: 33%;
    vertical-align: top;
    margin-bottom: 10px;
}

.iestimate {
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    padding: 10px;
    text-align: center;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.iestimate .contents {
    background: #f2f2f3 none repeat scroll 0 0;
    padding: 10px 20px 1px;
}
.iestimate h5 {
    color: #545454 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    line-height: 22px !important;
}
.iestimate a {
    margin: 15px auto 0;
}

.contentboxes {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 4px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.contentboxes .contents {
    background: #f2f2f3 none repeat scroll 0 0;
    min-height: 190px;
    padding: 10px 20px;
}
.contentboxes a {
    margin: 15px auto 0;
}
.page-id-22 .contentboxes b {
    display: block;
    margin-bottom: -25px;
    min-height: 48px;
}
.page-id-22 .contentboxes{
    width: 33%;
}
.page-id-12 .contentboxes {
    float: left;
    margin-right: 15px;
    text-align: left;
    width: 50%;
}


/**********************************FOOTER**********************************/

#fullspan4, #fullspan5, #fullspan6 {
    margin: 0 auto;
}
#fullspanwrap4, #fullspanwrap6{
    padding-top: 45px;
    padding-bottom: 45px;
}
#fullspan4, #fullspan6 {
    box-sizing: border-box;
    padding: 0 20px;
}

#fullspanwrap5{
    background: #fff;
}
.logos {
    list-style: outside none none;
    margin: 0 auto;
    padding: 55px 0;
    text-align: center;
}
.logos li {
    display: inline-block;
    padding: 0 12px;
    vertical-align: middle;
}

#fullspanwrap6{
    border-bottom: 4px solid #f3300e;
}

.parallax-window h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 30px;
    text-align: center;
}
.parallax-window .button {
    border: 1px solid #000;
    font-size: 15px;
    margin: 30px auto 0;
    max-width: 250px;
    padding: 14px 0;
}

.fullspantext, .hms-testimonials-rotator {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 25px 40px;
}
.hms-testimonials-rotator {
    margin: 0 auto;
    max-width: 75%;
}
.hms-testimonials-rotator .author:before{
    content: '- ';
}
.hms-testimonials-rotator .author {
    font-style: italic;
    font-weight: 600;
    margin-top: 15px;
    text-align: right;
}

.fullspantext h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}
.fullspantext h4 strong{
    font-weight: 600;
}

#footer {
    margin: 0 auto;
    padding: 20px 0;
}
#footer li {
    display: inline-block;
    vertical-align: text-top;
}
#footer li:nth-child(1){
    width: 20%;
}
#footer li:nth-child(2){
    width: 34%;
}
#footer li:nth-child(3){
    width: 25%;
}
#footer li:nth-child(4) {
    text-align: right;
    width: 21%;
}
#footer li .menu li{
    width: 100%;
    text-align: left;
}

.widget-title {
    color: #f3300e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 24px;
}
#footer li ul{
    margin: 0;
}
#footer li ul li{
    display: block;
}
#footer li ul a {
    color: #545454;
    line-height: normal;
}
#footer li ul a:hover{
    color: #f3300e;
}

.foot, .foot a {
    color: #888;
    font-size: 12px;
}
.foot a:hover{
    color: #f3300e;
}

#text-2 .tel {
    background: transparent url("./images/icon_phonesm.png") no-repeat scroll left top;
    font-family: open sans condensed;
    font-size: 26px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.social {
    margin-top: 12px !important;
}
.social li {
    display: inline-block !important;
    height: 27px;
    width: 27px !important;
}
.social li a {
    display: block;
    text-align: left;
    text-indent: -9999px;
}
.social li#facebook{
    background: transparent url("./images/facebook.jpg") no-repeat scroll 0 0;
}
.social li#twitter{
    background: transparent url("./images/twitter.jpg") no-repeat scroll 0 0;
}
.social li#google{
    background: transparent url("./images/google+.jpg") no-repeat scroll 0 0;
}
.social li#linkedin{
    background: transparent url("./images/linkedin.jpg") no-repeat scroll 0 0;
}
.social li#blog{
    background: transparent url("./images/icon_blog.jpg") no-repeat scroll 0 0;
}
.social li#pinterest{
    background: transparent url("/wp-content/uploads/2016/05/pinterest.jpg") no-repeat scroll 0 0;
}


.hvr-float {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    vertical-align: middle;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    transform: translateY(-5px);
}

.foot .designby{
    float: right;
}

/**********************************TESTIMONIALS**********************************/

.page-id-108 .hms-testimonial-container {
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    padding: 10px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.page-id-108 .hms-testimonial-container .testimonial, .page-id-108 .hms-testimonial-container .author {
    background: #f2f2f3 none repeat scroll 0 0;
    padding: 10px;
}
.page-id-108 .hms-testimonial-container .author {
    font-style: italic;
    font-weight: 600;
    text-align: right;
}
.page-id-108 .hms-testimonial-container .author:before{
    content: '- ';
}

/**********************************BLOG**********************************/

.featimg {
    border: 1px solid #f2f2f2;
    float: left;
    margin-right: 20px;
    padding: 5px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.featimg img {
    height: auto;
    max-width: 100%;
    width: 150px;
}
.postcontent b {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: -24px;
}
.postcontent strong {
    display: block;
    margin-bottom: 8px;
}
.page-template-page-blog #content .hentry {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

/**********************************FORM**********************************/

.form {
    max-width: 65%;
}
.form input{
    margin-bottom: 0px;
}
.page-id-106 sup{
    color: #f3300e;
}

/**********************************PAGE HEIGHT**********************************/

.page-id-20 #main{
    min-height: 800px;
}

@media screen and (max-width: 1024px) {
.page-id-20 #main {
    min-height: 1000px;
}
}

@media screen and (max-width: 800px) {
.page-id-20 #main {
    min-height: unset;
}
}

/**********************************MISC**********************************/

.entry-content .wpcf7 {
    width: 65%;
}
.rebates li {
    line-height: 20px;
    margin-bottom: 8px;
}
#responsive-menu-title, #rm-additional-content{
    display: none;
}

/**********************************RESPONSIVE STYLES**********************************/
#wrapper,
div.menu,
#branding,
#header,
#access,
#fullspan1,
#fullspan2,
#fullspan3,
#fullspan4,
#fullspan5,
#fullspan6,
#mbtns,
#footer {
  width: 1240px;
}
@media screen and (max-width: 1280px) {
  #wrapper, #header, #access, #fullspan2, #fullspan3, #fullspan4, #fullspan5, #fullspan6, #mbtns, #footer{
    width: 94% !important;
  }

#fullspan1 {
	padding: 55px 370px 55px 230px !important;
width: inherit !important;
}

#fullspan1 h2 {
	font-size: 28px !important;
}
  
  div.menu,
  #branding,
  #main,
  #footer {
    margin: 0 auto;
    width: 100%;
  }
  
  /*
  LAYOUT: Two columns
  DESCRIPTION: Responsive.
  940 = 720 + 220
  100% = 76.5957447% + 23.40425535% 
  */
  

  
  #footer-widget-area .widget-area,
  #site-generator,
  #site-description  {
    width: 23.40425535% /* 200px / 940px */ 
  }
#access a {
    padding: 0 18px;
}
#access ul ul a {
    padding: 8px 10px 8px 18px;
}
#fullspan1 {
    font-size: 30px;
}
.page-id-22 .contentboxes {
    width: 49%;
}
}

@media screen and (max-width: 1210px) { /* Menu breaking point */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
	padding: 0 5px 0 7px !important;
	font-size: 13px !important;
}

}

@media screen and (max-width: 1060px) { /* BBB logo breaking point */

.bbb {
margin-right: 320px;
width: 180px;
height: auto;
}

}

@media screen and (max-width: 1024px) {
.bbb {
    margin-right: 0;
width: 190px;
height: auto;
}
.cform {
    top: 157px;
}
.home .cform .wpcf7, .page-id-828 .cform .wpcf7, .page-id-106 .cform .wpcf7{
    display: none;
}
#redbox{
    margin-bottom: 15px;
}
a:hover #redbox{
    background: #C12408;
}
#fullspan1 ul li {
    font-size: 16px;
}
#access a {
    padding: 0 24px;
}
#access ul ul a {
    padding: 8px 10px 8px 24px;
}
#fullspan1 {
    padding: 15px 0 55px 210px;
}
#fullspan1 span {
    display: block;
    line-height: 30px;
    max-width: 400px;
}
.hms-testimonials-rotator {
    max-width: unset;
}
#footer li:nth-child(1){
    width: 17%;
}
#footer li:nth-child(2){
    width: 37%;
}
.checkmark li {
    width: 49%;
}
#primary {
    top: 540px;
}
.page-id-12 .contentboxes {
    margin-bottom: 15px;
    width: 100%;
}
.form {
    max-width: 95%;
}
}



@media screen and (max-width: 980px) {
#access a {
    padding: 0 21px;
}
#access ul ul a {
    padding: 8px 10px 8px 21px;
}
#fullspan1 ul {
    margin: 25px 0 0 60px !important;
}
}



@media screen and (max-width: 940px) {
  /*#container {
    margin: 0 -32.5319149% 0 0;
  }
  #content {
    width: 65.5957447%;
  }*/
}

@media screen and (max-width: 920px) {

#fullspan1 ul {
    margin: 15px 0 0 40px !important;
}

#fullspan1 ul li {
line-height: 25px !important;
}

#fullspan1 {
	padding: 55px 370px 65px 230px !important;
}

}

@media screen and (max-width: 800px) {
#responsive-menu-button { top: 119px !important; }
#wrapper, #header {
    width: 100% !important;
}
#content, #primary, #secondary {
    margin: 0;
    width: 100%;
}
#access a {
    padding: 0 8px;
}
#access ul ul a {
    padding: 8px 10px 8px 8px;
}
.cform, .bbb{
    display: none;
}
#mobilebuttons{
    background: #fff;
    display: block;
}
.emerg span {
    background: none;
}
#mbtns a {
    display: inline-block;
    text-align: center;
    width: 49%;
}
#mbtns a #greybox{
    margin-bottom: 20px;
}
#fullspan3 ul.boxes li {
    width: 49%;
}
#footer li:nth-child(1){
    width: 26%;
}
#footer li:nth-child(2){
    width: 39%;
}
#footer li:nth-child(3){
    width: 33%;
}
#footer li:nth-child(4) {
    width: 25%;
}
#fullspan3 .entry-title {
    text-align: center;
}
#primary, #secondary {
    display: block;
    width: 100%;
}
.entry-content .wpcf7, .entry-content .wpcf7 input, .entry-content .wpcf7 textarea, .entry-content .wpcf7 select {
    width: 100%;
}
a:hover #greybox{
    background: #515151;
}
#content .button {
    width: 100%;
}
#primary {
    top: 0px;
}
#container {
    padding-right: 0px;
}
.form {
    max-width: 100%;
}
#fullspan1 {
	padding: 55px 0 55px 230px !important;
width: inherit !important;
}

#fullspan1 ul li {
line-height: 36px !important;
}

#fullspan1 ul {
    margin: 25px 0 0 80px !important;
}
}


@media screen and (max-width: 736px){
#fullspan2 span span {
    font-size: 22px;
}
}

@media screen and (max-width: 614px) { /* Popup breaking point */

#wbounce-modal-sub .popup-img {
	display: none !important;
}

#wbounce-modal-sub .popup-form {
	max-width: none !important;
	width: 80% !important;
	margin: 0 auto !important;
	float: none !important;
	margin-right: auto !important;
}

#wbounce-modal-sub .popup-form input[type="text"],
#wbounce-modal-sub .popup-form input[type="email"] {
	width: 100% !important;
}

#wbounce-modal-sub .popup-form .captcha-999 input[type="text"] {
	width: 70% !important;
}

#wbounce-modal-sub h3 {
	line-height: 1.25em !important;
}

#wbounce-modal-sub .popup-phone, 
#wbounce-modal-sub p {
	width: 90% !important;
	margin: 0 auto !important;
}

}

@media screen and (max-width: 603px) {
.checkmark li {
    width: 100%;
}
#fullspan1 {
    padding: 10px 0 100px;
}
#fullspan1 span {
    max-width: 100%;
    text-align: center;
}
#fullspan1 ul {
    margin: 25px 0 0 250px;
}
#fullspan2 span span {
    line-height: 26px;
}
#fullspan3 ul.boxes li {
    width: 100%;
}
#content img, iframe {
    height: auto;
    min-width: 100%;
    width: 100%;
}
.page-id-22 .contentboxes {
    width: 100%;
}
.foot{
    text-align: center;
}
.designby {
    float: none !important;
    margin-top: 10px;
    text-align: center;
}
}



@media screen and (max-width: 568px) {
#fullspan2 #plumber {
    left: -50px;
    max-width: 50%;
}
#fullspan1 {
    padding: 10px 20px 50px 20px !important;
}
#fullspan1 ul {
    margin: 10px 0 0 170px !important;
}
#fullspan2text {
    padding-left: 225px;
}
.contentboxes {
    width: 100%;
}
.contentboxes b, .contentboxes .contents {
    min-height: unset;
}

}

@media screen and (max-width: 480px) {

#tel a {
width: inherit !important;
}

}

@media screen and (max-width: 469px) { /* Text logo breaking point */

.logo-wrapper {
	width: auto !important;
	padding-left: 50px !important;
}

.logo-text {
	font-size: 24px !important;
}

.logo-text span {
	font-size: 17px !important;
}

.logo-subtext {
	font-size: 17px !important;
}
#fullspan1 ul {
    margin: 10px 0 0 120px !important;
}

}


@media screen and (max-width: 414px) {
#mbtns a {
    width: 100%;
}
#fullspan1 {
    padding: 20px !important;
}
#fullspan1 ul {
    margin: 20px 0 0 20px !important;
}
#fullspan2 #plumber{
    display: none;
}
#fullspan2text {
    padding-left: 0;
    text-align: center;
}
#footer li:nth-child(1), #footer li:nth-child(2), #footer li:nth-child(3), #footer li:nth-child(4){
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#footer li .menu li{
    margin-bottom: 0px;
    text-align: center;
}
#text-2 .tel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.foot{
    text-align: center;
}
.foot .designby{
    float: none;
    text-align: center;
    margin-top: 20px;
}
}



@media screen and (max-width: 375px) {

}

@media screen and (max-width: 345px) { /* text logo breaking point 2 */
.logo-wrapper {
	width: auto !important;
	padding-left: 35px !important;
	background-size: 40px 57px !important;
}

.logo-text {
	font-size: 18px !important;
}

.logo-text span {
	font-size: 15px !important;
}

.logo-subtext {
	font-size: 15px !important;
}
}


@media screen and (max-width: 320px) {

}



@media only screen and (min-width:768px){
  .scroll-back-to-top-wrapper{
    display: none;
  }
}