/* CSS
Author: GILLAN E SOLUTIONS
Created: 01-06-2016
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
}
table {
	margin-bottom: 15px;
}
h1 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 32px;
	color: #30292b;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 28px;
	color: #1595d3;
	margin-bottom: 15px;
}
h3 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 26px;
	color: #971b1e;
	text-transform: uppercase;
	margin-bottom: 18px;
}
h4 {
	font-family: 'MyriadPro-SemiboldCond';
	font-size: 24px;
	color: #971b1e;
	margin-bottom: 10px;
}
h5 {
	font-family: 'MyriadPro-SemiboldCond';
	font-size: 23px;
	color: #333333;
	margin-bottom: 10px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
.blue-color {
	color: #1595d3;
}
.white-color {
	color: #fff !important;
}
.black-color {
	color: #1c2124 !important;
}
.font-size24 {
	font-size: 24px !important;
}
.padding-top-bottom50 {
	padding: 50px 0px !important;
}
.padding-top50 {
	padding-top: 50px;
}
.btn {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #032f5b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#ascrail2000 {
	z-index: 9999 !important;
}
.large-blue-btn {
	background: #1595d3;
	position: relative;
	display: inline-block;
	font-family: 'MyriadPro-Cond';
	font-size: 24px;
	color: #FFF !important;
	padding: 10px 22px;
}
.large-blue-btn:after {
	background: url(../images/blue-btn-icon.gif) no-repeat;
	position: absolute;
	content: " ";
	width: 16px;
	height: 16px;
	right: -5px;
	top: -5px;
}
.large-blue-btn:hover, .large-blue-btn:focus {
	text-decoration: none;
}
.btn-go {
	background: #971b1e;
	display: inline-block;
	font-family: 'MyriadProCondensedItalic';
	font-size: 30px;
	color: #FFF;
	outline: none;
	border: 0;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	padding: 8px 35px;
}
.btn-go:hover, .btn-go:focus {
	background: #414245;
	text-decoration: none;
}
.banner-btn {
	background-color: rgba(51, 51, 51, 0.9);
	position: relative;
	display: inline-block;
	font-family: 'MyriadPro-Regular';
	font-size: 17px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 15px;
}
.banner-btn:hover, .banner-btn:focus {
	background-color: rgba(151, 27, 30, 0.9);
	color: #fff;
}
/*
-------------------------------------------------------------- 
SPLASH STYLE
-------------------------------------------------------------- 
*/
.splash-wrapper {
	background: url(../images/splash-wrapper.gif) no-repeat center center;
	background-size: cover;
	float: left;
	width: 100%;
	height: 100vh;
	padding-top: 70px;
}
.splash-bg {
	background: url(../images/splash-bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	float: left;
	width: 100%;
	min-height: 599px;
}
.splash-div {
	position: relative;
	display: block;
}
.g-logo {
	position: absolute;
	width: 389px;
	left: 0;
	right: 0;
	top: 0px;
	margin: 0px auto;
}
.img-commercial {
	position: absolute;
	left: 20px;
	top: 165px;
}
.img-residential {
	position: absolute;
	right: 20px;
	top: 165px;
}
.main-logo {
	position: absolute;
	width: 351px;
	left: 0;
	right: 0;
	top: 477px;
	margin: 0px auto;
}
.commercial-link-area {
	position: absolute;
	text-align: center;
	top: 435px;
}
.commercial-link-area span {
	display: block;
}
.residential-link-area {
	position: absolute;
	text-align: center;
	top: 435px;
	right: 0px;
}
.residential-link-area span {
	display: block;
}
.commercial-link {
	display: block;
	background: url(../images/commercial-link-bg.png) no-repeat;
	width: 299px;
	height: 47px;
	line-height: 47px;
	font-family: 'MyriadProCondensedItalic';
	font-size: 34px;
	color: #971b1e;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.commercial-link:hover, .commercial-link:focus {
	background: url(../images/commercial-link-bg-hover.png) no-repeat;
	color: #fff;
	text-decoration: none;
}
.residential-link {
	display: block;
	background: url(../images/residential-link-bg.png) no-repeat;
	width: 299px;
	height: 47px;
	line-height: 47px;
	font-family: 'MyriadProCondensedItalic';
	font-size: 34px;
	color: #971b1e;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.residential-link:hover, .residential-link:focus {
	background: url(../images/residential-link-bg-hover.png) no-repeat;
	color: #fff;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
ANIMATED STYLE
-------------------------------------------------------------- 
*/
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 -ms-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
 @keyframes fadeInDown {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -100%, 0);
 -ms-transform:translate3d(0, -100%, 0);
 transform:translate3d(0, -100%, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
 @keyframes fadeInLeft {
 0% {
 opacity:0;
 -webkit-transform:translate3d(-100%, 0, 0);
 -ms-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
 @keyframes fadeInRight {
 0% {
 opacity:0;
 -webkit-transform:translate3d(100%, 0, 0);
 -ms-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
/*
-------------------------------------------------------------- 
Animation Timers STYLE
-------------------------------------------------------------- 
*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
header {
	position: absolute;
	float: left;
	width: 100%;
	min-height: 75px;
	top: 0px;
	z-index: 100;
}
.logo {
	position: absolute;
	width: 245px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 200;
}
.banner-inner .logo img {
	height: auto;
}
.header-call-area {
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0;
	z-index: 100;
	text-align: right;
}
.header-call {
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-family: 'MyriadPro-SemiboldCond';
	font-size: 30px;
	color: #971b1e;
	padding: 10px 30px;
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.header-call a {
	font-family: 'MyriadPro-BlackCond';
	color: #971b1e;
}
.header-call a:hover, .header-call a:focus {
	text-decoration: none;
}

.header-left{
        background-color: transparent;
        display: inline-block;
        color: #971b1e;
        padding: 0;
	float:left;
}

@media (max-width: 991px){
	.header-left img{ 
	  max-width: 200px;
	}	
}

@media (max-width: 599px){

	.header-left{
		float:none;
	}

}

/*
-------------------------------------------------------------- 
MAIN NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
	background: url(../images/header-bg.gif) repeat-x;
	position: absolute;
	top: 72px;
	left: 0px;
	right: 0px;
	display: block;
	width: 100%;
	text-align: center;
}
.testimonials-link {
	background: url(../images/nav-sep.gif) no-repeat left center, url(../images/nav-sep.gif) no-repeat right center !important;
	margin-left: 350px;
}
/*
-------------------------------------------------------------- 
MEGA MENU PRIMARY STYLE
-------------------------------------------------------------- 
*/
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-127 {
	background: url(../images/nav-sep.gif) no-repeat left center, url(../images/nav-sep.gif) no-repeat right center !important;
	margin-left: 410px;
}
.main-nav #mega-menu-wrap-primary {
	background: none !important;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	background: url(../images/nav-sep.gif) no-repeat right center;
	display: inline-block;
	float: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	background: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'MyriadPro-SemiboldCond';
	line-height: inherit;
	height: inherit;
	font-size: 18px;
	color: #30292b;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding: 20px 20px 25px 20px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link {
	color: #971b1e;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: none;
	color: #971b1e;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background: none;
	color: #971b1e;
}
/*
-------------------------------------------------------------- 
MEGA MENU SECONDARY STYLE
-------------------------------------------------------------- 
*/
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item-126 {
	background: url(../images/nav-sep.gif) no-repeat left center, url(../images/nav-sep.gif) no-repeat right center !important;
	margin-left: 410px;
}
.main-nav #mega-menu-wrap-secondary {
	background: none !important;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item {
	background: url(../images/nav-sep.gif) no-repeat right center;
	display: inline-block;
	float: none;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item:last-child {
	background: none;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'MyriadPro-SemiboldCond';
	line-height: inherit;
	height: inherit;
	font-size: 18px;
	color: #30292b;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding: 20px 20px 25px 20px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-current-menu-item > a.mega-menu-link {
	color: #971b1e;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover {
	background: none;
	color: #971b1e;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:focus {
	background: none;
	color: #971b1e;
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-area {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.banner-area .nivo-directionNav a {
	top: 41%;
	width: 46px;
	height: 79px;
	font-size: 0px;
}
.banner-area .nivo-prevNav {
	background: url(../images/prevs-arrow.png) no-repeat;
	left: 2%;
}
.banner-area .nivo-nextNav {
	background: url(../images/next-arrow.png) no-repeat;
	right: 2%;
}
.banner-area img {
	display: inline-block;
}
.banner-area .carousel-inner>.item>img {
	display: inline-block;
}
.banner-area .carousel-area {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.banner-area .nivo-caption {
	background: none;
	display: block;
	font-family: 'MyriadPro-LightCond';
	font-size: 30px;
	color: #30292b;
	text-align: left;
	top: 30%;
	left: 10%;
	bottom: inherit;
}
.banner-area .nivo-caption h1 {
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-family: 'MyriadPro-BlackCond';
	font-size: 36px;
	color: #971b1e;
	text-transform: uppercase;
	border: 0px;
	padding: 3px 10px;
	margin-bottom: 1px;
}
.banner-area .nivo-caption h2 {
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-family: 'MyriadPro-Cond';
	font-size: 36px;
	color: #404041;
	border: 0px;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.banner-inner {
	position: relative;
	float: left;
	width: 100%;
}
.banner-inner img {
	width: 100%;
	height: 430px;
}
.banner-caption-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-caption {
	display: block;
	font-family: 'MyriadPro-Regular';
	font-size: 17px;
	color: #4b4b4b;
	padding: 18% 40% 0px 0px;
}
.banner-caption p:empty {
	display: none !important;
}
.banner-caption a {
	font-size: 17px;
	color: #971b1e;
	text-decoration: underline;
}
.banner-caption a:hover {
	text-decoration: none;
}
.banner-caption h1 {
	display: inline-block;
	font-family: 'MyriadPro-BlackCond';
	font-size: 36px;
	color: #971b1e;
	text-transform: uppercase;
	border: 0px;
	margin-bottom: 8px;
}
.banner-caption p:empty {
	display: none;
}
.banner-area .nivo-controlNav {
	text-align: center;
	position: absolute;
	z-index: 1000;
	bottom: 246px;
	width: 100%;
	padding: 15px 0;
}
.banner-area .nivo-controlNav a {
	display: inline-block;
	width: 220px;
	font-size: 0px;
}
.banner-area .nivo-controlNav a.active {
	background: url(../images/nivo-control-icon.png) no-repeat center center;
}
body.page-template-residential-home .banner-area .nivo-controlNav a {
	display: inline-block;
	width: 275px;
	font-size: 0px;
}
/*
-------------------------------------------------------------- 
MAIN TABS STYLE
-------------------------------------------------------------- 
*/
.main-tab-area {
	position: absolute;
	width: 1170px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 100;
}
.gary-background {
	background: #dfdede;
}
.light-gary-background {
	background: #f0f0f0;
}
.main-tab {
	position: relative;
	float: left;
	width: 220px;
	text-align: center;
}
.one-fourth {
	width: 275px;
}
.main-tab-text {
	display: block;
}
.main-tab h2 {
	font-family: 'MyriadPro-SemiboldCond';
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.main-tab h2 a {
	position: relative;
	display: block;
	background-color: rgba(51, 51, 51, 0.9);
	font-family: 'MyriadPro-SemiboldCond';
	font-size: 21px;
	color: #fff;
	padding: 15px 0px;
	transition: all 0.5s ease;
}
.main-tab h2 a:hover, .main-tab h2 a:focus {
	background-color: rgba(151, 27, 30, 0.9);
	color: #fff;
	text-decoration: none;
}
.main-tab:hover h2 a {
	background-color: rgba(151, 27, 30, 0.9);
	color: #fff;
	text-decoration: none;
}
.main-tab.current h2 a {
	background-color: rgba(151, 27, 30, 0.9);
	color: #fff;
}
.tab-img {
	display: block;
	min-height: 165px;
	padding: 30px 0px
}
.main-tab img {
	transition: all 0.5s ease;
}
.main-tab:hover img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
/*
-------------------------------------------------------------- 
INNER MAIN TABS STYLE
-------------------------------------------------------------- 
*/
.inner-tab-area {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px;
	margin-top: -104px;
}
.inner-tab-area .main-tab img {
	display: inline-block;
}
.inner-tab-area a:hover:after {
	display: none;
}
/*
-------------------------------------------------------------- 
CONTENT STYLE
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
.content-div {
	display: block;
	line-height: 24px;
	min-height: 350px;
	padding: 50px 0px 30px 0px;
}
.content-text-div {
	display: block;
	clear: both;
}
.content-tab-text {
	display: block;
	padding-bottom: 20px;
}
.content-div ul {
	list-style: none;
	margin-bottom: 15px;
}
.content-div ul li {
	background: url(../images/maroon-bullet.png) no-repeat 0px 7px;
	display: block;
	padding: 0 0 15px 20px;
}
.content-div ul li a {
	position: relative;
	color: #333;
}
.content-div ul li a:hover, .content-div ul li a:focus {
	color: #971b1e;
	text-decoration: none;
}
.content-div ul li a:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #971b1e;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0 auto;
}
.content-div ul li a:hover:after {
	width: 100%;
}
.content-div a {
	color: #971b1e;
}
.memberships-area {
	float: left;
	width: calc(100%/5);
}
.memberships-tab {
	position: relative;
	background: #FFF;
	display: table;
	width: 100%;
	min-height: 154px;
	text-align: center;
	border: 1px solid #dfdede;
    border-right: 0px;
	padding: 20px;
	margin-bottom: 30px;
}
a:nth-child(5) .memberships-tab {
    border-right: 1px solid #dfdede;
}
.memberships-tab a:hover:after {
	display: none;
}
.memberships-img {
	display: table-cell;
	vertical-align: middle;
}
.content-div div.wpcf7-validation-errors {
	color: #f00;
	border: 0px;
}
.content-div div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
/*
-------------------------------------------------------------- 
CONTENT STYLE
-------------------------------------------------------------- 
*/
.services-left {
	display: block;
}
.services-left h3 {
	margin-bottom: 10px;
}
.services-right {
	display: block;
	font-size: 17px;
	color: #971b1e;
	text-align: center;
}
.services-right p {
	margin-bottom: 10px;
}
.services-right h2 {
	font-family: 'saginaw_bold';
	font-size: 36px;
	color: #971b1e;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}
.services-right h2 span {
	font-family: 'MyriadPro-BoldCond';
	font-size: 24px;
	color: #971b1e;
}
.services-right h3 {
	font-size: 22px;
	color: #971b1e;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
	text-align: left;
}
.services-right ul li {
	display: block;
	text-align: left;
	padding: 0 0 9px 20px;
}
.services-right ul li a {
	color: #333;
}
/*
-------------------------------------------------------------- 
TESTIMONIAL STYLES
-------------------------------------------------------------- 
*/
.testimonial-area {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.testimonial-left {
	position: relative;
	background: #dfdede;
	float: left;
	width: 50%;
}
.testimonial-left cite {
	padding-left: 0px;
	padding-right: 30px;
}
.testimonial-right {
	background: #f0f0f0;
	position: relative;
	float: left;
	width: 50%;
}
.testimonial-tab {
	display: block;
	padding: 20px;
}
.testimonial-tab blockquote {
	overflow: hidden;
	line-height: 22px;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
}
.testimonial-area blockquote:before, .testimonial-area blockquote:after {
	display: none;
}
.testimonial-area cite {
	position: absolute;
	line-height: 20px;
	font-size: 18px;
	color: #971b1e;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	bottom: -30px;
	left: 0px;
	right: 0px;
}
.testimonial-area cite span {
	font-size: 15px;
	color: #333;
	text-transform: none;
}
.testimonial-area cite .img {
	display: inline-block;
	margin-bottom: 8px;
}
.testimonial-area cite .img img {
	border-radius: 50%;
}
/*
-------------------------------------------------------------- 
CONTACT INFO STYLE
-------------------------------------------------------------- 
*/
.contact-info {
	display: block;
}
.contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.contact-info ul li {
	display: block;
	font-size: 15px;
	color: #333333;
	padding: 0px 0px 10px 25px;
}
.contact-info ul li a {
	position: relative;
	color: #333333;
}
.contact-info ul li a:hover {
	color: #971b1e;
	text-decoration: none;
}
.contact-info ul li a:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #971b1e;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0 auto;
}
.contact-info ul li a:hover:after {
	width: 100%;
}
.contact-info ul li.location-icon {
	background: url(../images/address.png) no-repeat 0px 5px;
}
.contact-info ul li.mobile-icon {
	background: url(../images/phone.png) no-repeat 0px 5px;
}
.contact-info ul li.fax-icon {
	background: url(../images/fax.png) no-repeat 0px 4px;
}
.map-div {
	float: left;
	width: 100%;
	padding-top: 30px;
}
/*
-------------------------------------------------------------- 
FOOTER STYLE
-------------------------------------------------------------- 
*/
footer {
	background: #f2f2f2;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding: 20px 0px 15px;
}
.footer-contact {
	display: inline-block;
}
.footer-contact ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-contact ul li {
	display: inline-block;
	padding: 0px 0px 0px 24px;
	margin-right: 25px;
}
.footer-contact ul li a {
	position: relative;
	font-size: 14px;
	color: #333333;
}
.footer-contact ul li a:hover, .footer-contact ul li a:focus {
	color: #971b1e;
	text-decoration: none;
}
.footer-contact ul li a:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #971b1e;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0 auto;
}
.footer-contact ul li a:hover:after {
	width: 100%;
}
.footer-contact ul li.address {
	background: url(../images/address.png) no-repeat 0px 1px;
}
.footer-contact ul li.phone {
	background: url(../images/phone.png) no-repeat 0px 3px;
}
.footer-contact ul li.fax {
	background: url(../images/fax.png) no-repeat 0px 3px;
}
.social {
	display: inline-block;
	overflow: hidden;
	padding: 0px 20px;
}
.social a {
	display: inline-block;
	padding: 0px 8px;
	transition: all 0.5s ease;
}
.social a:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.copyright {
	display: inline-block;
	overflow: hidden;
}
@media only screen and (max-width:1280px) {
.banner-area .nivoSlider img {
	height: 818px;
}
}
@media only screen and (max-width:1024px) {
.img-commercial {
	position: absolute;
	left: -59px;
	top: 165px;
}
.img-residential {
	position: absolute;
	right: -59px;
	top: 165px;
}
.main-tab-area {
	width: auto;
}
.main-tab {
	width: 188px;
}
.main-tab.one-fourth {
	width: 235px;
}
.main-tab h2 {
	font-size: 18px;
}
.main-tab h2 a {
	font-size: 18px;
}
.testimonials-link {
	margin-left: 310px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 20px 15px 25px 15px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	padding: 20px 15px 25px 15px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-127 {
	margin-left: 310px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item-126 {
	margin-left: 310px;
}
.banner-area .nivo-controlNav a {
	width: 188px;
}
body.page-template-residential-home .banner-area .nivo-controlNav a {
	width: 235px;
}
.banner-area .nivoSlider img {
	height: 680px;
}
.banner-area .nivo-caption h1 {
	font-size: 30px;
}
.banner-area .nivo-caption h2 {
	font-size: 28px;
}
.banner-area .carousel-caption h2 {
	font-size: 34px;
}
.banner-area .carousel-caption {
	padding-left: 30px;
}
.banner-area .carousel-control.left {
	background: url(../images/prevs-arrow.png) no-repeat;
	left: 1%;
}
.banner-area .carousel-control.right {
	background: url(../images/next-arrow.png) no-repeat;
	right: 1%;
}
.testimonial-tab {
	padding: 20px 40px;
}
.testimonial-left {
	min-height: 148px;
}
}
@media (max-width: 991px) {
header {
	position: inherit;
	margin-top: 0px;
	z-index: 999;
}
.commercial-link-area {
	top: 369px;
	left: -11px;
}
.residential-link-area {
	top: 369px;
	right: -11px;
}
.img-commercial {
	position: absolute;
	left: -168px;
	top: 165px;
}
.img-residential {
	position: absolute;
	right: -168px;
	top: 165px;
}
.main-nav {
	margin-top: 80px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 20px 22px 25px 22px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	padding: 20px 22px 25px 22px;
}
.testimonials-link {
	background: url(../images/nav-sep.gif) no-repeat right center !important;
	margin-left: 0px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-127 {
	margin-left: 0px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item-126 {
	margin-left: 0px;
}
.banner-area .nivo-caption {
	top: 50%;
	left: 5%;
}
.banner-area .nivo-directionNav a {
	top: 52%;
}
.banner-area .nivo-prevNav {
	left: 0%;
}
.banner-area .nivo-nextNav {
	right: 0%;
}
.banner-area .carousel-caption {
	margin-left: 20px;
}
.banner-area .nivo-caption h1 {
	font-size: 24px;
}
.banner-area .nivo-caption h2 {
	font-size: 22px;
}
.banner-area .nivoSlider img {
	height: auto;
}
.banner-area .nivo-controlNav {
	display: none;
}
.main-tab-area {
	position: inherit;
	width: auto;
	bottom: inherit;
	padding-top: 20px;
}
.main-tab {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.main-tab.one-fourth {
	width: auto;
}
.copyright {
	padding-top: 20px;
}
.memberships-tab {
	margin-bottom: 20px;
}
.memberships-tab img {
	width: 100%;
}
.banner-caption {
	padding: 38% 0px 0px 0px;
}
.inner-tab-area {
	margin-top: 0px;
}
.banner-caption p:empty {
	display: none;
}
.testimonial-left {
	min-height: 192px;
}
.testimonial-right {
	min-height: 192px;
}
}
@media (max-width: 767px) {
.splash-wrapper {
	padding-top: 0px;
}
.g-logo {
	position: absolute;
	width: 389px;
	top: 0px;
}
.commercial-link-area {
	top: 369px;
	left: -32px;
}
.residential-link-area {
	top: 369px;
	right: -32px;
}
.img-commercial {
	position: absolute;
	left: -260px;
	top: 160px;
}
.img-residential {
	position: absolute;
	right: -260px;
	top: 160px;
}
header {
	position: inherit;
	margin-top: 0px;
	z-index: 999;
	min-height: 196px;
}
.logo {
	position: inherit;
	top: inherit;
	margin-bottom: 20px;
}
.header-call-area {
	position: inherit;
	top: inherit;
	left: inherit;
	right: inherit;
	text-align: center;
}
.main-nav {
	background: #FFF url(../images/header-bg.gif) repeat-x;
	position: inherit;
	top: inherit;
	margin-top: 0px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	background: #971b1e;
	display: block;
	color: #fff;
	text-align: left;
	border: 0px;
	padding: 5px 12px;
	margin: 10px 0px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	background: none;
	display: block;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: #000;
	color: #fff;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background: #000;
	color: #fff;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	background: #971b1e;
	display: block;
	color: #fff;
	text-align: left;
	border: 0px;
	padding: 5px 12px;
	margin: 10px 0px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item {
	background: none;
	display: block;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover {
	background: #000;
	color: #fff;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:focus {
	background: #000;
	color: #fff;
}
.testimonials-link {
	margin-left: 0px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-127 {
	margin-left: 0px;
}
.main-nav #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item-126 {
	margin-left: 0px;
}
.banner-area .carousel-inner>.item>img {
	height: auto;
}
.banner-area .nivoSlider img {
	height: auto;
}
.banner-area .nivo-prevNav {
	left: 0%;
}
.banner-area .nivo-nextNav {
	right: 0%;
}
.banner-area .carousel-caption {
	margin-left: 20px;
}
.banner-area .nivo-caption h1 {
	font-size: 18px;
}
.banner-area .nivo-caption h2 {
	font-size: 17px;
	padding: 5px 10px;
}
.banner-area .carousel-area {
	top: 35%;
}
.banner-inner img {
	height: auto;
}
.banner-caption {
	font-size: 14px;
	padding: 50% 0px 0px 0px;
}
.banner-area .nivo-caption {
	top: 20%;
	width: auto;
	left: 5%;
	right: inherit;
}
.banner-area .nivo-directionNav a {
	top: 50%;
	width: 30px;
	height: 50px;
	background-size: 100% 100%;
}
.banner-btn {
	font-size: 15px;
	padding: 5px 15px;
}
.main-tab-area {
	position: inherit;
	width: auto;
	bottom: inherit;
	margin-top: 20px;
}
.main-tab {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.copyright {
	padding-top: 20px;
}
.inner-tab-area {
	margin-top: 0px;
}
.banner-caption p:empty {
	display: none;
}
.banner-caption h1 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
.testimonial-left {
	width: 100%;
	-webkit-clip-path: none;
	clip-path: none;
}
.testimonial-right {
	width: 100%;
}
.testimonial-tab {
	padding: 20px;
	text-align: center;
}
.testimonial-tab blockquote {
	margin-bottom: 20px;
}
.testimonial-area cite {
	position: inherit;
}
.testimonial-area {
	margin-bottom: 0px;
}
.memberships-tab img {
	width: auto;
}
.footer-contact ul li {
	margin-right: 20px;
}
h5 {
	font-size: 19px;
}
}
@media (max-width: 480px) {
.splash-wrapper {
	height: auto;
	padding-top: 0px;
}
.splash-div {
	min-height: 700px;
}
.g-logo {
	width: auto;
	top: 0px;
}
.g-logo img {
	height: auto;
}
.main-logo {
	width: 260px;
	top: 577px;
}
.residential-link-area {
	top: 480px;
	right: 0px;
}
.residential-link-area span {
	display: none;
}
.commercial-link-area {
	top: 280px;
	left: 0px;
	width: 100%;
}
.commercial-link {
	width: 100%;
	background-size: 100% 100%;
}
.commercial-link:hover, .commercial-link:focus {
	background-size: 100% 100%;
}
.residential-link-area {
	width: 100%;
	top: 350px;
	right: 0px;
}
.residential-link {
	width: 100%;
	background-size: 100% 100%;
}
.residential-link:hover, .residential-link:focus {
	background-size: 100% 100%;
}
.commercial-link-area span {
	display: none;
}
.banner-area .nivo-caption {
	top: 10%;
}
.banner-area .nivo-caption h1 {
	font-size: 15px;
}
.banner-area .nivo-caption h2 {
	font-size: 16px;
}
.footer-contact ul li {
	padding: 0px 0px 20px 24px;
}
.banner-caption-area {
	position: absolute;
	top: inherit;
	bottom: 0;
}
.banner-caption {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
.content-div {
	display: block;
	min-height: inherit;
	padding: 30px 0px 30px 0px;
}
.memberships-tab {
	min-height: inherit;
	margin-bottom: 20px;
}
.banner-caption p {
	display: none;
}
.banner-caption h1 {
	font-size: 26px;
}
.img-commercial {
	display: none;
}
.img-residential {
	display: none;
}
}
@media (max-width:479px) {
.banner-area .nivo-directionNav a {
	top: 32%;
}
.header-call {
	font-size: 28px;
}
}
