@-moz-document url-prefix() {
  section.banner-image h1 {
    line-height: 40px !important;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.25px;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #525252;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.clear-float {
  clear: both;
  width: 100%;
  height: 0.001em;
}
div.clear-float {
  clear: both;
  height: 0.001em;
  width: 100px;
}
div.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  div.container {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
section.content p {
  line-height: 35px;
}
div.page-heading h1 {
  font-size: 35px;
  color: #1F2316;
  font-weight: 400;
  padding: 60px 0;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  div.page-heading h1 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 639px) {
  div.page-heading h1 {
    font-size: 30px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 399px) {
  div.page-heading h1 {
    font-size: 20px;
    padding: 15px 0;
  }
}
div.page-heading h1 span.black {
  color: #7F914C;
  font-size: 60px;
}
@media screen and (max-width: 639px) {
  div.page-heading h1 span.black {
    font-size: 48px;
  }
}
@media screen and (max-width: 399px) {
  div.page-heading h1 span.black {
    font-size: 24px;
  }
}
div.padding {
  padding: 30px 0;
}
@media screen and (max-width: 639px) {
  div.padding {
    padding: 15px 0;
  }
}
span.black {
  font-weight: 900;
}
span.bold {
  font-weight: 700;
}
span.regular {
  font-weight: 400;
}
span.light {
  font-weight: 300;
}
span.smaller {
  font-size: .7em;
  color: #7F914C;
}
span.small {
  font-size: .9em;
  font-style: italic;
}
span.big {
  font-size: 1.1em;
}
span.large {
  font-size: 1.3em;
}
@media screen and (max-width: 637px) {
  span.large {
    font-size: 1em;
  }
}
span.special {
  color: #7F914C;
  font-size: 20px;
  font-weight: 700;
}
a,
img,
a img {
  outline: none;
  border: none;
}
.button1 a {
  background: #7f914c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmOTE0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDZhMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f914c), color-stop(100%, #5d6a38));
  background: -webkit-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -o-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -ms-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: linear-gradient(to bottom, #7f914c 0%, #5d6a38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f914c', endColorstr='#5d6a38', GradientType=0);
  text-decoration: none;
  color: #FFFFFF;
  padding: 7px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
}
.button1 a:hover {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  color: #EFD392;
}
.button2 a {
  background: #f6e6c0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWQxOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6e6c0 0%, #eed18e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e6c0), color-stop(100%, #eed18e));
  background: -webkit-linear-gradient(top, #f6e6c0 0%, #eed18e 100%);
  background: -o-linear-gradient(top, #f6e6c0 0%, #eed18e 100%);
  background: -ms-linear-gradient(top, #f6e6c0 0%, #eed18e 100%);
  background: linear-gradient(to bottom, #f6e6c0 0%, #eed18e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e6c0', endColorstr='#eed18e', GradientType=0);
  text-decoration: none;
  color: #2A4806;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.button2 a:hover {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  color: #7F914C;
}
section.fixheader {
  display: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  padding: 0 0 40px 0;
  letter-spacing: 0.005em;
}
q {
  quotes: none;
  letter-spacing: 0.005em;
}
div.sent h6.fail {
  color: red;
}
div.sent h6.fail a {
  text-decoration: none;
}
div.sent h6.invalid {
  color: red;
}
a.active {
  color: #EFD392 !important;
}
header {
  background: #191D11;
  content: "";
  width: 100%;
  z-index: 10;
}
header.fix {
  background: rgba(25, 29, 17, 0.89);
  position: absolute;
  top: 0;
  left: 0;
}
header div.container {
  z-index: 100;
}
header div.container div.header-logo {
  float: left;
  padding: 10px 0 15px 0;
  width: 120px;
}
header div.container div.header-logo img {
  width: 100%;
}
header div.container div.header-logo a {
  border: 0;
}
header div.container div.header-nav {
  float: right;
  z-index: 200;
  position: relative;
}
header div.container div.header-nav ul.navigation {
  padding-top: 65px;
}
header div.container div.header-nav ul.navigation li {
  display: inline-block;
  padding: 0 15px;
}
header div.container div.header-nav ul.navigation li a {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
}
header div.container div.header-nav ul.navigation li a:hover {
  color: #EFD392;
}
header div.container div.header-nav ul.navigation li:first-child {
  padding-left: 0;
}
header div.container div.header-nav ul.navigation li.mobileItem {
  display: none;
}
@media screen and (max-width: 1024px) {
  header div.container div.header-nav ul.navigation {
    display: none;
  }
}
header div.container div.header-nav #moby-button {
  display: none;
  padding-top: 65px;
  font-size: 40px;
}
header div.container div.header-nav #moby-button .fa {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  header div.container div.header-nav #moby-button {
    display: inline-block;
  }
}
header div.container div.header-nav div.header-button {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 144px;
}
header div.container div.header-nav div.header-button a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 18px;
}
section.banner-contact {
  background: #7F914C;
}
section.banner-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #1F2316;
  color: #1F2316;
}
section.banner-contact .container {
  margin: 0 auto;
  width: 750px;
  height: 52px;
}
@media screen and (max-width: 1024px) {
  section.banner-contact .container {
    width: 790px;
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (max-width: 790px) {
  section.banner-contact .container {
    padding: 10px 20px 20px 20px;
    width: 100%;
    text-align: center;
  }
}
section.banner-contact .container div {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
section.banner-contact .container div.left {
  color: #EFD392;
  font-weight: 300;
}
section.banner-contact .container div.phone {
  color: #FFFFFF;
  padding: 0 10px;
  font-weight: 700;
}
section.banner-contact .container div.button {
  padding-left: 10px;
}
section.banner-contact .container div.clear-float {
  display: none;
}
@media screen and (max-width: 500px) {
  section.banner-contact .container div {
    display: block;
    margin: 10px 0;
  }
  section.banner-contact .container div.logo {
    height: 30px;
  }
}
body #moby {
  background-color: #7F914C;
}
body #moby #moby-close {
  color: #ffffff !important;
  font-size: 20px !important;
}
body #moby #moby-close span {
  color: #ffffff !important;
}
body #moby #moby-clone li a {
  color: #ffffff;
  font-size: 18px;
  padding: 15px 60px 15px 20px;
}
footer {
  background: url('../images/footer-banner.jpg') no-repeat bottom center;
  background-size: cover;
  width: 100%;
  position: relative;
}
footer div.container {
  height: 330px;
}
@media screen and (max-width: 767px) {
  footer div.container {
    height: auto;
    padding: 20px;
  }
}
footer div.container div.footer {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
}
footer div.container div.footer div.footer-logo {
  position: relative;
  width: 160px;
  margin: 0 auto;
  top: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
footer div.container div.footer div.footer-logo img {
  width: 100%;
}
footer div.container div.footer div.footer-nav ul.navigation li {
  display: inline-block;
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  footer div.container div.footer div.footer-nav ul.navigation li {
    padding: 0 12px;
  }
}
footer div.container div.footer div.footer-nav ul.navigation li a {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  font-weight: 300;
}
footer div.container div.footer div.footer-nav ul.navigation li a:hover {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  color: #EFD392;
}
footer div.container div.footer div.footer-nav ul.navigation li:first-child {
  padding-left: 0;
}
footer div.container div.footer div.copyright {
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  padding-top: 10px;
}
footer div.container div.footer div.copyright p {
  display: inline;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 0;
}
footer div.container div.footer div.copyright p#copyright {
  color: #A0A0A0;
}
footer div.container div.footer div.copyright p#geekpower {
  color: #7F914C;
}
footer div.container div.footer div.copyright p#geekpower a {
  text-decoration: none;
  color: #7F914C;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  footer div.container div.footer {
    position: relative;
    top: 0;
    left: 0;
  }
  footer div.container div.footer div.footer-logo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    padding-top: 50px;
  }
  footer div.container div.footer div.footer-nav {
    margin-top: 40px;
  }
  footer div.container div.footer div.footer-nav ul.navigation li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer div.container div.footer div.footer-logo {
    padding: 0;
    width: 100px;
  }
  footer div.container div.footer div.footer-nav {
    display: none;
  }
}
section.banner-image {
  background: url('../images/header-banner.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 730px;
  z-index: -10;
}
@media screen and (max-width: 1240px) {
  section.banner-image {
    background-position: 65% 50%;
  }
}
@media screen and (max-width: 767px) {
  section.banner-image {
    position: relative;
  }
  section.banner-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
  }
}
@media screen and (max-width: 637px) {
  section.banner-image {
    height: 580px;
  }
}
section.banner-image div.container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  text-shadow: 1px 1px 1px #000000;
}
section.banner-image div.container h1 {
  color: #FFFFFF;
  font-size: 62px;
  font-weight: 300;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  section.banner-image div.container h1 {
    font-size: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  section.banner-image div.container h1 {
    font-size: 24px;
    line-height: 56px;
  }
}
@media screen and (max-width: 399px) {
  section.banner-image div.container h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
section.banner-image div.container h1 span {
  color: #FFFFFF;
}
section.banner-image div.container h1 span.second {
  font-size: 59px;
  word-spacing: 0;
}
@media screen and (max-width: 399px) {
  section.banner-image div.container h1 span.second {
    font-size: 24px;
    line-height: 40px;
  }
}
section.banner-image div.container h1 span.black {
  font-size: 90px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  section.banner-image div.container h1 span.black {
    font-size: 60px;
  }
}
@media screen and (max-width: 499px) {
  section.banner-image div.container h1 span.black {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 399px) {
  section.banner-image div.container h1 span.black {
    font-size: 24px;
    line-height: 40px;
  }
}
section.banner-image div.container h1 span.smaller {
  font-size: 36px;
  font-weight: 400;
  word-spacing: 0;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 399px) {
  section.banner-image div.container h1 span.smaller {
    font-size: 24px;
    line-height: 40px;
    top: auto;
  }
}
section.banner-contact div.contact div.button2 a {
  font-size: 20px;
}
section.content-top {
  background: repeat center center url('../images/background1.jpg');
  box-shadow: 0 10px 32px 5px rgba(10, 10, 10, 0.2);
  border-bottom: 1px solid #999A95;
}
section.content-top div.container {
  padding: 100px 0;
  margin: 0 auto;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  section.content-top div.container {
    width: 100%;
    padding: 50px 20px;
    max-width: 100%;
  }
}
section.content-top div.container div.left {
  float: left;
  width: 500px;
  line-height: 32px;
}
section.content-top div.container div.left .button1 {
  float: right;
}
section.content-top div.container div.left h1 {
  font-size: 24px;
  color: #1F2316;
  padding-bottom: 40px;
}
section.content-top div.container div.left p {
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  section.content-top div.container div.left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section.content-top div.container div.left {
    float: none;
    width: 100%;
  }
  section.content-top div.container div.left div.button1 {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
section.content-top div.container div.right {
  float: right;
  width: 350px;
  font-size: 16px;
}
section.content-top div.container div.right ul li {
  float: left;
}
section.content-top div.container div.right ul li.quote {
  width: 250px;
  padding: 0 20px;
  text-align: center;
  padding-top: 45px;
}
section.content-top div.container div.right ul li.quote p.cite {
  padding: 50px 0 70px;
}
section.content-top div.container div.right ul li.quote p.cite strong {
  color: #1F2316;
}
@media screen and (max-width: 399px) {
  section.content-top div.container div.right ul li.quote {
    width: 200px;
    padding: 0 10px;
    padding-top: 40px;
  }
  section.content-top div.container div.right ul li.quote p.cite {
    padding: 20px 0 70px;
  }
}
section.content-top div.container div.right ul li.quotation {
  width: 25px;
}
section.content-top div.container div.right ul li.quotation#left {
  padding-top: 15px;
  padding-right: 45px;
}
@media screen and (max-width: 399px) {
  section.content-top div.container div.right ul li.quotation#left {
    padding-right: 35px;
  }
}
section.content-top div.container div.right ul li.quotation#right {
  padding-top: 215px;
}
@media screen and (max-width: 399px) {
  section.content-top div.container div.right ul li.quotation#right {
    padding-top: 230px;
    position: relative;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.content-top div.container div.right {
    float: none;
    margin: 0 auto;
  }
  section.content-top div.container div.right div.button1 {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
section.content-top div.container div.buttons {
  clear: both;
}
section.content-top div.container div.buttons .left {
  text-align: right;
}
section.content-top div.container div.buttons .right {
  text-align: center;
}
section.content-bot div.container {
  padding: 80px 0;
  margin: 0 auto;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  section.content-bot div.container {
    width: 100%;
    padding: 60px 20px;
    max-width: 100%;
  }
}
section.content-bot div.container h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.content-bot div.container h1 {
    padding-bottom: 30px;
  }
}
section.content-bot div.container div.body .float#text {
  padding-top: 5px;
  float: left;
  width: 360px;
}
section.content-bot div.container div.body .float#text div.button1 {
  float: right;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 920px) {
  section.content-bot div.container div.body .float#text {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  section.content-bot div.container div.body .float#text {
    float: none;
    width: 100%;
  }
  section.content-bot div.container div.body .float#text div.button1 {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
section.content-bot div.container div.body .float#video {
  display: block;
  float: right;
  width: 500px;
  padding-top: 15px;
  position: relative;
}
section.content-bot div.container div.body .float#video:hover::after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section.content-bot div.container div.body .float#video::after {
  content: "";
  width: 132px;
  height: 131px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: no-repeat center center url('../images/play.png');
  top: 50%;
  margin-top: -66px;
  left: 50%;
  margin-left: -66px;
  position: absolute;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.content-bot div.container div.body .float#video .video-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: white;
  text-shadow: 1px 1px 50px black;
}
section.content-bot div.container div.body .float#video .video-text .large {
  color: white !important;
}
section.content-bot div.container div.body .float#video img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 920px) {
  section.content-bot div.container div.body .float#video {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section.content-bot div.container div.body .float#video {
    float: none;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  section.content-bot div.container div.body .float#video {
    width: 350px;
  }
}
@media screen and (max-width: 499px) {
  section.content-bot div.container div.body .float#video {
    width: 300px;
  }
  section.content-bot div.container div.body .float#video .video-text {
    top: 25%;
  }
}
@media screen and (max-width: 349px) {
  section.content-bot div.container div.body .float#video {
    width: 286px;
  }
}
section.content {
  /* about.php */
  /* end about.php */
  /* services.php */
  /* end services.php */
  /* facility.php */
  /* end facility.php */
  /* location.php */
  /* end location.php */
  /* gallery.php */
  /* end gallery.php */
  /* faq.php */
  /* end faq.php */
  /* contact.php */
  /* end contact.php */
  /* 404.php */
  /* end 404.php */
}
section.content article div {
  vertical-align: top;
}
section.content article div.left {
  float: left;
  width: 490px;
}
@media screen and (max-width: 1024px) {
  section.content article div.left {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  section.content article div.left {
    float: none;
    width: 100%;
    display: block;
  }
}
section.content article div.right {
  float: right;
  width: 460px;
}
@media screen and (max-width: 1024px) {
  section.content article div.right img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  section.content article div.right {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  section.content article div.right {
    float: none;
    width: 100%;
    display: block;
  }
}
section.content article div.center {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  section.content article div.center {
    width: 100%;
  }
}
section.content article div.top {
  text-align: center;
}
section.content article.mid-banner div.container {
  text-align: center;
}
section.content article.mid-banner div.container p {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  text-shadow: 1px 1px 1px #000;
}
section.content article.mid-banner div.container p span {
  color: #FFFFFF;
}
section.content article.bot-section {
  background: repeat center center url("../images/background1.jpg");
}
section.content #about article.mid-banner {
  background: no-repeat center center url("../images/middle-banner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 252px;
}
section.content #about article.mid-banner div.container {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
section.content #about article.mid-banner div.container p {
  padding-bottom: 25px;
}
section.content #about article.mid-banner div.container p span.light {
  font-size: 28px;
}
@media screen and (max-width: 637px) {
  section.content #about article.mid-banner {
    height: auto;
    padding: 20px 0;
  }
  section.content #about article.mid-banner div.container {
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
  }
}
section.content #about img[src*="top"] {
  padding-top: 175px;
}
@media screen and (max-width: 639px) {
  section.content #about img[src*="top"] {
    padding-top: 20px;
  }
}
section.content #about img[src*="bot"] {
  padding-top: 110px;
}
@media screen and (max-width: 639px) {
  section.content #about img[src*="bot"] {
    padding-top: 20px;
  }
}
section.content #services article.top-section div {
  vertical-align: bottom;
}
section.content #services article.top-section div.right p {
  padding-top: 25px;
  padding-bottom: 0;
  text-align: center;
}
section.content #services article.top-section div.right p span.special {
  font-style: italic;
}
@media screen and (max-width: 639px) {
  section.content #services article.top-section div.right p {
    padding: 10px 0 20px 0;
  }
}
section.content #services article.top-section div.top {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.content #services article.top-section div.top {
    width: 100%;
  }
}
section.content #services article.top-section div.top h2 {
  color: #1F2316;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
