/* First Page */
#id-promotion-photo {
	background: rgb(35, 41, 47);
}

#id-helmet-logo {
	width: 90px;
}

#id-first-page {
  background-image: url('../../images/mv_agusta_f4_rr_bike-1920x1080-v2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#id-first-page .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
#id-first-page .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
#id-first-page .intro-lead-in-small {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 25px;
}

#id-first-page .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #id-first-page .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  #id-first-page .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #id-first-page .intro-lead-in-small {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  #id-first-page .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

/* Features */
.features-padding-surroundings {
  padding-top: 35px;
}

/* Plans */
#id-plans {
  background: #F7F7F7;
}

#id-sale {
  background: #23292F;
}

.plans-grid-block {
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  padding: 20px;
}

li.borderless {
  border: 0 none;
}

.plans-price {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}

.plans-price-header {
  font-weight: bold;
}

.plans-price-title {
  font-size: 16px;
  white-space: normal !important;
}

.plans-padding-bottom {
  padding-bottom: 20px;
}

/* Testimonals */

#id-testimonials {
  background: #F0F0F0;
}

/* ready to override */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/* Procedures */
#id-procedures {
  background: #23292F;
}

.procedures-padding-bottom {
  padding-bottom: 40px;
}


ul.list-procedures li {
    line-height: 39px;
    margin-bottom: 0;
}

#id-gn125 {
  max-height: 400px;
}

#id-bike-condition {
  padding-top: 45px;
}