/* General Styles */
html {
	width: 100%;
	height: 100%;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', serif;
  width: 100%;
  height:100%;
}
.text-muted {
	color: #777;
}
.text-primary {
  color: #4F6F4C;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}
a {
  color: #AAEFA2;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #AAEFA2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #F3F3F3;
}
.bg-darker-green {
	background-color: #4F6F4C;
}
.bg-dark-green {
	background-color: #163018;
}
.bg-light-green {
	background-color: #e5fbf2;
}
/* Button Styles */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  border-color: #4F6F4C;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #4F6F4C;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
	margin-bottom: 20px;
}
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  border-color: #9CF8C8;
  color: #4F6F4C;
  background-color: #9CF8C8;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #AAEFA2;
  background-color: #AAEFA2;
}
.btn-primary .badge {
  color: #AAEFA2;
  background-color: #ffffff;
}
.btn-xl,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
	margin: 10px;
	padding: 16px 23px;
	border-radius: 0;
	border-color: #fff;
	background-color: #fff;
	color: #4F6F4C;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
	letter-spacing: .4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn-xl-alt, .btn-xl-alt:focus {
	padding: 15px 23px;
	border: 2px #fff solid;
	background-color: #4F6F4C;
	color: #fff;
}
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
  border-color: #9CF8C8;
	background-color: #9CF8C8;
	color: #4F6F4C;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: #fed136;
  background-color: #fed136;
}
.btn-xl .badge {
  background-color: #ffffff;
	color: #fed136;
}
/* Navigation Styles */
.navbar-default {
	border-color: transparent;
  background-color: #4F6F4C;
	-webkit-box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
}
.navbar-default .navbar-brand {
	color: #AAEFA2;
	font-family: 'Playfair Display', serif;
  font-size: 1.5em;
  font-weight:400;
  line-height: 20px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	color: #AAEFA2;
}
.navbar-default .navbar-brand > span {
	color: #fff;
}
.navbar-default .navbar-brand:hover {
  color: #AAEFA2;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #AAEFA2;
  background-color: #AAEFA2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4F6F4C;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #9CF8C8;
}
.navbar-default .nav li a {
	color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #9CF8C8;
}
.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
	background-color: #AAEFA2;
	color: #4F6F4C;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-radius: 0;
	background-color: #AAEFA2;
	color: #4F6F4C;
}
@media(min-width:768px) {
  .navbar-default {
  	padding: 18px 0;
    border: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  .navbar-default .navbar-brand {
  	font-size: 2.1em;
		padding: 15px 13px;
		-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .navbar-default .nav li a {
		line-height: 28px;
		padding-left: 12px;
		padding-right: 12px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
  .navbar-default .navbar-nav>.active>a {
		margin-left: 12px;
		margin-right: 12px;
		padding-bottom: 2px;
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
		color: #AAEFA2;
		border-bottom: 2px #AAEFA2 solid;
  }
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background-color: transparent;
		color: #AAEFA2;
	}
  .navbar-default.navbar-shrink {
		padding: 0;
		background-color: #4F6F4C;
		-webkit-box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.75);
  }
	.navbar-default.navbar-shrink .nav li a {
		font-size: 13px;
		line-height: 25px;
	}
  .navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.6em;
  }
}
/* Main Page Styles */
/* Header Section */
header {
	background-attachment: scroll;
	background: url('../img/head-bg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #fff;
}
header .intro-text {
  padding-top: 120px;
  padding-bottom: 60px;
}
header .intro-text .intro-lead-in {
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-weight:400;
  font-size: 36px;
  line-height: 44px;
}
header .intro-text .intro-lead-in-sub {
	margin: 0 30px 30px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
}
@media(min-width:768px) {
	header .intro-text {
  	padding-top: 240px;
    padding-bottom: 160px;
  }
  header .intro-text .intro-lead-in {
  	margin-bottom: 30px;
    font-size: 51px;
    line-height: 51px;
  }
	header .intro-text .intro-lead-in-sub {
		margin: 0 60px 50px 60px;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
	}
}
@media(min-width:992px) {
	header .intro-text {
  	padding-top: 240px;
    padding-bottom: 160px;
  }
  header .intro-text .intro-lead-in {
  	margin-bottom: 40px;
    font-size: 66px;
    line-height: 66px;
  }
	header .intro-text .intro-lead-in-sub {
		margin: 0 140px 50px 140px;
		font-size: 26px;
		font-weight: 400;
		line-height: 26px;
	}
}
/* General Content Section Styles */
section {
	padding: 100px 0;
}
section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
}
section h2.heading-green {
	color: #1f4422;
}
section h2.heading-white {
	color: #fff;
}
section h3.section-subheading {
  margin-bottom: 75px;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}
