

body {
	font-family: 'Open Sans', sans-serif;  /*Preferred font*/
	/*font-family: Verdana, Geneva, sans-serif; */
	color: #313131;
	font-weight: 400;
	padding-top: 110px;
	background: #313131;
	font-size: 15px;
	line-height: 1.6;
}



.wpc-intro p {
	padding-right: 40%;
}



/*
	Red #4ea72a
	Grey #313131
*/


.main-content {
	background: #fff;
	background-image: url(../images/background-blend.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}


/* Fonts -----------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #313131;
	text-transform: uppercase;
	font-weight: 400;
}


.main-content ul {
	list-style-type: none;
	color: #7b7b7b;
	font-size: 18px;
	padding: 0;
}

.main-content ul ul {
	padding: 0 0 0 25px;
}

.main-content li {

	margin: 2px 0;
	padding-left: 0.8em;
    text-indent:-0.8em;
}

.main-content li:before {
	content: "-  ";
	}

.img-responsive.site-logo {
	width: 100%;
	max-width: 360px;
}


/* Buttons ---------------------------------*/

.btn-primary {
	background-color: #4ea72a;
	border-color: #4ea72a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #313131;
	border-color: #313131;
}

a {
	color: #4ea72a;
}

a:hover {
	color: #313131;
}

.red {
	color:#4ea72a;
}

.yellow {
	color: #4ea72a;
}

/* Nav -------------------------------------*/

ul.nav.nav-justified {
	background-image: url(/images/nav-menu-bknd.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.nav>li>a {
	color: #313131;
	font-size: 18px;
	padding: 10px 15px
}

.nav>li>a:last-child {
	color: #313131;
	font-size: 18px;
}

.nav>li {
	/*border-left: 1px solid #8e8c8c;*/
	background-image: url(/images/nav-menu-bknd.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav>li:hover {
	/*border-left: 1px solid #8e8c8c;*/
	background-image: url(/images/nav-menu-bknd-hover.png);
}

.nav>li:last-child {
	/*border-right: 1px solid #8e8c8c;*/
}


.nav>li>a:hover, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #4ea72a;
	margin-right: -1px;
	z-index: 1;
}

.dropdown-menu {
	border-radius: 0;
	background-color: rgba(49,49,49,0.8);
	margin: 0;
	padding: 20px;
	width: 100%;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {

}

.dropdown-menu>li>a {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 35px; /*To align with top link*/
}


.dropdown-menu>li {
	border-bottom: 1px solid #8e8c8c;
}

.dropdown-menu>li:last-child {
	border-bottom: none;
}

/**** Convert to dropdown on hover ****/

@media(min-width:991px){
	ul.nav li.dropdown:hover > ul.dropdown-menu {
	    display: block;
	}
}
/************************************/

.navbar-default {
	background-color: #fff;
	border: none;
}

#navbar .active {
	/*background-color: #4ea72a;*/
}

.navbar-fixed-top {
	padding-top: 0;
}

.top-nav-collapse {
	padding-top: 10px;
}

.header-details-content {
	font-size: 25px;
	color: #313131;
	font-weight: 400;
	padding-top: 0;
	margin-top: 20px;
}

.header-details-content i {
	margin-left: 20px;
}

.header {
	padding-top: 9px;
	padding-bottom: 3px;
}

.header-details-content a {
	color: #fff;
}

.nav-wrapper {
	padding-top: 0;
	padding-right: 0;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}



.nav-background {
	background-color: #fff;
	margin-top: 15px;
}

.header-logo {
	margin-top: 30px;
}


/* Carousel / Main Image---------------*/

.slider-image {
	width: 100%;
	height: 100%;
}

.main-image {
	width: 100%;
	height: auto;
}

.main-image-caption {
	position: absolute;
	left: -800px;
	bottom: 0;
	padding: 40px 40px 40px 120px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-animation: slide 1.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.main-image-caption.projects {
	margin-top:40px;
	bottom: auto;
	z-index: 1;
}


.main-image-caption h1 {
	color: #4ea72a;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	letter-spacing: 0.15em;
}

.main-image-wrapper {
	position: relative;
	height:400px;
	background-position: center center;
	background-size: cover;
}

		/* Stop Main image dissapearing behind fixed menu -----*/

		@media(max-width:900px){
			.main-image {
				height: 100%;
				overflow: hidden;
			}
			.row.main-image-wrapper {
				height: 300px;
				object-fit: cover;
			}
			.main-image-caption {
				padding-left:20px;;
			}
			.main-image-caption h1 {
				font-size: 26px;
			}
		}
		/*--------------------------*/





@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/* Home -------------------------------*/

.intro {
	margin-top: 30px;
}

.intro h2 {
	color: #313131;
	margin: 0 0 25px 0;
}

.intro h1 {
	margin: 0;
	border-bottom: 1px solid #4ea72a;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
    margin-top: 0;
    margin-bottom: 35px;
}


.home-service {
	background-color: #b2b1b1;
	height: 300px;
	padding: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}



.sp-layer h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 40px;
}

.sp-layer p {
	font-size: 18px;
}

.sp-layer-heading-bold {
	font-weight: 700;
	font-size: 50px;
}

.sp-button {
	width: 15px;
	height: 15px;
}


.sp-padding {
	padding-left: 35px;
	padding-right: 35px;
}

.sp-buttons {
	position: absolute;
	width: 30%;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}

.sp-button {
	float: right;
}

/* Clients */

.responsive-logo-box {
	float:left;
	width:12%;
	margin: 0.25%;
	height:100px;
}

@media(max-width:991px){
	.responsive-logo-box {
		width:24.5%;
		height:120px;
	}
}

@media(max-width:550px){
	.responsive-logo-box {
		width:49.5%;
		height:160px;
	}
}

@media(max-width:350px){
	.responsive-logo-box {
		width:99.5%;
	}
}

.clients-carousel {
	padding-top: 25px;
	padding-bottom: 0;
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 0;
}

.client-quote p {
	font-style: italic;
	font-size: 21px !important;


}

.client-quote .role p {
	font-size: 14px !important;


}

.quote-marks {
	background: url('../images/quote-start.jpg') 0 0 no-repeat,
				url('../images/quote-end.jpg') 80% 100% no-repeat;
				padding: 30px 40px 40px 20px;
}

.quotes-carousel img {
	width:100%;
}

.row.section.gallery-carousel {
	margin-top:15px;
}

.client-quote h5 {
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 0;
	color: #4ea72a;
}

.slick-dots li button::before {
    color: #4ea72a;
    font-size: 22px;
}

.slick-dots {
	bottom: 10px;
}

.clients {
	margin-top: 50px;
}

.clients-logos {
	padding: 30px;
}

.signoff h3 {
	color: #313131;
	margin: 0 0 25px 0;
}

.signoff {
	margin-top: 35px;
	margin-bottom: 80px;
}

.signoff-btn {
	text-transform: uppercase;
	font-weight: 400;
}

.skyline {
	margin-top: -150px;
}

.section {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.section-large {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-large h2 {
	font-size: 20px;
} 

.section p, .section-large p {
	color: #7b7b7b;
	font-size: 18px;
}

.large-products {
	border-top: 1px solid #4ea72a;
}

.call-us-now {
	font-size: 20px;
	margin: 25px 0;
}

/* Text Area Templates */

.border-left{
	border-left: solid 1px #8e8c8c;
}


/* Key Projects -------------------------*/

.carousel-inner {
	position: relative;
}

.gallery-caption {
	position: absolute;
	left:0;
	bottom: 0;
	padding: 15px;
	width: 50%;
}

.gallery-caption h2 {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	letter-spacing: 0.5;
	display:inline-block;
	text-shadow: 0px 0px 5px #000;
}

.gallery-caption p {
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 0px 5px #000;
}


.gallery-carousel > #carousel > .carousel-indicators {
	display: none;
}

.gallery-carousel > #carousel > .carousel-control.left {
	background: none;
}

.gallery-carousel > #carousel > .carousel-control.right {
	background: none;
}

#carousel-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
}

#carousel-controls i {
	font-size: 30px;
	margin: 5px;
	text-shadow: 0px 0px 5px #000;
}

#carousel-controls a {
	color: #fff;
}