section.content #services article .services-top-bg img {
  max-width: 100%;
  height: auto;
}
section.content #services article.bot-section {
  box-shadow: 0 10px 32px 5px #0a0a0a;
  border-top: 1px solid #999A95;
}
section.content #services article.bot-section div.left {
  width: 540px;
}
section.content #services article.bot-section div.left h3,
section.content #services article.bot-section div.left h4 {
  color: #1F2316;
  font-size: 20px;
  padding: 30px 0;
}
section.content #services article.bot-section div.left ul {
  list-style-image: url("../images/bullet-light.png");
}
section.content #services article.bot-section div.left ul li {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  section.content #services article.bot-section div.left {
    width: 55%;
  }
  section.content #services article.bot-section div.left ul {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.content #services article.bot-section div.left {
    float: none;
    width: 100%;
  }
}
section.content #services article.bot-section div.right {
  width: 400px;
}
section.content #services article.bot-section div.right img {
  width: 115%;
  position: relative;
  left: -30px;
  top: 40px;
}
@media screen and (max-width: 1024px) {
  section.content #services article.bot-section div.right {
    width: 40%;
  }
  section.content #services article.bot-section div.right img {
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.content #services article.bot-section div.right {
    float: none;
    width: 100%;
  }
  section.content #services article.bot-section div.right img {
    top: auto;
    width: 600px;
    display: block;
    margin: 0 auto;
  }
}
section.content #services div.mid {
  background: no-repeat center center #1F2316;
  background-size: cover;
}
section.content #services div.mid div.container {
  padding: 0 !important;
}
section.content #services div.mid div.container p {
  padding: 0 !important;
}
section.content #facility div.left img {
  width: 80%;
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
  section.content #facility div.left img {
    margin-top: 0;
  }
}
section.content #location article.top-section div.container div.top {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.content #location article.top-section div.container div.top {
    width: 100%;
  }
}
section.content #location article.top-section div.container div.top h2 {
  color: #1F2316;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
