﻿img.vehicle-list-img{
    width:100%;
    /*height:200px;*/
    padding-left:20px;
    display: block;
    margin: 0 auto;
}
img.vehicle-sale-small-img{
    margin: 0 auto;
    width:300px;
    height:230px;
}
div.vehicle-sale-small-div{
    border-radius: 10px;
    background-color: #faf8f8;
    border: 1px solid #000000;
    margin-left: 55px;
    margin-right: 55px;
}
div.listview-div-tablet {
    border-radius: 10px;
    background-color: #faf8f8;
    border: 1px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
    height: 185px;
}
div.daily-div-tablet {
    margin: 0 auto;
    padding-left: 5px;
}
div.daily-div-tablet h5{
    padding-top:5px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right:-15px;
    font-size:12px;
}
div.daily-div-tablet h4 {
    padding-top: 5px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.description-tablet {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
div.description-tablet span{
    color: black;
    font-weight: normal;
    display:block;
    height:40px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding-top:10px;
}
div.daily-div-phone {
    margin: 0 auto;
}
div.daily-div-phone h5{
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right:-15px;
    font-size:10px;
}
div.daily-div-phone h4 {
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.description-phone {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
div.listview-div-phone {
    border-radius: 10px;
    background-color: #faf8f8;
    border: 1px solid #000000;
    margin-right: 10px;
    height: 150px;
}
div.description-phone span{
    color: black;
    font-weight: normal;
    display:block;
    height:20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:12px;
}

div.daily-div{
    margin: 0 auto;
}
div.daily-div h5{
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.daily-div h4 {
    padding-top: 15px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 767px) {
  div.daily-div {
  }
  div.daily-div h5{
      font-size:11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.daily-div {
      padding-left:10px;
  }
  div.daily-div h5{
      font-size:12px;
      padding-top:5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.daily-div {
      padding-left:35px;
  }
  div.daily-div h5{
      padding-top:5px;
  }
}
@media (min-width: 1200px) {
  div.daily-div {
      padding-left:35px;
  }
  div.daily-div h5{
      padding-top:5px;
  }
}

div.description{
    margin: 0 auto;
}
div.description span{
    color: black;
    font-weight: normal;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
@media (max-width: 767px) {
  div.description {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  div.description span{
      font-size:11px;
      height:30px;
      padding-top:0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.description {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
  }
  div.description span{
      font-size:12px;
      height:30px;
      padding-top:0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.description {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
  }
  div.description span{
      height:30px;
      padding-top:10px;
  }
}
@media (min-width: 1200px) {
  div.description {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
  }
  div.description span{
      height:30px;
      padding-top:0px;
  }
}

button.btn-details {
    background-color: #f80505;
    border-radius: 6px;
}
@media (max-width: 767px) {
  button.btn-details {
      width: 90px;
      height: 30px;
      font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.btn-details {
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.btn-details {
    width: 160px;
    height: 45px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  button.btn-details {
    width: 160px;
    height: 45px;
    font-size: 18px;
  }
}

button.btn-quote{
    background-color: #15a209;
    border-radius: 6px;
}
@media (max-width: 767px) {
  button.btn-quote {
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.btn-quote {
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.btn-quote {
    width: 160px;
    height: 45px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  button.btn-quote {
    width: 160px;
    height: 45px;
    font-size: 18px;
  }
}


div.listview-div{
    border-radius:10px;
    background-color:#faf8f8;
    border:1px solid #000000;
    margin-left:20px;
    margin-right:20px;
    cursor:pointer;
}
@media (max-width: 767px) {
  div.listview-div {
      padding-bottom:10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.listview-div {
      padding-bottom:10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.listview-div {
      padding-bottom:10px;
  }
}
@media (min-width: 1200px) {
  div.listview-div {
      padding-bottom:10px;
  }
}

div.list-ribbon-detail {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    padding: 0 10px;
    color: black;
    font-family: sans-serif;
}
div.list-ribbon-detail .featured-txt {
    position: absolute;
    font-weight: bold;
}
@media (max-width: 767px) {
  div.list-ribbon-detail {
      border: 15px solid transparent;
      border-top: 15px solid yellow;
      bottom: 15px;
      right: -4px;
      width: 60px;
  }
  div.list-ribbon-detail .featured-txt{
      top: -15px;
      left: -6px;
      font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.list-ribbon-detail {
      border: 25px solid transparent;
      border-top: 25px solid yellow;
      bottom: 15px;
      right: -19px;
      width: 107px;
  }
  div.list-ribbon-detail .featured-txt{
      top: -24px;
      left: -6px;
      font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.list-ribbon-detail {
      border: 25px solid transparent;
      border-top: 25px solid yellow;
      bottom: 15px;
      right: -19px;
      width: 107px;
  }
  div.list-ribbon-detail .featured-txt{
      top: -24px;
      left: -6px;
      font-size: 16px;
  }
}
@media (min-width: 1200px) {
  div.list-ribbon-detail {
      border: 25px solid transparent;
      border-top: 25px solid yellow;
      bottom: 15px;
      right: -19px;
      width: 107px;
  }
  div.list-ribbon-detail .featured-txt{
      top: -24px;
      left: -6px;
      font-size: 16px;
  }
}
.vehicle-for-sale-consignment {
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}
.vehicle-for-sale-consignment-p {
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}
.vehicle-for-sale-div {
    margin: 0 auto;
    align-content: center;
    text-align: center;
    padding-top: 15px;
}
.vehicle-for-sale-date-your-rv {
    width: 150px;
    height: 150px;
}
.vehicle-for-sale-primary-vehicle-list {
    color: red;
    font-style: italic;
    text-align: center;
}
.vehicle-for-sale-listview-div {
    margin-left: 0px;
    margin-right: 0px;
}
.vehicle-for-sale-photo-div {
    padding-bottom: 20px;
}
.vehicle-for-sale-daily-div {
    margin-top: 14px;
}
.vehicle-for-sale-g-html {
    padding-bottom: 20px;
}
.vehicle-for-sale-g-name {
    margin-top: 137px;
}
.vehicle-for-sale-g-div-title {
    text-align: center;
    height: 230px;
}
.vehicle-for-sale-g-div-p {
    margin-top: 5px;
}
.vehicle-list-img-padding {
    padding-left: 0px;
}
.vehicle-for-sale-specific {
    text-align: center;
    height: 230px;
}
.vehicle-for-sale-currency {
    margin-top: 5px;
}