/*! Generated by Live LESS Theme Customizer */
.carousel .carousel-control {
  width: 70px;
  background-image: none;
}
.carousel.home-slider .carousel-caption {
  top: 0;
}
.carousel.home-slider .carousel-caption h1 {
  font-size: 48px;
  font-weight: 300;
  color: #333333;
  text-shadow: none;
}
.carousel.home-slider .carousel-caption h1 span {
  font-weight: 500;
}
.carousel.home-slider .carousel-caption button {
  margin-top: 70px;
}
.carousel.home-slider .carousel-caption img {
  margin-top: 50px;
  height: 70%;
}
.ribbon {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.ribbon.yellow {
  background-color: #ffef44;
}
.price-balloon-container {
  text-align: center;
  margin-top: 30px;
}
.price-balloon-container .price-balloon {
  background-color: #ffef44;
  display: inline-flex;
  padding: 25px;
  border-radius: 2px;
}
.price-balloon-container .price-balloon .price {
  display: block;
  clear: both;
}
.price-balloon-container .price-balloon .price .number {
  font-size: 100px;
  line-height: 0.8em;
  float: left;
}
.price-balloon-container .price-balloon .price .number small {
    font-size: 40px;
}
.price-balloon-container .price-balloon .price .text {
  float: left;
}
.price-balloon-container .price-balloon .price .text .model {
  font-size: 16px;
}
.price-balloon-container .price-balloon .price .text .price-day {
  margin-top: 17px;
  font-size: 34px;
}
.price-balloon-container .price-balloon .explanation {
    clear: both;
}
.price-balloon-container .triangle {
  display: block;
  line-height: 0;
}
.details-container {
  background-color: #eeeeee;
  padding: 30px;
  border-radius: 2px;
}
.details-container h2 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}
.price-right {
  text-align: center;
}
.price-right h3 {
  margin: 30px 0 0;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.price-right button {
  margin-top: 30px;
}
.testimonials {
  padding-top: 90px;
  padding-bottom: 80px;
  background: url("img/giner-background-testimonials-big.jpg") no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.testimonials .all {
  margin-top: 10px;
  display: inline-block;
}

.testimonials .carousel {
  min-height: 160px;
}
.testimonials .carousel .carousel-inner {
  width: 80%;
  margin: 0 auto;
  overflow: visible;
}
.testimonials .carousel .carousel-inner .carousel-caption {
  text-align: left;
  padding: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
.testimonials .carousel .carousel-inner .carousel-caption .text {
  font-style: italic;
  font-size: 21px;
}
.testimonials .carousel .carousel-inner .carousel-caption p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
}
.history {
  font-size: 16px;
}
.booknow {
  background-color: #333333;
  padding-top: 45px;
  padding-bottom: 45px;
}
.booknow .img-container {
  position: relative;
}
.booknow .img-container img {
  position: absolute;
  width: 100%;
  top: -65px;
}
.booknow h2 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.booknow .button-no-border {
  text-transform: uppercase;
  background-color: #ffef44;
  color: #333333;
  border: 2px solid #333333;
  border-radius: 6px;
  padding: 0;
}
.booknow .button-no-border span {
  display: inline-block;
}
.booknow .button-no-border span.text {
  padding: 15px 20px;
  font-weight: 500;
}
.booknow .button-no-border span.icon {
  border-left: 2px solid #333333;
  padding: 15px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booknow .button-no-border {
    /***** MEDIUM *****/
  }
  .booknow .button-no-border footer button span.text {
    padding: 15px 9px;
  }
}
@media (max-width: 767px) {
  .booknow .button-no-border {
    /***** MOBILE *****/
  }
  .booknow .button-no-border footer button span.text {
    padding: 15px 20px;
  }
}
.explore h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.explore .item-explore {
  margin-top: 30px;
  /*background-color: @gray-lighter;*/
  background-color: transparent;
}
.explore .item-explore .text-container {
  padding: 0 20px 30px;
  border: 1px solid black;
  border-top: 0;
  margin-top: 45px;
}
.explore .item-explore .text-container h3 {
  font-weight: 500;
}
.explore .item-explore .text-container__title {
  text-align: center;
}
.explore .item-explore .text-container__title h3 {
  margin-top: -15px;
}
.explore .item-explore .text-container__text {
  margin: 20px 0;
  text-align: justify;
}
.explore .item-explore .text-container__explore-link {
  border: 1px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  background-color: transparent;
}
.explore .item-explore .text-container__explore-link:hover {
  background-color: #ffef44;
}
.explore .item-explore .text-container__explore-link span {
  float: left;
  padding: 0 5px;
}
.explore .item-explore .text-container__explore-link span a {
  font-size: 12px;
  float: left;
  width: 100%;
}
.explore .item-explore .text-container__explore-link .more {
  border-left: 1px solid black;
}
/***** MEDIA QUERIES *****/
@media (max-width: 1199px) {
  /***** SMALL *****/
  .booknow h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /***** SMALL *****/
  .details-container {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /***** SMALL *****/
  .carousel.home-slider .carousel-caption h1 {
    font-size: 36px;
  }
  .carousel.home-slider .carousel-caption button {
    margin-top: 30px;
  }
  .carousel.home-slider .carousel-caption img {
    margin-top: 20px;
    height: 80%;
  }
  .booknow .img-container img {
    top: -13px;
  }
  .booknow .button-no-border {
    margin-top: 20px;
    float: right;
  }
}
@media (max-width: 767px) {
  /***** MOBILE *****/
  .carousel.home-slider .carousel-caption h1 {
    margin-top: 0;
    font-size: 18px;
  }
  .carousel.home-slider .carousel-caption button {
    margin-top: 10px;
  }
  .carousel.home-slider .carousel-caption img {
    margin-top: 0;
    height: 80%;
  }
  .testimonials {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .testimonials .carousel .carousel-inner img {
    padding-top: 20px;
    width: 80px;
  }
  .testimonials .carousel .carousel-inner .carousel-caption {
    padding-top: 15px;
    margin-left: 50px;
  }
  .testimonials .carousel .carousel-inner .carousel-caption .text {
    font-size: 14px;
  }
  .testimonials .carousel .carousel-inner .carousel-caption p {
    font-size: 12px;
  }
  .booknow {
    text-align: center;
  }
  .booknow .button-no-border {
    margin-top: 20px;
  }
}