section.content #location article.top-section div.container div.bot {
  text-align: center;
}
section.content #location article.mid-banner {
  background: url('../images/location-banner.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 252px;
  box-shadow: 0 10px 32px 5px #0a0a0a;
}
section.content #location article.mid-banner div.container {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
section.content #location article.mid-banner div.container p {
  font-weight: 700;
}
section.content #location article.bot-section div.container div.left {
  width: 180px;
  float: left;
  width: 600px;
}
section.content #location article.bot-section div.container div.left iframe {
  border: 2px solid #7F914C;
}
@media screen and (max-width: 399px) {
  section.content #location article.bot-section div.container div.left iframe {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  section.content #location article.bot-section div.container div.left {
    width: 50%;
  }
  section.content #location article.bot-section div.container div.left iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.content #location article.bot-section div.container div.left {
    float: none;
    width: 100%;
  }
}
section.content #location article.bot-section div.container div.right {
  float: right;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  section.content #location article.bot-section div.container div.right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  section.content #location article.bot-section div.container div.right {
    float: none;
    width: 100%;
  }
}
section.content #location article.bot-section div.container div.right span {
  display: block;
  font-size: 20px;
  padding: 3px 0;
}
section.content #location article.bot-section div.container div.right span.big {
  font-size: 26px;
  border-bottom: 1px solid #7F914C;
  margin-bottom: 20px;
  padding: 10px 0;
}
section.content #location article.bot-section div.container div.right span.link {
  margin: 30px 0;
}
section.content #location article.bot-section div.container div.right span.link a {
  text-decoration: none;
  font-size: 20px;
  color: #1F2316;
  border-top: 1px solid #7F914C;
  border-bottom: 1px solid #7F914C;
  padding: 10px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
