@charset "UTF-8";
/* GENERAL
-------------------------------------------------- */
body {
  padding-bottom: 20px;
  color: #5a5a5a;
  font-family: Helvetica, Arial;
}
a {
  color: #72AE03;
}
a:hover {
  color: #275D02;
}
.strike {
  text-decoration: line-through;
  color: #999;
}
.fineprint {
  font-style: italic;
  font-size: 10px !important;
  line-height: 14px !important;
  margin-bottom: 0 !important;
  color: #9e9e9e !important;
}
/* STRUCTURE
-------------------------------------------------- */
.header-wrapper {
  padding: 5px 0 10px;
  /*background:url(../img/header_mid.png);*/
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f4ed 50%, #f2f2ea 51%, #f5f4ed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f6f4ed), color-stop(51%, #f2f2ea), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f4ed 50%, #f2f2ea 51%, #f5f4ed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f4ed 50%, #f2f2ea 51%, #f5f4ed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f4ed 50%, #f2f2ea 51%, #f5f4ed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f4ed 50%, #f2f2ea 51%, #f5f4ed 100%);
  border-bottom: 1px solid #D8D8D8;
}
.gradient-separator-top {
  background: -moz-linear-gradient(top, #f6f4ed 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f4ed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f4ed 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f4ed 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f4ed 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f4ed 0%, #ffffff 100%);
  height: 30px;
}
#myCarousel.carousel {
  margin-bottom: 0px;
  border-left: 1px solid #626262;
  border-right: 1px solid #626262;
}
#myCarousel.carousel .container {
  position: relative;
  z-index: 9;
}
#myCarousel .carousel-control {
  /*
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  */
  line-height: 550px;
  font-size: 120px;
}
#myCarousel.carousel .item {
  height: 550px;
}
#myCarousel.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 550px !important;
}
#myCarousel .carousel-caption {
  background-color: transparent;
  top: 200px;
  max-width: 600px;
  padding: 15px 20px;
  background: url("../images/caption-bg.png");
  border-radius: 10px;
  text-align: left;
  height: auto;
  bottom: auto;
  left: 15%;
}
#myCarousel .carousel-caption h1,
#myCarousel .carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#myCarousel .carousel-caption .btn {
  margin-top: 10px;
}
#myCarousel .carousel-caption .well {
  background: #000;
  -khtml-opacity: .50;
  -moz-opacity: .50;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: .50;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  opacity: 0.9;
}
.carousel-wrapper {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  background: -webkit-radial-gradient(#000000, #e2e2e2);
  /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#000000, #e2e2e2);
  /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#000000, #e2e2e2);
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#000000, #e2e2e2);
  /* Standard syntax */
}
.hotelCarousel .carousel-control {
  line-height: 400px;
  font-size: 100px;
}
.hotelCarousel.carousel .item {
  height: 400px;
}
.hotelCarousel.carousel img {
  height: 400px !important;
  margin: 0 auto;
}
/* MAIN NAVBAR
-------------------------------------------------- */
#main-menu.navbar {
  margin-top: 50px;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
#main-menu .navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* Remove border and change up box shadow for more contrast */
#main-menu.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
/* Downsize the brand/project name a bit */
#main-menu.navbar .brand {
  padding: 14px 20px 16px;
  /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
/* Navbar links: increase padding for taller navbar */
#main-menu.navbar .nav > li > a {
  /*padding: 15px 20px;*/
  /*padding:15px 12px;*/
  padding: 15px 25px;
  font-size: 14px;
}
/* Offset the responsive button for proper vertical alignment */
#main-menu.navbar .btn-navbar {
  margin-top: 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #4C8A02;
  background-image: linear-gradient(to bottom, #78b902, #4c8a02);
}
/* CONTENT
-------------------------------------------------- */
.content {
  padding-bottom: 50px;
}
.content h2 {
  font-weight: normal;
}
.frontpage .content .span4 {
  text-align: left;
}
.frontpage .content .thumbnail h3,
.content .thumbnail p {
  padding: 0 10px;
}
.frontpage .content .thumbnail h3 {
  line-height: 30px;
}
.frontpage .content ul li {
  font-size: 18px;
}
.frontpage .content .action {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}
/* Featurettes
---------------------------------------------------- */
.featurette-divider {
  margin: 40px 0;
}
.featurette {
  padding-top: 0px;
  overflow: hidden;
}
.featurette-image {
  margin-top: -120px;
}
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-subheading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}
/* Sub Page Specifics
--------------------------------------------------- */
.subpage #myCarousel.carousel.subpage .item {
  height: 250px;
}
.subpage #myCarousel.carousel.subpage img {
  height: 250px !important;
}
.subpage .content p {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 20px;
}
.subpage .featurette-heading {
  margin-bottom: 20px;
}
.subpage section {
  padding-left: 10px;
}
.subpage #myCarousel.carousel.subpage .carousel-caption {
  top: 80px;
}
/* Features
--------------------------------------------------- */
.features p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  padding: 0 10px;
}
.features h3 {
  padding: 0 10px;
  line-height: 30px;
}
/* Side Menu
--------------------------------------------------- */
.bs-docs-sidenav {
  width: 250px;
  margin: 15px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.bs-docs-sidenav.affix {
  top: 5px;
  width: 250px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #67A203 !important;
}
.nav-pills.nav-stacked > li > a {
  font-size: 13px;
}
/* From
--------------------------------------------------- */
label.error {
  color: red;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 11px;
}
.btn-success {
  background-color: #4C8A02;
  background-image: -moz-linear-gradient(top, #8cce02 0%, #4c8a02 100%);
  background-image: -webkit-linear-gradient(top, #8cce02 0%, #4c8a02 100%);
  background-image: -o-linear-gradient(top, #8cce02 0%, #4c8a02 100%);
  background-image: -ms-linear-gradient(top, #8cce02 0%, #4c8a02 100%);
  background-image: linear-gradient(to bottom, #8cce02 0%, #4c8a02 100%);
  background-image: linear-gradient(to bottom, #8cce02, #4c8a02);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #4C8A02;
}
.breadcrumb {
  font-size: 13px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 7px;
}
.map {
  width: 100%;
  height: 500px;
}
.jumbotron {
  padding: 20px;
}
.errorMessage {
  color: red;
}
.panel-default > .panel-subheading {
  background-color: #fcfcfc;
  border-color: #ddd;
  color: #333;
}
.panel-subheading {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px 15px;
}
.navbar-nav {
  width: 100% !important;
}
.navbar-nav li {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
}
.navbar-inner {
  text-align: center !important;
}
@media (max-width: 1199px) {
  .bs-docs-sidenav,
  .bs-docs-sidenav.affix {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .bs-docs-sidenav,
  .bs-docs-sidenav.affix {
    width: 100%;
  }
  .bs-docs-sidenav.affix {
    position: relative;
  }
}
