.carProfileHeader {
  height: 150px;
  background: #818b97;
    font-family: 'open sans'
}

.carProfileHeader h1 {
  margin: 0 0 1px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
      font-family: 'open sans';
      letter-spacing: 1px;
}


.carProfileHeader span {
  color: #24303c;
  font-size: 13px;
font-weight: bold;
      font-family: 'open sans';
      text-transform: uppercase;
}

.theLinks {
  padding-top: 5px;
  text-align: right;
  color: #fff;
}


.theLinks a { 
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}


a.invent {
  color: #24303c;
}


.itemPage {
  margin-top: -30px;
  font-family: 'open sans';
  padding: 0;
}
.mySlider .divider {
  width: 100%;
  height: 4px;
  display: block;
  margin-top: 1px;
  background: #f04637;
}
.mySlider .scroller {
  height: 60px;
  margin: 20px 0 25px;
  position: relative;
}
.mySlider .scroller .big-image img {
  width: 100%;
}
.mySlider .scroller .arrows {
  display: inline-block;
  padding: 0;
  width: 7%;
}
@media screen and (max-width: 475px) {
  .mySlider .scroller .arrows {
    width: 10%;
  }
}
.mySlider .scroller .arrows img {
  vertical-align: baseline;
}
.mySlider .scroller .images {
  display: inline-block;
  height: 60px;
  width: 83%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 475px) {
  .mySlider .scroller .images {
    width: 76%;
  }
}
.mySlider .scroller .images ul {
  margin: 0 0 0 1px;
  position: absolute;
  left: 0;
  padding: 0;
  list-style: none;
}
.mySlider .scroller .images ul li {
  display: inline-block;
  margin: 0 5px;
}
.mySlider .scroller .images ul li:first-child {
  margin-left: 0;
}
.myParameters .header {
  font-family: "open sans";
  background: #405163;
  color: #fff;
  padding: 18px 30px;
  font-size: 19px;
  letter-spacing: 1px;
}
@media screen and (max-width: 475px) {
  .myParameters .header {
    height: 100px;
  }
}
.myParameters .header h2 {
  color: #fff;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}
.myParameters .header span {
  color: #8dd8ef;
  font-size: 12px;
}
.myParameters .content {
  font-size: 13px;
  margin: 0;
  padding: 18px 15px 30px;
  background: #dbe2ec;
}
.myParameters .content .col-md-6 .row {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  color: #405163;
}
.myParameters .content .col-md-6 .row .col-xs-5,
.myParameters .content .col-md-6 .row .col-xs-7 {
  padding: 5px 1px;
}
.myParameters .content .col-md-6 .row span {
  color: #f04637;
}
.myHighlights {
  margin-top: 25px;
  border-left: 5px solid #f04637;
}
.myHighlights h3 {
  font-family: "open sans";
  font-weight: 400;
  margin: -4px 0 20px 6px;
  color: #f04637;
  font-size: 16px;
}
.myHighlights ul {
  margin-bottom: 0px;
  font-size: 18px;
}
.myOverview {
  margin: 25px 0 40px;
  border-left: 5px solid #dbe2ec;
}
.myOverview h3 {
  font-family: "open sans";
  font-weight: 400;
  margin: -4px 0 20px 6px;
  color: #f04637;
  font-size: 16px;
}
.myOverview h4 {
  font-family: "open sans";
  font-weight: 400;
  line-height: 17px;
  margin: 60px 0 5px 5px;
  color: #f04637;
  font-size: 13px;
}
.myOverview p {
  margin-left: 6px;
  margin-bottom: 25px;
  font-size: 16px;
}
.myOverview p:last-child {
  margin-bottom: 0px;
}
.myOverview ul {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 17px;
}
.phoneBlock {
  background: #405163;
  padding: 14px 22px;
}
@media screen and (max-width: 475px) {
  .phoneBlock {
    padding: 12px 4px;
  }
}
.phoneBlock img {
  display: inline-block;
  vertical-align: sub;
}
.phoneBlock .number {
  text-align: center;
  font-size: 23px;
  margin-top: 1px;
  margin-left: 20px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #fff;
  line-height: 29px;
  display: inline-block;
}
@media screen and (max-width: 475px) {
  .phoneBlock .number {
    margin-left: 12px;
    padding-left: 12px;
  }
}
.phoneBlock span {
  font-family: "open sans";
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
}
.wpcf7-response-output {
  margin: 5em 0.5em 1em !important;
  padding: 0.2em 1em;
  color: #fff;
}

.car-name {
  display: none;
}

.requestInfoBlock {
  padding-top: 1px;
  background: #818b97;
  margin-top: 3px;
}
.requestInfoBlock .header {
  margin: 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.requestInfoBlock input[type=text],
.requestInfoBlock input[type=email],
.requestInfoBlock textarea,
.requestInfoBlock select {
  height: 35px;
  width: 100%;
  border-radius: 0px;
  margin: 10px 0;
  font-family: "open sans";
  text-transform: uppercase;
  padding: 5px 10px;
}
.requestInfoBlock input[type=text]::-webkit-input-placeholder,
.requestInfoBlock input[type=email]::-webkit-input-placeholder,
.requestInfoBlock textarea::-webkit-input-placeholder,
.requestInfoBlock select::-webkit-input-placeholder {
  color: #000;
}
.requestInfoBlock textarea {
  height: 90px;
}
.requestInfoBlock select {
  background: #cad1db;
}
.requestInfoBlock input[type=submit] {
  float: right;
  margin: 20px 0 35px;
  border: 2px solid #9ae4fd;
  border-radius: 5px;
  padding: 5px 30px;
  color: #9ae4fd;
  font-family: "open sans";
  letter-spacing: 5px;
  text-transform: uppercase;
  background: none;
  /* font-weight: bold; */
  font-size: 18px;
}

@media screen and (max-width: 980px) {
.similarVehicles {
  display: none;
}
}

}
.similarVehicles {
  margin-top: 30px;
}
.similarVehicles img {
  width: 100%;
}
.similarVehicles .header {
  background: #405163;
  padding: 14px 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1px;
}
.similarVehicles .vehName {
  border: 1px solid #dbe2ec;
  padding: 14px 22px;
  font-size: 18px;
}


