/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700,900');

* {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* Media */
@media (max-width: 1200px) {

  }

@media (max-width: 992px) {

  }

@media (max-width: 767px) {

 }

@media (max-width: 560px) {

  }

@media (max-width: 520px) {

  }

@media (max-width: 400px) {

  }
.center {
	text-align: center;
}  
.center img {
	margin: 0 auto;
}
h2, .headline-center h2 {
	font-size: 35px;
	line-height: 1.3;
	color: #4d4e56;
}  
body {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, .headline-center h2 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #4d4e56;
}
#p-sub-content h3 {
	margin-top: 25px;
}

a {
    color: #457709;
}
#p-sub-content a {
	color: #457709 !important;
}
/*.header-v6.header-dark-transparent .navbar {
    background: rgba(0,0,0,0);
}*/
.p-header {
	background: #fff;
	border-radius: 7px !important; 
-moz-border-radius: 7px !important; 
-webkit-border-radius: 7px !important;
position: relative;
/*top:  25px; Setting with no top bar*/
top: 50px;
transition:all 0.3s ease;
}
.header-fixed-shrink .p-header {
	top: 0;
		border-radius: 0 !important; 
-moz-border-radius: 0 !important; 
-webkit-border-radius: 0 !important;
}
.header-v6 .navbar-nav > li > a {
    color: #333;
    font-weight: 400;
    background: none;
}
.header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus, .header-v6 .navbar-nav > .active > a, .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
    color: #457709;
    font-weight: 400;
    background: none;
}
.header-v6 .navbar-nav > .open > a, .header-v6 .navbar-nav > .open > a:hover, .header-v6 .navbar-nav > .open > a:focus {
    color: #457709;
}
/*.header-v6 .navbar-brand {
    height: 78px;
    max-height: 78px;
    line-height: 65px;
}*/
/*.header-v6 .navbar-brand {
    height: 78px;
    max-height: 78px;
    line-height: 65px;
}*/
.header-v6 .navbar-brand {
    width: auto;
    height: 78px;
    max-height: 78px;
    line-height: 65px;
    position: relative;
    z-index: 10;
}
.p-logo-a {
	
    position: relative;
    z-index: 10;
}
.main-image-md {
    padding: 390px 0;
}
.header-inner-right a {
	margin: 30px 0 0 30px;
	text-transform: uppercase;
		border-radius: 3px !important; 
-moz-border-radius: 3px !important; 
-webkit-border-radius: 3px !important;
}
.header-fixed-shrink .header-inner-right a {
	margin-top: 19px;
}
@media (max-width: 1200px) {
.header-v6 .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 65px;
}
.header-v6 .navbar-nav > li > a {
    padding: 20px 15px;
    line-height: 54px;
}
  }

@media (max-width: 992px) {
.p-header {
	top: 0;
		border-radius: 0 !important; 
-moz-border-radius: 0 !important; 
-webkit-border-radius: 0 !important;
}
.header-v6 .navbar-brand {
    height: 85px;
    max-height: 85px;
    line-height: 45px;
}
  }

@media (max-width: 767px) {
.header-v6 .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 45px;
}
 }
 @media (max-width: 560px) {
.header-inner-right a {
	margin: 35px 0 0 5px;
	font-size: 10px;
font-weight: 700;
}
.header-v6 .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 55px;
}
  }
