body {
  background: url('../img/page_bg.jpg') repeat;
  font-family: 'Roboto', sans-serif;
  color: #555555;
  height: 100%;
}
body#home {
  font-family: 'Roboto', sans-serif;
  color: #555555;
  height: 100%;
  overflow: hidden;
}
body#home p.lead {
  font-size: 2em;
}
header {
  position: relative;
  width: 100%;
  background: url('../img/header_bg.jpg') repeat-x;
  height: 100px;
  z-index: 9999;
}
.board {
  border: 15px solid #ffffff;
}
a {
  color: green;
}
a:hover {
  color: #4e9420;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Port Lligat Slab', serif;
}
h4 {
  margin-top: 0px;
}
nav {
  background: #2a1303;
  width: 100%;
  position: relative;
  z-index: 9999;
}
nav a {
  color: #ffffff;
  font-size: 14px;
}
nav a:hover {
  color: #ffc0cb;
  text-decoration: none;
}
@media (max-width: 900px) {
  nav a {
    font-size: 13px;
  }
}
.navbar-default .navbar-nav > li.selected {
  color: #3fae2a;
}
.navbar-default .navbar-nav > li.selected a {
  color: #3fae2a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3fae2a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 20px;
  margin-bottom: 0px;
  border: none;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-collapse {
  max-height: 340px;
  padding: 0px;
  overflow-x: visible;
  border-top: none;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}
.nav > li > a {
  padding: 10px 10px 10px 10;
}
@media (min-width: 768px) {
  .nav > li > a {
    padding: 10px 23px 10px 0;
  }
}
.award-verde {
  color: #008000;
}
.polaroid {
  border-top: 8px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
}
p.lead {
  font-family: 'Port Lligat Slab', serif;
  font-style: italic;
  font-size: 20px;
  padding: 20px 10px 5px 10px;
}
p.lead-para {
  font-family: 'Port Lligat Slab', serif;
  font-style: italic;
  font-size: 20px;
  padding: 20px 10px 5px 0px;
}
blockquote.lead-para {
  border: none;
  font-family: 'Port Lligat Slab', serif;
  font-size: 21px;
}
.bg-full {
  background-size: cover;
}
.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.btn-schedule {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #5cb85c;
  width: 100%;
}
.btn-gift {
  width: 100%;
}
/* .btn-greenleaf { color: #ffffff; background-color: transparent; border-color: transparent; } */
.ghost {
  color: #ffffff;
}
.brown {
  color: #2a1303;
}
.verde {
  color: #3faf4a;
}
.push-down-0 {
  padding-top: 10px;
}
.push-down-1 {
  padding-top: 25px;
}
.push-down-2 {
  padding-top: 50px;
}
.push-down-3 {
  padding-top: 75px;
}
.push-down-4 {
  padding-top: 100px;
}
.phonelink {
  margin-top: 5px;
}
.phonelink a {
  font-size: 20px;
  padding-left: 45px;
}
.img-center {
  margin: 0 auto;
}
.modal-content {
  background: url("../img/page_bg.jpg") repeat;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: pink;
  background-color: transparent;
  border-color: transparent;
  z-index: 999;
}
.logo {
  background: url('../img/logo.jpg') no-repeat;
  width: 234px;
  height: 100px;
  margin: -20px 0 0 0;
  -webkit-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
}
.logo h1 span {
  display: none;
}
.logo-shadow-lg {
  width: 234px;
  height: 100px;
  margin: -20px 0 0 0;
  -webkit-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
}
.logo-mobile {
  background: url('../img/logo.jpg') no-repeat;
  width: 234px;
  height: 100px;
  margin: -20px auto 0 auto;
  -webkit-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
}
.logo-mobile h1 span {
  display: none;
}
.logo-shadow-sm {
  width: 234px;
  height: 100px;
  margin: -20px auto 0 auto;
  -webkit-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
}
.message {
  background: url('../img/message-bg.jpg') no-repeat;
  width: 249px;
  margin: 0 auto;
  padding-bottom: 15px;
  -webkit-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 5px 0px 5px rgba(50, 50, 50, 0.25);
}
.message-shadow {
  width: 234px;
  margin: 0 0 0 15px;
  -webkit-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
  box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.25);
}
.stick {
  z-index: 9999;
  position: absolute;
}
section img {
  height: 100%;
}
section#about {
  background: url('../img/about-header-3.jpg') no-repeat fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}
section#therapists {
  padding: 0 0 25px 0;
}
section#links {
  background: url('../img/links-header.jpg') no-repeat fixed;
}
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
body#wellness .active {
  width: auto;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -69px;
  /* Pad bottom by footer height */
  padding: 0 0 69px;
}
/* Set the fixed height of the footer here */
#footer {
  height: 44px;
}
/* Set the fixed height of the footer here */
footer.footer {
  height: 40px;
  padding: 10px 0;
  background: #2a1303;
  color: #ffffff;
  margin: 25px 0 0 0;
  font-size: 13px;
}
footer.footer a:hover {
  text-decoration: none;
  color: #3fae2a;
}
.gape {
  height: 40px;
}
#map-canvas {
  height: 480px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
/* packages */
body#packages {
  background: url('../img/forest.png') no-repeat;
  background-size: cover;
}
/* wellness */
body#wellness {
  background: url('../img/wellness.png') no-repeat;
  background-size: cover;
}
body#wellness .modal-dialog {
  right: auto;
  left: 50%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.panel-schedule {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid white;
}
.label-greenleaf {
  background: transparent;
  border: 2px solid #d51c68;
  color: #d51c68;
}
.panel-greenleaf {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #5cb85c;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #5cb85c;
  color: white;
}
.cloth {
  background-image: url('../img/message-bg.jpg') repeat;
}
.carousel-inner img.full {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.carousel-caption {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
  position: fixed;
  top: 200px;
  padding-bottom: 35px;
}
.btn-xl {
  padding: 16px 28px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
