/* GLOBAL STYLES -------------------------------------------------- */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: pointer;
}
/* NAVBAR ------------------------------------------------- */

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px;
}
.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);
}
.navbar .brand {
  padding: 14px 20px 16px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.navbar .nav {
  position: relative;
  top: 20px;
}
.navbar .nav > li > a {
  padding: 15px 20px;
}
.navbar .btn-navbar {
  margin-top: 10px;
}
/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */

.carousel {
  margin: 0;
}
.carousel .container {
  position: relative;
  z-index: 9;
}
.carousel .item {
  height: 500px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}
.carousel-caption {
  background: #202020;
  position: static;
  max-width: 550px;
  padding: 15px 20px;
  margin-top: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}
/* -------------------------------------------------- */

#invite-test {
  width: 270px;
  height: 100px;
  display: block;
  background: url(images/booking-invite.png) 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: 30%;
}
#demo-block {
  display: block;
  width: 169px;
  height: 169px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 100;
  background: transparent url(images/demo.png) 0 0 no-repeat;
}
/* --- BOOKING ----------------------------------------------- */

#booking-bar {
  width: 100%;
  background: #202020;
}
#booking-bar h3 {
  font-size: 1.4em;
  font-weight: normal;
  color: white;
  float: left;
  margin-left: 60px;
  margin-right: 20px;
}
#booking-bar .form-item {
  float: left;
  padding: 20px 14px 4px;
}
#booking-bar label {
  color: #cccccc;
  padding: 0 4px;
}
.tundra input[type="text"] {
  padding: 0;
}
.tundra .dijitButtonNode {
  padding: 0.4em 0.8em;
}
/* MARKETING CONTENT ----------------------------------------------- */

.marketing {
  padding: 2em 0 0;
}
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}
/* Features ------------------------ */

.featurette-divider {
  margin: 40px 0;
}
.featurette {
  padding-top: 120px;
  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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {
  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }
  .carousel .item {
    height: 500px;
  }
  .carousel img {
    width: auto;
    height: 500px;
  }
  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .navbar-inner {
    margin: -20px;
  }
  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .item {
    height: 300px;
  }
  .carousel img {
    height: 300px;
  }
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }
  .marketing .span4 + .span4 {
    margin-top: 40px;
  }
  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }
}
