body {
    overflow-x: hidden;
}

p {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align:justify;
  color: #333;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #88c440;
}


h1 {
  color: #88c440;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

h1 span {
  color: #89c440;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
    margin: 0;
    font-size: 18px;
	color:#89c440;
	text-transform:uppercase;
	margin: 20px 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding: 200px 0 100px;
    }

    header .intro-text .name {
        font-size: 5em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.phone {
	  float: left;
	  
	}
}

/* *********************for the smart phone landscape ********************** */
@media (max-width: 480px) { 
.phone {
	float:left;
	clear:both;
}

/*.navbar-brand {
  float: left;
  padding: 15px;
  margin:20px;
  height: 0 !important;
}*/

.navbar-brand {
  clear: both;
  display: block;
  float: left;
  margin: 0 0 40px;
  padding: 0px;
}

section {
  padding: 0;
}

.navbar-toggle {
  margin-top: 40px;
}

}
/* *********************end of smart phone landscape ********************** */

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	font-size:11px;
	margin-bottom: 0 !important;
}


.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 0;
}

/*section h2 {
    margin: 0;
    font-size: 18px;
	color:#89c440;
	text-transform:uppercase;
}
*/
section.success {
    color: #fff;
    background: #18bc9c;
}

/*@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
	
	
}*/

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #5bc4f3; /* changes the colour of the social icon rollOvers*/
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fd9d00;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #b5b4b4;
	color:#000;
}

.btn-social {
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  text-align: center;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



@charset "utf-8";
/* CSS Document */

/* ************************* overwriting bootstrap ************************************* */
.carousel-indicators li {
  background-color: #CCC;  
}

.navbar-brand {
  float: none !important;/* allows the logo/brading to overlap the header*/
  display: block;
  margin: 0 0 100px;
}

.navbar-static-top {  
  width:100%;
}

.dropdown-menu {
  font-size: 12px;  
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
 
@media (max-width: 420px) {
     
   .carousel-inner > .item > img {   
   height:auto;
  }
}

@media only screen and (min-width: 768px) {

.navbar-nav {
    float: right;
    margin: 66px 0 0 60px;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.navbar-nav {
    float: right;
    margin: 0 0 0 60px;
}
  
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .navbar-nav {
    float: right;
    margin: 66px 0 0 60px;
}
}

.navbar-default {
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #c3272f;
  color: #FFF;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  /*background-color: #767676;*/ /* just making the static state of the nav have no bg colour*/
   -webkit-transition: all 0.8s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.8s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.8s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.8s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(118, 118, 118, 1);
	/*background-color: #7ec55b;*/
    color: #FFF;
	
}

.navbar ul li li a:hover {
  transition: all 0.5s ease 0s;
}



#footer {
	background: #1b5c36; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b5c36 0%, #7ec55b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b5c36), color-stop(100%,#7ec55b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b5c36 0%,#7ec55b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5c36', endColorstr='#7ec55b',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	/*position: fixed;*/
	width: 100%;
	height: auto !important;
	color: #FFF;	
	padding: 20px;
	display: block;
	
}

#footer a {
	color: #FFF;
	font-weight: bold;
}

#footer p {
	color: #FFF;
	font-weight: bold;
	font-size:11px;
	text-align:center;
}



a {
  color: #88c440;   
}

a:hover {
	color: #67a919;
}




.rhs_header  {
  margin: 0 0 20px !important;
}