section.content #location article.bot-section div.container div.right span.link a i {
  color: #1F2316;
  padding-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
section.content #location article.bot-section div.container div.right span.link a:hover {
  color: #7F914C;
}
section.content #location article.bot-section div.container div.right span.link a:hover i {
  color: #7F914C;
  padding-left: 15px;
}
section.content #location article.bot-section div.container div.right span.text {
  font-size: 16px;
}
section.content #gallery {
  background: repeat center center url("../images/background1.jpg");
}
section.content #gallery div.gallery {
  box-shadow: 0 10px 32px 5px rgba(10, 10, 10, 0.2);
  text-align: center;
}
section.content #gallery div.gallery p {
  font-size: 20px;
  color: #7F914C;
  font-weight: 700;
}
section.content #gallery div.gallery .image {
  display: inline-block;
  width: 150px;
  height: 150px;
}
section.content #gallery div.gallery .image img {
  width: 100%;
  height: 100%;
}
section.content #gallery div.gallery a {
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
}
section.content #gallery div.gallery a div.art {
  display: none;
  position: absolute;
  width: 170px;
  height: 150px;
}
section.content #gallery div.gallery a img {
  padding: 5px;
  margin: 5px;
}
section.content #gallery div.gallery a img:hover {
  background: #7F914C;
}
section.content #faq article.top-section div.page-heading div.left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  section.content #faq article.top-section div.page-heading div.left {
    float: none;
    width: 100%;
  }
}
section.content #faq article.top-section div.page-heading div.right {
  width: 60%;
  padding-top: 35px;
}
section.content #faq article.top-section div.page-heading div.right p {
  padding-top: 25px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.content #faq article.top-section div.page-heading div.right {
    width: 100%;
    float: none;
  }
  section.content #faq article.top-section div.page-heading div.right p {
    padding: 10px 0 20px 0;
  }
}
section.content #faq article.bot-section {
  box-shadow: 0 10px 32px 5px #0a0a0a;
  border-top: 1px solid #999A95;
}
section.content #faq article.bot-section div.container div.faqs {
  border: 2px solid #7F914C;
  border-radius: 5px;
  margin: 15px 0;
}
section.content #faq article.bot-section div.container div.faqs a {
  text-decoration: none;
  padding: 10px 0;
}
section.content #faq article.bot-section div.container div.faqs a div.question {
  padding: 10px;
  background: #7F914C;
  position: relative;
}
section.content #faq article.bot-section div.container div.faqs a div.question p {
  color: #FFFFFF;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
