.car{
   width:100%;
   margin-bottom: 20px;
   overflow: hidden;
   transition: opacity 0.3s;
}

.car:hover{
   opacity: 0.8;
}

.image{
   width: 50%;
   float: left;
   padding-bottom: 500em;
   margin-bottom: -500em;
}

.info{
   width: 50%;
   float: left;
   padding: 0px 50px;
   background-color: #003057;
   padding-bottom: 500em;
   margin-bottom: -500em;
}


.brand_model, .type, .price, .distance, .year, .fuel{
   color: white !important;
}

.price, .distance, .year, .fuel{
   font-size: 120%;
}


.type{
   margin-top: 0;
   font-size: 100%;
   font-weight: unset;
}

.brand_model{
   margin-bottom: 10px;
}

.unsetTextLink{
   text-decoration: none !important;
}

.stats{
   width: 100%;
}

.thumbnails{
   width: 100%;
   clear:both;
}

.colAuto{
   width: 25%;
   float: left;
   text-align: center;
}

.colAutoImg{
   width: 33.3%;
   float: left;
   text-align: center;
}

.alignTextLeft{
   text-align: left !important;
}

.setAutoClearBoth{
   clear:both;
}

.button_large{
   color: white !important;
   background-color: #282828;
   text-decoration: none;
   padding: 10px;
}

.filter-reset{
   background-color: #003057;
   padding:15px;
   text-decoration: none;
   color: white !important;
}
.filter-reset2{
   background-color: #003057;
   /* padding:15px; */
   font-weight: normal;
   text-decoration: none;
   color: white !important;
}

/* .borderRight{
   border-right: 3px solid black;
} */


.customCol:hover{
    opacity: 0.7 !important;
    transition: .5s;
}


/* responsive tags */

@media screen and (max-width: 1024px){
    #filterOptions select {
        width: 100% !important;
        position: relative !important;
    }
    .customCol{
        width: 100% !important;
    }
   .image{
      width: 100%;
   }

   .info{
      width: 100%;
   }

   .colAuto{
      width: 100%;
      text-align: left;
   }
   .colAuto>h4{
      margin: 0;
   }


   .responsiveFilterOptions{
      width: 100%;
      clear: both;
      margin: 0 !important;
      margin-bottom: 10px !important;
      text-align:center;
   }
}