#carousel-controls a:hover {
	color: #4ea72a;
}

/* Maintenance -------------------------*/

.white-background {
	background: #fff;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.how-save {
	margin-top: 30px;
}


.model-list-item {
	font-size: 16px;
	font-weight: 400;
}

.model-body {
	padding: 0 15px;
}

.model-list-items {
	padding: 10px;
}



.model-list-items:nth-child(odd) {
	background-color: #fff;
}

.model-header {
	background-color: #575756;
	padding: 20px;
}

.model-header h3 {
	color: #fff;
	margin: 0;
}

.models {
	margin-top: 35px;
}

/* Contact ------------------------------*/

#map {
	height: 250px;
}

.contact-phone, .contact-email, .contact-address {
	color: #4ea72a;
}

.contact-phone {
	font-size: 25px;
}

.contact-email {
	font-size: 22px;
}

.contact-address {
	font-size: 20px;
}


/* Footer -------------------------------*/



footer {
	background: #313131;
	padding-top: 10px;
	padding-bottom: 60px;
	margin-top: 0;
	color: #fff;
}

footer p {
	margin: 5px 0;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

.footer-secondary {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4ea72a;
	color: #fff;
}

.footer-logos {
	background-color: #fff;
}

.footer-signoff {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}



/* OWL */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #4ea72a;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


@media(max-width:767px){

	.navbar-fixed-top {
    padding-top: 5px;
	}
	.nav-wrapper {
    padding-top: 0;
	}
	ul.nav>li, ul.nav.nav-justified {
	background-image:none;
	}
	.parallax-window {
    min-height: 200px;
    background: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
	}
	.mobile-footer-logos {
		padding: 10px 0;
	}

	.border-left{
		border-left: none;
	}

}
@media(min-width:768px){
	.clients-logos {
	padding: 10px;
	}
	#map {
	height: 300px;
	}
	.footer-logo {
	padding:20px;
	}
}
@media(min-width:992px){


	.navbar-default .navbar-nav>li>a {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	}


	.nav-wrapper {
	padding-top: 8px;
	}
	.parallax-window {
    min-height: 400px;
	}
	.clients-logos {
	padding: 20px;
	}
	.service-carousel {
	margin-top: 10px;
	}
	#map {
	height: 500px;
	}

	.home-services {
    min-height: 150px;
	}
}

@media(min-width:1060px) and (max-width:1199px) {
	.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	}
}

@media(min-width:1200px){


	.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	}
	.dropdown-menu>li>a {
		padding: 3px 55px;/*To align with top link*/
	}
	.nav-wrapper {
	padding-top: 40px;
	}
	.parallax-window {
    min-height: 500px;
	}
	.clients-logos {
	padding: 20px 30px;
	}
	#map {
	height: 600px;
	}
	.footer-logo {
	padding:10px 30px;
	}
}

@media(min-width:1300px){

	.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	}
}




@media(min-width:1600px){

	.main-image-caption {
		padding-left: 19%;
		left: -1200px;
	}


}


