.advertisement {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  height: 330px;
}
@media screen and (max-width:820px) {
  .advertisement {
    font-size: 1.5rem;
  }
}
.advertisement p {
  margin: 15px;
}
.advertisement .slider {
  padding: 0;
  margin: 10px auto;
  width: 100%;
  list-style: none;
}
.advertisement .slider img {
  height: auto;
  width: 100%;
}
.advertisement .slider .slick-slide {
  padding: 0 5px;
}
.advertisement .slider .slick-prev, .advertisement .slider .slick-next {
  z-index: 99999;
}
.advertisement .slider .slick-prev {
  left: -5px;
}
.advertisement .slider .slick-next {
  right: -5px;
}
.advertisement .slider .slick-prev:before, .advertisement .slider .slick-next:before {
  color: #000;
}

@media screen and (max-width:480px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    border-right: none;
  }
}
.sidebar-wrap {
  padding: 0 10px;
}
@media screen and (max-width:480px) {
  .sidebar-wrap {
    margin-bottom: 25px;
  }
}
.sidebar-wrap h3 {
  margin-bottom: 0;
}
@media screen and (max-width:480px) {
  .sidebar-wrap h3 {
    margin-bottom: 5px;
  }
}
.sidebar-form-group {
  padding-top: 6px;
}
.sidebar-form-group_label {
  display: block;
  margin-bottom: 4px;
  color: #5d5d5d;
  font-size: 12px;
}
.sidebar-form-group .search-range {
  display: flex;
}
.sidebar-form-group .search-range_item {
  flex-basis: calc(50% - 12px);
}
.sidebar-form-group .search-range_item-range {
  display: flex;
  text-align: center;
  align-items: center;
  flex-basis: 24px;
  justify-content: center;
}
.sidebar-form-group input[type=submit] {
  width: 98%;
  margin-top: 10px;
  height: 35px;
  border-radius: 100vh;
  border: 1px solid #F7852D;
  background: #F7852D;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 3px 0px rgba(247, 133, 45, 0.6705882353);
}
.sidebar-form-group .more {
  color: #1619e0;
  font-weight: bold;
  cursor: pointer;
}
.sidebar-form-group .more:hover {
  color: #1619e0;
  background: white;
}
.sidebar-form-group-hidden #more:checked ~ .group {
  height: auto;
  opacity: 1;
}
.sidebar-form-group-hidden .group {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.sidebar .search-control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.sidebar .search-control select {
  padding-left: 6px;
  white-space: nowrap;
  min-height: 28px;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #9a9ea3;
  border-radius: 0.25rem;
}
.sidebar .search-control input[type=text] {
  padding-left: 6px;
  white-space: nowrap;
  min-height: 28px;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #9a9ea3;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.sidebar .list-group {
  list-style: none;
  text-align: left;
}
.sidebar .list-group-item {
  font-size: 12px;
}
.sidebar .list-group-item:first-child {
  padding-top: 10px;
}
.sidebar .list-group-item img {
  width: 40px;
}
.sidebar .list-group-item a {
  position: absolute;
}
@media screen and (max-width:480px) {
  .sidebar .list-group-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:480px) {
  .sidebar .list-group {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .list-group-item {
    font-size: 10px;
    width: 16%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    word-break: break-all;
    text-align: center;
    background: #f8f8f8;
  }
  .sidebar .list-group-item:first-child {
    padding-top: 0;
  }
  .sidebar .list-group-item img {
    width: 100%;
  }
  .sidebar .list-group-item a {
    position: initial;
    width: 100%;
    padding: 2px;
    height: 25px;
  }
}

.content {
  width: calc(100% - 252px);
}
@media screen and (max-width:820px) {
  .content {
    width: calc(100% - 222px);
  }
}
@media screen and (max-width:480px) {
  .content {
    width: 100%;
  }
}
.content .form-group {
  justify-content: flex-start;
}
.content .col-form-label {
  padding: 10px 0 5px;
  font-size: 16px;
}
.content .label {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 8px;
  margin: 0px;
  font-weight: bold;
  left: 5px;
  font-size: 10px;
}
@media screen and (max-width:480px) {
  .content .label {
    font-size: 14px;
  }
}
.content .label.reserved {
  background: rgba(123, 244, 23, 0.5019607843);
  color: #FFFFFF;
}
.content .label.sold {
  background: rgba(23, 128, 244, 0.5019607843);
  color: #FFFFFF;
}

.top {
  flex: 1;
}
@media screen and (max-width:480px) {
  .top {
    text-align: center;
  }
}
.top h2 {
  padding: 10px 20px;
  margin: 10px 0;
  color: #fff;
  border-radius: 100vh;
  display: inline-block;
  width: 270px;
}
@media screen and (max-width:480px) {
  .top h2 {
    text-align: center;
  }
}
.top h2.history {
  background-image: linear-gradient(to right, #F7852D 0%, rgba(247, 133, 45, 0.6666666667) 100%);
}
.top h2.features {
  background-image: linear-gradient(to right, #F7852D 0%, rgba(247, 133, 45, 0.6666666667) 100%);
}
.top h2.new {
  background-image: linear-gradient(to right, #F7852D 0%, rgba(247, 133, 45, 0.6666666667) 100%);
}
.top h2.ranking {
  background-image: linear-gradient(to right, #F7852D 0%, rgba(247, 133, 45, 0.6666666667) 100%);
}
@media screen and (max-width:480px) {
  .top .history + .container .vehicle:nth-child(n+5) {
    display: none;
  }
}
.top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top .container .vehicle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 11.5%;
  padding: 5px;
  min-width: 110px;
  position: relative;
}
@media screen and (max-width:820px) {
  .top .container .vehicle {
    flex-basis: 22.5%;
  }
}
@media screen and (max-width:480px) {
  .top .container .vehicle {
    flex-basis: 47%;
  }
}
.top .container .vehicle a {
  width: 100%;
}
.top .container .vehicle h3, .top .container .vehicle p {
  margin: 1px 0;
  font-size: 12px;
  text-align: left;
}
.top .container .vehicle h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .container .vehicle p {
  color: red;
  font-weight: bold;
}

.list {
  color: #474747;
}
.list .vehicle {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}
.list .vehicle .refno {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width:480px) {
  .list .vehicle .refno {
    font-size: 12px;
  }
}
.list .vehicle-info {
  padding-bottom: 10px;
}
.list .vehicle-info > div {
  margin-left: 5px;
}
.list .vehicle-info h2 {
  text-decoration: underline;
}
@media screen and (max-width:480px) {
  .list .vehicle-info h2 {
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {
  .list .vehicle-info h2, .list .vehicle-info p {
    margin: 2px 0 0;
  }
}
.list .vehicle-info .specs {
  padding: 10px 0;
}
@media screen and (max-width:820px) {
  .list .vehicle-info .specs {
    padding: 5px 0;
  }
}
.list .vehicle-info .specs .row label, .list .vehicle-info .specs .row div {
  padding: 5px 0;
  word-break: break-word;
  min-width: 120px;
}
@media screen and (max-width:480px) {
  .list .vehicle-info .specs .row label, .list .vehicle-info .specs .row div {
    min-width: 60px;
  }
}
.list .vehicle-info .specs .row label {
  background: #f2f2f2;
  font-weight: bold;
}
.list .vehicle-info .specs .row label > span {
  padding-left: 5px;
}
.list .vehicle-info .price {
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
}
.list .vehicle-info .price span {
  padding-left: 10px;
  color: red;
}
.list .vehicle-image {
  text-align: center;
}
.list .vehicle-image img {
  width: 95%;
}

.index h1 {
  margin: 1rem 0 3rem;
  text-align: center;
}
.index h2, .index h3 {
  text-align: left !important;
  padding-bottom: 0 !important;
}

.deals .list-title {
  text-decoration: none;
  border-bottom: 1px solid #999999;
  margin: 0;
}
@media screen and (max-width:480px) {
  .deals .list-title:first-of-type {
    border-bottom: 0;
  }
}
.deals .list-title.vehicle {
  font-size: 14px;
  font-weight: bold;
}
.deals .list-title.date {
  justify-content: end;
}
@media screen and (max-width:480px) {
  .deals .list-title.date {
    justify-content: start;
    padding: 5px 0;
  }
}
.deals .list-title span {
  padding: 2px;
  margin-right: 8px;
  font-size: 12px;
  border: 1px solid #28a745;
  color: #28a745;
  border-radius: 5px;
}
.deals .list-title a {
  color: #F7852D;
}
.deals .list-body {
  margin: 5px;
}
.deals .list-ctrl a {
  width: 100px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid;
  padding: 2px;
  margin-right: 5px;
}
.deals .list-ctrl .reply {
  color: #F7852D;
}
.deals .list-ctrl .edit {
  color: #28a745;
}
.deals .list-ctrl .delete {
  color: red;
  float: right;
}
.deals .list-ctrl form {
  display: inline;
}
@media screen and (max-width:480px) {
  .deals .list .status {
    order: 1;
  }
  .deals .list .vehicle {
    order: 2;
  }
  .deals .list .date {
    order: 0;
    border-bottom: 0;
  }
}
.deals .item-body {
  padding: 5px 0 10px;
  margin: 0 0 15px;
  line-height: 20px;
}
.deals .item-body span {
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
.deals .item-body a {
  color: #F7852D;
  text-decoration: underline;
}
.deals .item-body img {
  max-width: 320px;
}
@media screen and (max-width:480px) {
  .deals .item-body img {
    max-width: 100%;
  }
}

.tip_box .tip_item {
  display: flex;
  flex-wrap: nowrap;
}
.tip_box .tip_item > div {
  width: 16.6666666667%;
  text-align: center;
  margin: 0 1px;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip_box .tip_item > div.active {
  color: white;
  background: #293036;
  border: 1px solid #293036;
}
.tip_box .range-slider {
  width: 100%;
}
.tip_box .box-minmax {
  margin-top: 2px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tip_box .rs-range {
  margin-top: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #c7c7c7;
  height: 2px;
  width: 100%;
}
.tip_box .rs-range:focus {
  outline: none;
}
.tip_box .rs-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #262626;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tip_box .rs-label {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
  margin-left: -4px;
  box-sizing: border-box;
  border: 1px solid #999999;
  left: attr(value);
  color: #999999;
  font-size: 12px;
}

.questions .list-title {
  text-decoration: none;
  border-bottom: 1px solid #999999;
  margin: 0;
}
@media screen and (max-width:480px) {
  .questions .list-title:first-of-type {
    border-bottom: 0;
  }
}
.questions .list-title.vehicle {
  font-size: 14px;
  font-weight: bold;
}
.questions .list-title.vehicle a {
  color: #F7852D;
}
.questions .list-title.date {
  justify-content: end;
}
@media screen and (max-width:480px) {
  .questions .list-title.date {
    justify-content: start;
    padding: 5px 0;
  }
}
.questions .list-title span {
  padding: 2px;
  margin-right: 8px;
  font-size: 12px;
  border: 1px solid #28a745;
  color: #28a745;
  border-radius: 5px;
}
.questions .list .question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
  margin-right: 10px;
}
.questions .list .answer::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #F7852D;
  width: 2em;
  height: 2em;
  margin-right: 10px;
}

#bank-transfer > div {
  max-width: 600px;
  width: 90%;
  background: white;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  transform: translate(0%, -50%);
  top: 50%;
}
#bank-transfer > div .close::before, #bank-transfer > div .close::after {
  background-color: #000;
}

.error404 h1 {
  font-size: 8rem;
  color: #F7852D;
  margin: 80px 0 30px;
}
.error404 p {
  font-size: 3rem;
  color: #999999;
  margin: 0;
}
.error404 button {
  width: 100px;
  border: none;
  padding: 10px;
  margin: 20px 0;
  cursor: pointer;
  color: white;
  background: orange;
  border-radius: 5px;
  font-weight: bold;
}/*# sourceMappingURL=front.css.map */