.main-image.img-v3 {
    background: url(imgs/IMG_3689.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}  
.p-img-about {
	background: url(imgs/IMG_3939.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}
.p-img-services {
	background: url(imgs/IMG_3905.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}
.p-img-clients {
	background: url(imgs/IMG_4460.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}
.p-img-portfolio {
	background: url(imgs/IMG_3616.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}
.p-img-privacy {
	background: url(imgs/IMG_4271.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}
.p-img-contact {
	background: url(imgs/IMG_4399.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    transition:all 0.3s ease;
}

@media (max-width: 1500px) { 
.main-image.img-v3 {
	background-position: center bottom;
}  
}



.main-image::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.15);
}
.btn-u {
	text-transform: uppercase;
		border-radius: 3px !important; 
-moz-border-radius: 3px !important; 
-webkit-border-radius: 3px !important;
color: #fff !important;
}
#p-sub-content a.btn-u {
	color: #ffffff !important;
}
.p-slider {
	max-width: 860px;
}
@media (max-width: 992px) {
	.p-slider {
	max-width: 100%;
}
}
.p-slider .btn-u {
	font-size: 17px;
	padding: 15px 20px;
	margin: 10px 5px;
	border: 2px solid #457709;
}
.p-slider-bar {
	width: 50%;
	height: 10px;
	margin: 0 auto 25px auto;
	background: #fff;
}

.p-border {
	border: 7px solid #f5f5f5;
	position: relative;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	
}
.p-border img {
	border: 1px solid #f5f5f5;
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 2;
	
}
@media (max-width: 992px) {
	.p-border {
	border: 0 solid #f5f5f5;
	position: relative;
	z-index: 1;
	bottom: 0;
	right: 0;
}
.p-border img {
	border: 10px solid #f5f5f5;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
}
h2.title-v2::after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #457709;
    position: absolute;
}
.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 150px 0;
    position: relative;
    background: #457709;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: cover;
}
.bg-image-v1::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: #457709;
}
.p-angle {
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);*/
-webkit-clip-path: polygon(
    0 0, /*x,y upper left*/
    100% 0, /*x,y upper right*/
    100% calc(100% - 8vw), /*x, y lower right*/
    0 100% /*x,y lower left*/   
  );
clip-path: polygon(
    0 0, /*x,y upper left*/
    100% 0, /*x,y upper right*/
    100% calc(100% - 8vw), /*x, y lower right*/
    0 100% /*x,y lower left*/   
  );

}
.p-stats {
	position: relative;
	z-index: 2;
	top: -80px;
}
.p-stats-sub {
	position: relative;
	z-index: 2;
	top: 0;
}
.p-stats div {
	text-align: center;
	color: #fff;
}
.p-stats div p:first-child {
	text-align: center;
	font-size: 37px;
	color: #fff;
	font-weight: 400;
}
.p-stats div p:last-child {
	text-align: center;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.p-lower {
	position: relative;
	z-index: 1;
}
.p-lower div div:first-child {
	background-color: #2a2a2a;
	color: white !important;
	padding: 35px 50px 50px;
}
.wrapper-front, .wrapper, body {
	background-color: #222;
}
.p-col-dark {
	position: relative;
	z-index: 10;
	bottom: 160px;
}
.p-front-adj {
	position: relative;
	bottom: 173px;
}
.p-col-dark i {
	font-size: 35px;
}
.p-col-dark h2 {
	text-transform: none;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0;
	
	
}
.p-col-dark h3 {
	text-transform: none;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 25px;
	
}
.p-lower h2, .p-lower h3, .p-lower p {
	color: white;
}
.p-col-service {
	background: transparent url(imgs/IMG_4406.jpg) no-repeat center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 !important;
	margin-top: 0;
	position: relative;
	z-index: 1;
	height: 671px;
	transition:all 0.3s ease;
	bottom: 60px;

}
@media (max-width: 1200px) {
.p-col-service {
		height: 671px;
bottom: 0;
}
  }

@media (max-width: 992px) {
.p-col-service {
		height: 825px;

}
  }

@media (max-width: 767px) {
.p-col-service {
		height: 671px;
bottom: 90px;
}
 }

@media (max-width: 560px) {

  }

@media (max-width: 520px) {

  }

#topcontrol::after {
    top: -2px;
    left: 10px;
    content: "↑";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}
.p-front-usp {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    z-index: 3;
    /*background: url(imgs/IMG_3349.jpg) repeat fixed 0% 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: cover;*/
}
.p-front-usp::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: #000;
}
.p-front-usp h2, .p-front-usp p {
	color: white;
}
.copyright p, copyright p a, .p-a-grey {
	color: #e1e1e1 !important;
}
.p-a-grey:hover {
	color: #ddd !important;
}
.bg-image-v1-sub {
    padding: 75px 0;

}
.p-team {
	background-color: #f1f4fb;
		-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
padding-bottom: 20px;
	
}
.cbp-item {
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
}
.p-bg-light {
	background: #fcfcfc;
    border: solid 1px #e5e5e5;
}
.cbp-wrapper-outer {
    overflow: visible !important;
    position: relative;
    margin: 0 auto;
}
.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible !important;
    border: none !important;
    background: #fff !important;
}
.oiu-offset {
	position: relative;
	bottom: 125px;
}
.oiu-offset:before {
	display: block; 
 	content: " "; 
  	height: 0px;      /* Give height of your fixed element */
        margin-top: 0px; /* Give negative margin of your fixed element */ 	
        visibility: hidden; 
        position: relative;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-ds {
			-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);

}
.p-maps {
	text-align: center;
	}
