#id-trade-first-page {
  /*background-image: url('../../images/2012_yamaha_yzf_r1-1920x1080.jpg');*/
  background-image: url('../../images/2012_yamaha_yzf_r1-for-small-device.jpg');
  /*background-image: url('../../images/sth2.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-trade-first-page .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
#id-trade-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-trade-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-trade-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-trade-first-page {
    background-image: url('../../images/2012_yamaha_yzf_r1-for-large-device.jpg');
  }

  #id-trade-first-page .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  #id-trade-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-trade-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-trade-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;
  }
}


.trade-sold>* {
    font-weight: 200 !important;
}

.trade-lb-md {
  font-size: 16px;
}

.trade-lb-lg {
  font-size: 20px;
}

.trade-rating-star {
  color: #f4dc42;
}


.trade-carousel-image {
   /*max-width: 375px;*/
   /*width: auto;*/
   max-width: 100%;
}