.announcement-list {
	background-attachment: scroll;
	background-image: url(/images/calendar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
.announcement-list h2 {	
	margin: 0 9px 0 20px;	
}

.announcement-list span.date {
  margin: 0 9px 0 20px;
}

.newsletter-form h3 {
	background: #1b5c36; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b5c36 0%, #7ec55b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b5c36), color-stop(100%,#7ec55b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b5c36 0%,#7ec55b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b5c36 0%,#7ec55b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5c36', endColorstr='#7ec55b',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
	color: #FFF;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 10px 10px 0 0;
	text-shadow: 0.5px 0.5px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px 1px ;
	/*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	display: block;
	padding: 10px;
}

.tp-banner-container {
    margin-bottom: 20px;
}

.form-control {
    width: 90%;
}


/* styles just overwiriting the caption text in the /rs-plugin/settings.css file*/
.tp-caption.large_bold_grey {
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
}

.tp-caption.medium_thin_grey {
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	}
	
.tp-caption.small_thin_grey {
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}	

.btn-primary {
    background-color: #89c440;
    border-color: #FFF;
    color: #fff;
}
	
/* end of styles just overwiriting the caption text*/

/* ---------------------------------------- end of overwriting bootstrap styles ------------------------------------------------------- */

.submit_search {
  background: linear-gradient(to bottom, #286B40 0%, #033E24 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #79C858;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  width: 100px;
}

.search_wrapper {
  /*background-color: #FFFFFF;*/
  border-radius: 5px 0 0 5px;
  display: block;
  float: right;
  height: 28px;
  overflow: hidden;
  padding: 2px 1px 1px 2px;
  margin: 0 0 10px 0;
}

.search_ppm {
  background-attachment: scroll;
  background-color: #00c5ff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom: 3px solid #7ec55b;
  border-right: 1px solid #7ec55b;
  border-style: solid solid solid none;
  border-top: 1px solid #7ec55b;
  border-width: 1px 1px 3px 0;
  clear: both;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  height: 30px;
  margin: -3px 0 0 -7px;
  overflow: hidden;
  padding: 3px 10px 2px 12px;
  text-transform: uppercase;
  width: 70px;
}

.middle {
	margin: 0 auto;
}

.intro-header {
  /*background-image: url("/images/preventive_pest_management_banner.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  min-height:294px*/
}

.grey_banner_bg {
	background-color: #eae9e9;	
}

.phone {
	color: #88c440;
	display: inline-block;
	float: none;
	font-size: 18px;
	font-weight: 500;
	margin: 100px 0 0!important;
	text-transform: uppercase;
	font-weight:bold;
}

/*.phone {
  clear: none;
  color: #000;
  float: right;
  text-align: center;
}*/

.testimonials {
	margin: 0;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	margin: 20px 0 0 !important;
	background-color: #89c440;
	padding:10px;
}

.details {
  clear: both;
  text-align: right;
}

.fields {
  background-color: #FFF;
  border: 1px solid #333;
  margin:10px 0;
}

.header {
min-height:66px;
background-color: #f5f5f5;
padding: 5px 0;
}	

/********** overwriting boostrap ******************/
.btn-primary:hover {
	color: #fff;
	background-color: #67a919;
	border-color: #67a919;
}


 /* added 3 css style to make the lightbox images responsive*/
#outerImageContainer {
    max-width: 90%;
    overflow: hidden;
    height: auto !important;
	font-size:0!important;
}

#imageDataContainer {
    max-width: 90%;
    overflow: hidden;
}

#lightboxImage {
    max-width: 100%;
	height: auto !important;
}

/* ************** makes the image gallery responsive ************************** */
@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {

.photogalleryTable { 
display: block; 
}
.photogalleryTable td { 
/*display: block;
float: left; */ /* removed to make the last child not drop down to the lin by itself*/ 
/*margin: 0 1%;*/ 
/*width: 48%;*/ /* commenting this out as it makes the thumbnail images shrink*/
}
.photogalleryTable td img { 
display: block; width: 100%; }
  
}
/* end of responsive css for the image gallery tables*/

table.photogalleryTable td {
  padding: 7px !important;
}

table.photogalleryTable td a {
	padding-right: 7px !important;
}

table.photogalleryTable td a:first-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}

.photogalleryItem a {
	border:0 !important; /* takes border away that was created by the style above */
}

/* this is what is making the page active and allowing the arrow.jpg to appear above rthe menu li */
	#menu ul > li.active > a {
	overflow: visible;
	background-color: #67a919;
	color:#FFF;
}

.certifications {
	padding: 10px 0;
	min-height: 250px;
	display: table-row;
}

.certifications img {
  margin:auto 0;
}

.certifications p {
  padding: 10px;
  text-align:left;
}

/* If the screen size is 600px wide or less, hide the element */
@media (max-width: 420px) {
 
.phone {
	margin:0 !important;
}
}