.p-maps h4 {
	margin: 10px auto 0;
	/*color: #fff;
	-moz-text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	-webkit-text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
	font-size: 22px;
}
.p-map {

}
.p-contact-adj {
	/*position: relative;
	z-index: 1;
	
	bottom: 200px;*/
}
.btn-trans {
	border: 2px solid #fff !important;
	background: white;
	color: #333 !important;
}
#p-sub-content a.btn-p-outline {
	background: transparent;
	color: #457709 !important;
	border: 2px solid #457709;
}
#p-sub-content a.btn-p-outline:hover {
	
	color: #fff !important;
	background-color: #292a29 !important;
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #292a29;
    color: #fff !important;
}

.cbp-popup-lightbox-title {
    padding-right: 50px;
    font: 400 15px/22px 'Work Sans', sans-serif;
    color: #fff;
}
.cbp-l-grid-agency-title {
    margin-top: 18px;
    font: 700 20px/27px 'Work Sans', sans-serif;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
    color: #666;
    text-align: center;
    padding: 0 4px;
}
.cube-portfolio .cbp-l-grid-agency-title {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.p-li {
	width: 175px;
	max-width: 175px;
	height: auto;
	margin-bottom: 40px;
}
.cube-portfolio .cbp-l-grid-agency-title {
    color: #fff !important;
    font-size: 15px;
	line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}
.p-quote {
	padding: 25px;
	background-color: #f1f4fb;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
}
.p-quote p {
	font-size: 15px;
}
.p-quote span {
    color: #7f7f7f;
    display: block;
    font-size: 12px;
    font-style: italic;
    
}
.main-image {
	position: relative;
}
.main-image-message {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #457709;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 20px 40px;
		-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}
.main-image-message p {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
}
.main-image-message p:nth-child(2) {
	margin-bottom: 10px;
}
.main-image-message a {
	color: white;
	text-decoration: none;
}
.main-image-message .btn-trans {
margin:  0 10px;
}
.main-image-message strong {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.2;
	
}
.p-topbar {
	background-color: #457709;
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid white;
	position: relative;
	z-index: 9999999999999;

}
.p-topbar a {
	color: white;
	text-decoration: underline;
	

}
.p-topbar a::hover {
	color: white;
	text-decoration: none;
}
.p-sm a {
	margin: 0 25px;
}
.p-sm a, .p-sm a:hover {
	color: white;
	text-decoration: none;
	font-size: 30px;
	margin: 0 5px;
}
.p-sm a:last-child {
	margin-right: 0;
}
.p-sm a:first-child {
	margin-left: 0;
}

.main-image h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.0 !important;
    text-transform: uppercase;
	background-color: #427800;
	border-radius: 7px !important;
-moz-border-radius: 7px !important;
-webkit-border-radius: 7px !important;
padding: 24px 20px;
}
@media (max-width: 767px) {
.main-image h1 {
    font-size: 50px;
}
 }





/*Accessiblity*/
#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #000;
	color: white;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 10000000;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #000;
	color: white;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
/*End Accessibility*/
