/*------------------------------------*
    CONTENTS - sections search prefix $

    TYPOGRAPHY
    FONT COLOR
    GENERAL
    NAVIGATION
    MEDIA QUERY


/*------------------------------------*
    $TYPOGRAPHY 
\*------------------------------------*/
.titlePrice li h3,
.specialAction-APR h3 {
  font-size: 20px;
}

.formBlock .title p {
  font-size: 14px;
  padding: 20px 0 0;
  font-weight: bold;
}

.specialBlock small,
.specialBlock li,
.specialDisclaimer p,
.disclaimer {
  font-size: 11px;
}

.titleAction .btn,
.specialAction-APR .h1,
.specialBlock .title .h1,
.titlePrice .h1,
.vehicleInfo h3 {
  font-weight: bold;
}

/*------------------------------------*
    $FONT COLOR 
\*------------------------------------*/
/* Black */
.specialBlock .title .h1,
.specialAction-APR h3,
.titlePrice li h3 {
  color: #000000;
}

.specialBlock h3 {
  margin: 0;
}

.specialAction-APR .h1 {
  margin: 10px 0 20px;
}

.titlePrice .h1,
.titlePrice,
.savePrice {
  margin: 10px 0 0;
}

.specialBlock .title .h1 {
  margin: 20px 0 0;
  text-shadow: 0 1px 0 #FFFFFF;
}

.specialDisclaimer p,
.vehicleInfo ul li {
  line-height: 1.6em;
}

/*------------------------------------*
    $GENERAL    
\*------------------------------------*/
.specialBlock {
  border-color: #CCCCCC;
  border-radius: 0;
  padding: 0 14px 14px;
}

.specialBlock hr {
  margin: 10px 0;
}

.titleBlock {
  background-color: #ccc;
}

.titleBlock hr {
  border-color: #b0b0b0;
}

.titleAction {
  position: relative;
  right: 0;
  top: 14px;
}

.specialContainer {
  padding: 20px 0 0;
}

.vehicleInfo .row:nth-child(2) {
  margin-top: 10px;
}

.vehicleInfo .row:nth-child(3) {
  margin: 20px 0 0;
}

.vehicleInfo .disclaimer {
  margin-top: 10px;
}

.vehicleDetails {
  border-right: 1px solid #CCCCCC;
}

.vehiclePricing ul li {
  font-size: 16px;
  overflow: hidden;
}

.vehiclePricing .savePrice li:last-child {
  float: right;
}

.vehiclePricing .savePrice li:first-child {
  float: left;
}

.vehicleLogos {
  margin-top: 20px;
  float: left;
}

.triangle {
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-top: 18px solid #CCCCCC;
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 0;
  width: 0;
}

/*------------------------------------*
    $CAROUSEL
\*------------------------------------*/
.carousel {
  overflow: hidden;
}

.carousel-control {
  background-color: #b0b0b0;
  height: 100px;
  top: 90px;
  width: 30px;
  text-shadow: none;
}

.carousel-control .fa {
  line-height: 100px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  opacity: 1;
}

.carousel-control span {
  background-color: #B0B0B0;
  border: 1px solid #B0B0B0;
  color: #B0B0B0;
  display: block;
  font-size: 18px;
  height: 100px;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 110px;
  z-index: 30;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.carousel-control:hover span {
  background-color: #FFF;
  opacity: 1;
}

.carousel-control.right span {
  right: -110px;
}

.carousel-control.right:hover span {
  right: 30px;
}

.carousel-control.left span {
  left: -110px;
}

.carousel-control.left:hover span {
  left: 30px;
}

/*------------------------------------*
    $NAVIGATION    
\*------------------------------------*/
.specialNavigation {
  margin-bottom: 50px;
}

.specialNavigation .btn {
  border-radius: 0;
}

.specialNavigation .col-sm-3 {
  padding: 0 2px;
}

.specialNavigation .col-sm-3:first-child {
  padding-left: 15px;
}

.specialNavigation .col-sm-3:last-child {
  padding-right: 15px;
}

/*------------------------------------*
    $FORM    
\*------------------------------------*/
.formBlock .form-group {
  margin-bottom: 10px;
  padding: 0 8px;
}

.formBlock .form-group:first-child {
  padding-left: 15px;
}

.formBlock .form-group:last-child {
  padding-right: 15px;
}

.formBlock .preferredBlock select {
  width: 175px;
}

/*------------------------------------*
    $MEDIA QUERY    
\*------------------------------------*/
@media (max-width: 991px) {
  .carousel-control {
    height: 30px;
    top: 0;
    width: 120px;
  }
  .carousel-control .fa {
    line-height: 30px;
  }
  .carousel-control span {
    display: none !important;
  }
  .specialContainer {
    padding: 40px 0 0;
  }
  .formBlock .form-group {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .specialBlock .title .h1 {
    font-size: 22px;
  }
  .specialDisclaimer .description h4 {
    font-size: 14px;
  }
  .specialContainer .visible-xs h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .titleBlock {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vehicleInfo .row:nth-child(2) {
    margin-right: -15px;
    margin-top: 10px;
  }
  .vehiclePricing ul li {
    font-size: 14px;
  }
  .vehicleDetails {
    margin-top: 10px;
    border: 0;
  }
  .carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .specialNavigation .col-sm-3,
  .specialNavigation .col-sm-3:first-child,
  .specialNavigation .col-sm-3:last-child {
    padding: 0 8px;
  }
  .specialNavigation .col-xs-12 {
    margin-bottom: 4px;
  }
  .specialNavigation .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .formBlock .form-group:last-child {
    padding-right: 8px;
  }
}
@media (max-width: 480px) {
  .carousel-control {
    height: 40px;
    width: 40px;
    top: 0;
  }
  .carousel-control .fa {
    line-height: 40px;
  }
  .specialContainer {
    padding: 50px 0 0;
  }
  .vehiclePricing {
    padding: 0;
  }
  .vehiclePricing ul li {
    font-size: 11px;
  }
  .vehicleDetails ul {
    line-height: 1em;
  }
  .vehiclePricing ul li span {
    position: relative;
    right: auto;
    float: none !important;
  }
}
/*------------------------------------*
    Rebate Modal   
\*------------------------------------*/
#rebateModal .modal-body {
  height: 500px;
}

@media (min-width: 1200px) {
  #rebateModal .modal-dialog {
    width: 44%;
  }
}
@media (max-width: 1199px) {
  #rebateModal .modal-dialog {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #rebateModal .modal-dialog {
    width: 85%;
  }
}
@media (max-width: 767px) {
  #rebateModal .modal-dialog {
    width: 95%;
  }
}

/*# sourceMappingURL=vehiclespecials-r1.css.map */