section.content #faq article.bot-section div.container div.faqs a div.question p.right {
  float: right;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #525252;
}
@media screen and (max-width: 979px) {
  section.content #faq article.bot-section div.container div.faqs a div.question p.left {
    padding-right: 30px;
  }
  section.content #faq article.bot-section div.container div.faqs a div.question p.right {
    float: none;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  section.content #faq article.bot-section div.container div.faqs a div.question p.left {
    padding-right: 20px;
  }
  section.content #faq article.bot-section div.container div.faqs a div.question p.right {
    right: 15px;
  }
}
section.content #faq article.bot-section div.container div.faqs a div.question:hover p {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #EFD392;
}
section.content #faq article.bot-section div.container div.faqs div.answer {
  display: none;
  padding: 10px;
}
section.content #faq article.bot-section div.container div.faqs div.answer p {
  padding: 0;
}
section.content #contact form {
  background: repeat center center url("../images/background1.jpg");
}
section.content #contact form .container span.small {
  color: #7F914C;
}
section.content #contact article.top-section div.contactus {
  text-align: center;
}
section.content #contact article.top-section div.contactus p {
  font-size: 24px;
  padding: 20px 0;
  line-height: 35px !important;
  font-weight: 400;
}
section.content #contact article.mid-section {
  box-shadow: 0 -20px 32px -10px rgba(10, 10, 10, 0.3);
  border-top: 1px solid #999A95;
}
section.content #contact article.mid-section p.top {
  font-size: 20px;
  text-align: center;
}
section.content #contact article.mid-section p.top span.green {
  color: #7F914C;
}
section.content #contact-landing {
  padding: 80px 0;
  background: repeat center center url("../images/background1.jpg");
}
section.content #contact-landing .container {
  box-shadow: 0 5px 32px 5px rgba(10, 10, 10, 0.2);
  padding: 40px;
}
section.content #contact-landing .container p {
  color: #2A4806;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  text-shadow: 1px 1px 1px #7F914C;
  margin-bottom: 20px;
}
section.content #contact-landing .container .button1 {
  text-align: center;
  margin-bottom: 30px;
}
section.content #contact-landing .container .button1 a {
  font-weight: 600;
  padding: 20px 40px;
}
section.content #four-oh-four .container {
  margin: 110px auto;
}
section.content #four-oh-four .container p {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  text-shadow: 3px 3px 2px #7F914C, -2px -2px 2px #1F2316;
}
form .sent {
  text-align: center;
  padding-bottom: 30px;
}
form .email {
  border: 1px solid red;
}
form .left {
  float: left;
  width: 400px;
}
form .right {
  float: right;
  width: 400px;
}
form label.ie9 {
  display: none;
}
form label,
form p {
  color: #7F914C;
  font-weight: 400;
}
form label .textarea,
form p .textarea {
  display: block;
  margin-top: 10px !important;
}
form textarea {
  display: block;
  height: 80px;
  min-height: 80px;
  max-height: 200px;
  margin-top: 2px !important;
}
form input[type*="text"],
form input[type*="email"],
form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 5px 2px;
  margin: 0;
  border: 1px solid #7F914C;
}
form input.submit {
  width: 25%;
  margin: 15px 300px;
  padding: 5px;
  background: #7f914c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmOTE0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDZhMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f914c), color-stop(100%, #5d6a38));
  background: -webkit-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -o-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: -ms-linear-gradient(top, #7f914c 0%, #5d6a38 100%);
  background: linear-gradient(to bottom, #7f914c 0%, #5d6a38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f914c', endColorstr='#5d6a38', GradientType=0);
  text-decoration: none;
  color: #FFFFFF;
  padding: 7px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
}
form input.submit:hover {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  color: #EFD392;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  form input.submit {
    display: block;
    margin: 15px auto;
    width: auto;
  }
}
form p.radio {
  padding: 8px 0;
}
form label.radio {
  padding: 0 5px;
  margin-right: 15px;
}
form input[type*="radio"] {
  margin-bottom: 15px;
}
form div.fieldset {
  margin: 30px 0;
}
form div.fieldset h1,
form div.fieldset h2,
form div.fieldset h3 {
  color: #1F2316;
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #7F914C;
  margin-bottom: 25px;
}
form div.fieldset div.input {
  padding: 0 2px;
  margin: 2px 0;
}
form p {
  padding: 0;
  line-height: 20px !important;
  font-weight: 400 !important;
}
form #personal-info,
form #pet-signup {
  padding: 80px;
  box-shadow: 0 10px 32px 5px rgba(10, 10, 10, 0.2);
}
@media screen and (max-width: 767px) {
  form #personal-info,
  form #pet-signup {
    padding: 20px;
  }
}
form #personal-info #general,
form #pet-signup #general {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  form #personal-info #general,
  form #pet-signup #general {
    padding-top: 20px;
  }
}
form #personal-info input.date,
form #pet-signup input.date,
form #personal-info label.date,
form #pet-signup label.date {
  display: none;
}
@media screen and (max-width: 767px) {
  section.content form article .left {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  section.content form article .right {
    width: 100%;
    float: none;
  }
}