section h3.subheading-green {
	color: #4d7c50;
}
section h3.subheading-white{
	color: #fff;
}
@media(min-width:768px) {
	section {
  	padding: 150px 0;
  }
}
/* Welcome Section */
section#welcome {
	padding: 30px 0 50px 0;
}
section#welcome h2.section-heading {
	padding-top: 30px;
	font-size: 42px;
	color: #fff;
}
#welcome p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin: 0 30px;
	padding-bottom: 10px;
}
#certified img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
@media(min-width:768px) {
	section#welcome h2.section-heading {
		font-size: 52px;
	}
	#welcome p {
		line-height: 24px;
		font-size: 19px;
	}
	#certified img {
		padding: 10px 20px;
	}
}
/* Services Section */
.service-heading {
  margin: 15px 0;
	font-size: 22px;
	text-transform: none;
}
#services p {
	margin-bottom: 30px;
}
#services span {
	font-size: 16px;
}
@media(min-width:992px) {
	#services p {
		margin-bottom: 10px;
	}
}
/* Testimonials Section */
.bubble {
	position: relative;
	width: 95%;
	margin-bottom: 20px;
	padding: 20px;
	background: #6ecb99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #6ecb99 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 17%;
}
@media(min-width:768px) {
	.bubble {
  	width: 85%;
  }
}
.bubble-info {
	margin-left: 10%;
}
.bubble-name {
	margin-bottom: 0;
	font-weight: 700;
}
.bubble-bottom {
	margin-bottom: 20px;
}
/* Google Maps Address Card Styles */
#google-address-widget {
	width: 170px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: white;
  padding: 8px;
  font-family: 'Roboto Slab', serif;
  margin: 10px 15px 15px 15px;
}
#google-address-widget strong {
	font-size: 13px;
}
#google-address-widget p {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}
@media(min-width:768px) {
	#google-address-widget {
  	width: 200px;
    padding: 10px;
	}
	#google-address-widget strong {
		font-size: 15px;
	}
	#google-address-widget p {
		font-size: 13px;
		line-height: 1.3;
	}
}
/* Website Listing Section */
section#weblist {
	padding: 40px 0;
}
section#weblist img {
	margin: 20px auto;
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Contact Section */
section#contact {
  background-attachment: scroll;
  background: url('../img/contact-bg.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control {
	border-radius: 0;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}
section#contact .form-control:focus {
  border-color: #AAEFA2;
  box-shadow: none;
}
section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact::-moz-placeholder {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #bbb;
}
section#contact .text-danger {
  color: #e74c3c;
}
/* Footer Section */
footer {
	padding: 40px 0;
}
footer h4 {
	font-size: 20px;
	color: #AAEFA2;
}
footer ul {
	list-style-type:none;
	padding-left: 0;
}
footer ul li {
	color: #AAEFA2;
	font-size: 15px;
}
#contact-info li {
	padding: 1px 0;
}
i#home-icon {
	padding-right: 5px;
}
i#phone-icon {
	padding-right: 8px;
}
i#email-icon {
	padding-right: 4px
}
i#web-icon {
	padding-right: 7px;
}
#copy li i {
	padding-top: 0;
	padding-bottom: 10px;
}
#copy li i:hover {
	color: #aff4d0;
}
@media(min-width:768px) {
	#copy ul li {
		text-align: right;
	}
	#cc {
		text-align:center;
	}
}

/* Modal Styles */
.modal-body a {
	white-space: nowrap;
}

/* Other Page Header Styles */
header .intro-text-alt {
  padding-top: 120px;
  padding-bottom: 60px;
}
header .intro-text-alt .intro-lead-in {
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-weight:400;
  font-size: 36px;
  line-height: 36px;
}
header .intro-text-alt .intro-lead-in-sub {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
}
@media(min-width:768px) {
	header .intro-text-alt {
  	padding-top: 140px;
    padding-bottom: 80px;
  }
  header .intro-text-alt .intro-lead-in {
  	margin-bottom: 20px;
    font-size: 51px;
    line-height: 51px;
  }
	header .intro-text-alt .intro-lead-in-sub {
		font-size: 18px;
		line-height: 18px;
	}
}
/* Other Pages Text*/
section#other-body {
	padding: 50px 0;
}
#other-body h2 {
	color: #4F6F4C;
	text-align: center;
	font-size: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#other-body h3 {
	color: #4F6F4C;
	padding-bottom: 15px;
}
#other-body h4 {
	color: #4F6F4C;
}
#other-body p {
	padding-bottom: 15px;
}
@media(min-width:768px) {
	#other-body h2 {
		font-size: 44px;
	}
}
/* Appointments Page */
#appointments-header {
	background: url('../img/appointments-bg.png') no-repeat center bottom;
	max-height: 500px;
}
#appointment-widget {
	background-color: #ddd;
}
#appointment-widget iframe {
	padding-top: 10px;
}
.anchor-underline {
	text-decoration: underline;
	color: #3bc42d;
}
/* Services Page */
#services-header {
	background: url('../img/services-bg.png') no-repeat center center;
	max-height: 500px;
}
.service-title-top-margin {
	margin-top: 30px;
}
/* Forms Page */
#forms-header {
	background: url('../img/forms-bg.png') no-repeat center center;
	max-height: 500px;
}
@media(min-width:992px) {
	#pdf-button {
		margin-top: 65px;
	}
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #AAEFA2;
}
::selection {
    text-shadow: none;
    background: #AAEFA2;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #AAEFA2;
}
