/*
 * X.0 
 * -------------------------------------------- */

/*
 * X.0 Bootstrap v2.3.2 *** Caution: Customised by Press Racing ***
 * -------------------------------------------- */





/* ---------------------------------------------- 
#
#  COMMON LAYOUT STYLES
#
------------------------------------------------- */

body {
  background: url('../img/bg.jpg') center center no-repeat #000;
}
@media (min-width: 979px) {
    body {
      padding-top: 180px;
    }
  }
@media (max-width: 980px) {
    body {
      padding-top: 0;
    }
    .navbar-fixed-top {
      margin-bottom: 0;
    }
  }
.nav-collapse {
  height: auto !important;
}
@media (max-width: 979px) {
  .nav-collapse {
    display: none;
  } 
}
.alpha {
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}
.mb {
  margin-bottom: 20px;
}
.mt {
 margin-top: 20px; 
}

/* ---------------------------------------------- 
#
#  TEMP
#
------------------------------------------------- */

      .showgrid {
        min-height: 20px;
        background-color: #ccc;
      }


/* ---------------------------------------------- 
#
#  FRONT PAGE STYLES
#
------------------------------------------------- */

.padded-content {
  padding: 0 20px 30px 20px;
}
.home-title {
  border-top: 5px solid #959595;
  border-bottom: 5px solid #959595;
  padding: 20px 20px;
  background: #525252; /* Old browsers */
  background: -moz-linear-gradient(top,  #525252 1%, #0e0e0e 65%, #0e0e0e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#525252), color-stop(65%,#0e0e0e), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #525252 1%,#0e0e0e 65%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #525252 1%,#0e0e0e 65%,#0e0e0e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #525252 1%,#0e0e0e 65%,#0e0e0e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #525252 1%,#0e0e0e 65%,#0e0e0e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
.home-title h3 {
  padding: 0;
  margin: 0;
  color:#fff;
  padding-left: 20px;
}
.home-title h3 span {
  color: #b80101;
}

.banner-red, .banner-yellow {
  text-align: center;
  margin-bottom: 20px;
  float: left;
}

.banner-red h3, .banner-yellow h3 {
  padding-left: 20px;
  margin: 0;
  color: #fff;
}
.display-row {
  margin-top: 20px;
}
.ftrimg {
  /*background-color: #fff;*/
  margin-top: 20px;
}
.slide {
  position: relative;
}
.slide img {
  width: 100%;
}
.slideshow-content {
  position: absolute;
  top:20px;
  right: 20px;
  width: 50%;
  height: auto;
  background: rgb(0, 0, 0) transparent;
  background: rgba(0, 0, 0, 0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.slideshow-content h2 {
  color: #fff;
  margin: 20px 20px 0 20px;
}
.slideshow-content p {
  color: #fff;
  margin: 0 20px;
}
.slideshow-content .button-blue {
  float: right;
  margin: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .slideshow-content {
    width: 100%;
    height: 100%;
    bottom:0; right: 0; top: 0;
  }
  .slideshow-content p {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  .slideshow-content p {
    display: none;
  }
  .slideshow-content h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .slideshow-content {
    text-align: center;
  }
  .slideshow-content .button-blue {
    position: relative;
    display: inline-block;
    margin: 30px 0 0 30px;
  }

}

/* ---------------------------------------------- 
#
#  IMAGES
#
------------------------------------------------- */

.featured-image {
  border:4px solid #fff;
  /*width: 212px;
  height: 163px;*/
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ftrimg .featured-image {
  margin-bottom: 0;
}
  
@media (min-width: 1200px) {
/*  .featured-image {
    width: 262px;
    height: 202px;
  }*/
}
@media (max-width: 979px) and (min-width: 768px) {
/*  .featured-image {
    width: 158px;
    height: 121px;
  }*/
}
@media (max-width: 767px) {
  .featured-image {
    width: 100%;
    height: 100%;
    border: 0;
  } 
}

.featured-image4 {
  width: 292px;
}
  
@media (min-width: 1200px) {
  .featured-image4 {
    width: 362px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .featured-image4 {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .featured-image4 {
    width: 98%;
    height: 98%;
    border: 2%;
  } 
}

/* ---------------------------------------------- 
#
#  BOXES AND BANNERS
#
------------------------------------------------- */

.banner-red {
  background-color: #e60707;
}
.banner-yellow {
  background-color: #fe9d13;
}
.box-white {
  background-color: #fff;
  margin-bottom: 20px;
  float:  left;
}

.padded {
  padding: 20px;
  float: left;
  display: inline;
  width: auto;
}




.spanfull {
  width: 980px;
  margin-left: 0;
}
  
@media (min-width: 1200px) {
  .spanfull {
    width: 1210px;
    margin-left: 10px;
  }
  
}
@media (max-width: 979px) and (min-width: 768px) {
  .spanfull {
    width: 764px;
  }
  
}
@media (max-width: 767px) {
  .spanfull {
    width: 100%;
  }
  
} 

/* ---------------------------------------------- 
#
#  FOOTER
#
------------------------------------------------- */

.footer {
  background: #000;
  color: #fff;
  width: 100%;
}
.footer h4 {
  color: #01c6ff;
}
.footer ul {
  list-style: none;
  margin: 0;
}
.footer ul li {
  
}
.footer li a {
  color: #fff;
}
.no-bold {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.midgray {
  color: #959595;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
  .footer ul li, .footer h4 {
    text-align: center;
  }
  .footer ul {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .footer .padded {
    padding-top: 0 !important;
  }
}

.flex-content {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flex-content iframe,   
.flex-content object,  
.flex-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pac-container:after{ content:none !important; }
.gmap {
  background-color: #fff;
  display: block;
}
.gmap img {
  margin: 1%;
  width:  98%;
  height: 98%;
}
.gmap iframe {
  padding: 2%;
  height: 96%;
}

p {
  font-size: 12px;
}
.footer-note {
  padding-top: 20px;
}
.author, .footer-note {
  text-align: center;
}
.author {
  font-size: 10px;
  color: #ccc;
}
.author a {
  color: #0088cc;
}

/* ---------------------------------------------- 
#
#  NAVIGATION
#
------------------------------------------------- */
.navbar {
  border-bottom: 5px solid #959595;

}
.nav {
  padding-bottom: 20px;
  padding-top: 115px;
}
@media (max-width: 979px) {
   .nav {
    padding-top: 0;
  } 
  .nav li a {
    text-align: center;
  }
}
.nav li a, .nav li span {
  text-transform: uppercase;
  border-right: 1px solid #999;
}
@media (max-width: 979px) {
  .nav li a, .nav li span {
    border-right: 0;
  }
}
.menu-item-last a {
  border-right: none !important;
}


.logo-container {
  position: relative;
}
.logo {
  background: url('../img/sprite-sheet.png') no-repeat -20px -21px;
  width: 264px;
  height: 79px;
  position: absolute;
  top:20px;
  left: 20px;
}
@media (max-width: 979px) {
  .logo {
    background: url('../img/sprite-sheet.png') no-repeat -300px -21px;
    width: 96px;
    height: 28px;
    top:5px; left: 20px;
  }
  
}
  
/* ---------------------------------------------- 
#
#  TABLES
#
------------------------------------------------- */

table {
  font-size: 12px;
  border-collapse: collapse;
}
tbody th {
  font-weight: normal;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #999999;
  padding: 10px 0 5px 0;
}
tbody td {
  color: #636363;
  border-bottom: 1px solid #999999;
  padding: 10px 0 5px 0;
}
tbody tr {

}
table.opening-table {
  width: 100%;
}
.opening-table td {
  text-align: right;
}
@media (max-width: 979px) and (min-width: 768px) {
  .opening-table {
    font-size: 10px;
  }
}

/* ---------------------------------------------- 
#
#  TITLES
#
------------------------------------------------- */

h1 {
  color: #000;
}
h1 span {
  color: #666;
}
.padded>h1,
.padded>h2,
.padded>h3,
.padded>h4,
.padded>h5,
.padded>h6 {
  margin-top: 0;
}
h3.middle-title {
  font-style: italic;
  color: #000;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    text-align: center;
  }
}

/* ---------------------------------------------- 
#
#  GRID CUSTOMIZATION
#
------------------------------------------------- */

.span3>.padded {
  width: 180px;
}
  
@media (min-width: 1200px) {
  .span3>.padded {
    width: 230px;
  }
  
}
@media (max-width: 979px) and (min-width: 768px) {
  .span3>.padded {
    width: 126px;
  }
  
}
@media (max-width: 767px) {
  .span3>.padded {
    width: 90%;
    padding: 5%;
  }
} 

.span4>.padded {
  width: 260px;
}
  
@media (min-width: 1200px) {
  .span4>.padded {
    width: 330px;
  }
  
}
@media (max-width: 979px) and (min-width: 768px) {
  .span4>.padded {
    width: 188px;
  }
  
}
@media (max-width: 767px) {
  .span4>.padded {
    width: 90%;
    padding: 5%;
  }
} 


/* ---------------------------------------------- 
#
#  SPRITE SHEET
#
------------------------------------------------- */

.facebook,
.twitter,
.youtube,
.feeds,
.pinterest {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.brand-logo {
  background: url('../img/sprite-sheet.png') no-repeat;
  width: 99px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.maserati {
  background-position:  -18px -249px;
} 
.mercedes-benz {
  background-position:  -137px -249px;
} 
.audi {
  background-position:  -256px -249px;
} 
.honda {
  background-position:  -375px -249px;
} 
.peugeot {
  background-position:  -494px -249px;
} 
.top-cars {
  background-position: -137px -368px;
}
.facebook {
  background: url('../img/sprite-sheet.png') no-repeat -20px -169px;
}
.twitter {
  background: url('../img/sprite-sheet.png') no-repeat -100px -169px;
}
.youtube {
  background: url('../img/sprite-sheet.png') no-repeat -180px -169px;
}
.feeds {
  background: url('../img/sprite-sheet.png') no-repeat -260px -169px;
}
.pinterest {
  background: url('../img/sprite-sheet.png') no-repeat -340px -169px;
}

/* ---------------------------------------------- 
#
#  PAGE ABOUT US
#
------------------------------------------------- */

#main {
  position: relative;
}
.social {
  position: absolute;
  bottom: 50px;
  left: 20px;
}

@media (max-width: 979px) {
  .social {
    position: relative;
    left:0;
    margin-top: 40px;
  }
  .facebook,
  .twitter,
  .youtube,
  .feeds,
  .pinterest {
    margin-right: 10px;
  }
} 
@media (max-width: 767px) {
  .social {
    display: none;
  }
} 
@media (max-width: 767px) {
  .featured-image {
    margin-bottom: 20px;
  }
} 

/* ---------------------------------------------- 
#
#  BREADCRUMB
#
------------------------------------------------- */

ul.breadcrumb {
  list-style: none;
  margin-left: 20px;
  padding-bottom: 20px;
}
ul.breadcrumb li {
  float: left;
  padding: 0; margin: 0;
}
ul.breadcrumb li .separator {
  margin: 0 10px;
}
ul.breadcrumb a, ul.breadcrumb span {
  color: #000;
  font-size: 12px;
}
ul.breadcrumb span {
  color: #333;
}
ul.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breadcrumb {
    display:none;
  }
}

/* ---------------------------------------------- 
#
#  SPACING
#
------------------------------------------------- */

.top20 {
  margin-top: 20px;
}

/* ---------------------------------------------- 
#
#  CAR LISTING
#
------------------------------------------------- */

.car-item {
  position: relative;
}
.car-item img {
  float: left;
  margin-right: 3%;
  width: 40%;
}
.car-item h4 {
  color: #000;
  margin-top: 0;
}
.car-item-content {
  width: 57%;
  float: left;
}
.car-item-content p {
  line-height: 15px;
  font-size: 12px;
  font-weight: bold;
}
.mileage, .car-item h4 {
  margin-bottom: 5px;
}
.mileage {
  color:#aa0000;
  font-style: italic; 
  font-weight: bold;
  font-size: 14px;
}
.year {
  color: #4d4d4d;
}
.car-item .price {
  font-size: 22px;
  position: absolute;
  bottom:20px;
  left: 43%;
  width: 53%;
  color: #000;
  font-weight: bold;
}
.car-item .price .more-info {
  float: right;
  font-size: 16px;
  font-style: italic;
  line-height: 12px;
  color: #444;
}
.car-item .price .more-info:hover {
  color: #005580;
  text-decoration: none;
}
.car-item .price .more-info:hover .icon {
  background-position:-38px -367px;
}
.more-info span.icon {
  display: inline-block;
  background: url('../img/sprite-sheet.png') no-repeat -18px -367px;
  width: 9px;
  height: 15px;
  margin-left: 5px;
}
.more-info span.small-icon, .browse .icon {
  background: url('../img/sprite-sheet.png') no-repeat -18px -386px;
  width: 6px;
  height: 10px;
}
.more-info span.small-icon {
  display: none;
}

@media (max-width: 480px) {
  .car-item .price {
    font-size: 16px;
    margin-top: 20px;
  }
  .more-info .text {
    font-size: 12px;
  }
  .more-info .icon {
    display: none !important;
  }
  .more-info span.small-icon {
    display: inline-block;
  }
  .car-item-content .description {
    display: none;
  }
  .year {
    float: none;
    display: block;
    margin: 5px 0 10px 0;
  }
}
.brand-container {
  border-bottom: 1px solid #ccc;
  float: left;
}
.car-brand {
  position: relative;
}
.brand-name {
  color: #000;
  float: left;
  font-style: italic;
}
.browse {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #666;
  line-height: 10px;
}
.browse:hover {
  text-decoration: none;
}
.browse:hover .icon {
  background-position: -38px -386px;
}
.browse .icon {
  display: block;
  float: right;
  margin-left: 10px;
}
@media (min-width:767px) and (max-width: 979px) {
  .badge-sidetext {
    display: none;
  }
  .car-brand .brand-logo, .round100 {
    margin-left: 45px;
  }
  .brand-name {
    font-size: 14px;
  }
}
@media (min-width:980px) and (max-width: 1919px) {
  .brand-name {
    font-size: 18px;
  }
}
.brands-list {
  list-style: none;
  margin: 0;
}
.brands-list-content {
  width: 2000px;
}
.brands-list li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brands-list li h3 {
  margin: 0;
}
.brand-item {
  position: relative;
}

/* ---------------------------------------------- 
#
#  SINGLE CAR
#
------------------------------------------------- */
.single-car-title {
  font-style: italic;
}
.car-name {
  color: #000;
}
.content-blocks p {
  color: #000;
}
.content-blocks h3,.content-blocks h2 {
  font-size: 24px;
  font-style: italic;
  color: #000;
  margin-bottom: 0;
}
.badge-sidetext {
  padding-top: 30px;
  font-size: 16px;
}
.round60 {
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.round100 {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.green-badge, .red-badge,
.blue-badge, .yellow-badge {
  float: left;
  margin-right: 20px;
  position: relative;  
}
.green-badge {
  background-color: #70c270;
}
.red-badge {
  background-color: #cb2124;
}
.blue-badge {
  background-color: #3399FF;
}
.yellow-badge {
  background-color: #fe9d13;
}
.green-badge .content, .red-badge .content,
.blue-badge .content, .yellow-badge .content {
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-style: italic; 
}
.warranty .content, [class*="-badge"] .content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
[class*="-badge"] .content .big {
  font-size: 26px;
  display: inline-block;
  padding-top: 30px;

}
.sticker {
  position: absolute;
  top:20px;
  right: 0;
  box-shadow: 1px 1px 5px;
}
.sticker .content {
  top:20px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-style: normal;
}
.hover-content-full, .hover-content {
  display: none;
  height: 100%;
  background-color: #000;
  float: left;
  z-index: 10;
  position: absolute;
  top: 0; right: 0;
  background: rgb(0, 0, 0) transparent;
  background: rgba(0, 0, 0, 0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.hover-content {
  width: 52%;
}
.hover-content-full {
  width: 100%;
  text-align: center;
}
.hover-content h4, .hover-content .price, .hover-content-full .price {
  color: #01c6ff;
}
.hover-content-full h4, .hover-content-full p {
  color: #fff;
  font-weight: bold;

}
.hover-content-full p {
  line-height: 14px;
  font-size: 11px;
}
@media (min-width: 767px) and (max-width: 979px) {
  .hover-content-full p {
    display: none;
  }
  .hover-content-full h4, .hover-content-full p {
    margin-bottom: 0;
  }
  .hover-content-full h4 {
    font-size: 14px;
  }
  .hover-content-full .price {
    font-size: 12px;
  }
}

.hover-content .price, .hover-content-full .price {
  font-weight: bold;
}
.hover-content-full .price, .hover-content-full h4, .hover-content-full p {
  text-align: center;
}
.hover-content p {
  color: #fff;
}
.hover-content .browse {
  color: #999;
  right: 20px;
  font-style: normal;
}
.hover-content .browse:hover {
  color: #1168b1;
}

@media (min-width: 767px) and (max-width: 979px) {
  .hover-content .price, .hover-content h4 {
    font-size: 14px;
  }
  .hover-content p {
    display: none;
  }
  .hover-content .browse {
    display: block;
  }
}
/*@media (max-width: 766px) {
  .hover-content {
    height: 50%;
    top:20px;
    right: 25px;
  }
}*/
@media (max-width: 480px) {
  .hover-content {
    width: 100%;
  }
}

.specs-table {
  width: 100%;
}
.specs-table th {
  font-weight: bold;
}
.specs-table th, .specs-table td {
  width: 50%;
  font-size: 17px;
  border-color: #000;
  color: #000;
  font-style: italic;
}
.no-border {
  border: 0 !important;
}
.no-margin {
  padding: 0 !important;
}
.slideshow-container {
  position: relative;
}
#pager {
  display: block;
  margin: 0 !important;
  position: relative;
  bottom: 0; left: 0;
  padding: 0;
  z-index: 100;
  background-color: #000;
  width: inherit;
  background: rgb(0, 0, 0) transparent;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  overflow: scroll;
  height: 112px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#pager li {
  display: inline;
  list-style: none;
}
#pager img {
    margin: 10px 0 10px 10px;
    border: 2px solid #fff;
    cursor: pointer;
}
#pager img:hover {
  border-color: #ccc;
}
.pager-container {
  width: 9999px;
  padding: 0; margin: 0;
}
img.cycle-pager-active a {
  border: 2px solid #1168b1 !important;
}
@media (max-width: 979px) {
  #pager {
    display: none;
  }
}
.slider-nav {
  width: 100px;
  height: 110px; 
  display: none; 
}
a#prev, a#next {
  display: block;
  background: url('../img/sprite-sheet.png') no-repeat;
  position: absolute;
  top:30px;
  width: 46px; height: 46px;
}
a#prev {
  background-position: -322px -368px;
  left: 20px;
  display: none;
}
a#next {
  right: 20px;
  background-position: -257px -368px;
}

.car-preview {
  position: relative;
  /*background-color: #fff;*/
}  
@media (max-width: 767px) {
  .car-preview {
    margin-bottom: 20px;
  }  
}

.button-blue, form [type='submit']  {
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px;
  background: -moz-linear-gradient(
    top,
    #1267a8 0%,
    #2d87dc);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#1267a8),
    to(#2d87dc));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #000000;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
  display: inline-block;

}


/* ---------------------------------------------- 
#
#  WordPress Classes
#
------------------------------------------------- */

.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  text-align: center;
  display: inline;
}
img.aligncenter {
  display: block;
  margin: auto;
}

.description, .box-white p {
  font-size: 110%;
}
p.mileage {
  font-size: 100% !important;
}


form ul {
  margin-left: 0;
}
form [type='text'], textarea {
  padding: 10px;
  width: 95%;
  border: 1px solid #ccc;
}
.car-preview img {
  border: 4px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.display-row .car-preview:first-child{
  margin-left: 40px;
}

