
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}


/*--------------------------------------------------------------
# Section-divide
--------------------------------------------------------------*/
/**** r ****/
.vehicle-section-divider {
  border-bottom: 1px solid #434343;
  padding: 8px 0;
  overflow: hidden;
}

.vehicle-section-divider .section-divider-content {
  position: relative;
}

.vehicle-section-divider .section-divider-content:before {
  border-top: dashed #ececec;
  width: 100%;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  z-index: 0;
}

.vehicle-section-divider .section-divider-content .vehicle-border {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: s3-rotate 7s infinite linear;
          animation: s3-rotate 7s infinite linear;
  display: block;
}

.vehicle-section-divider .section-divider-content.ambulance img {
  position: relative;
  top: -15px;
}

@-webkit-keyframes s3-rotate {
  from {
    -webkit-transform: translateX(105%);
  }
  to {
    -webkit-transform: translateX(-5%);
  }
}

.vehicle-multi-border {
  position: relative;
}

.vehicle-multi-border:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 12px;
  background-size: 30px;
}

.vehicle-multi-border.yellow-black:before {
  background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}

.vehicle-multi-border.top-less-12:before {
  top: -12px;
}

.vehicle-multi-border.blue-white:before {
  background-image: -webkit-linear-gradient(0deg, #2e93e4 15px, #fff 0);
}
.night-rider {
  background-color: #005995;
}


/*--------------------------------------------------------------
# Category Style
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .vehicle-category #vehicle-cat-list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.vehicle-category.bg-gray #vehicle-cat-list {
  background-color: #f5f5f5;
}

.vehicle-sidebar {
  padding: 30px;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
}

.vehicle-sidebar .advance-search-query .form-title {
  font-weight: 800;
  margin-top: 0;
  font-size: 25px;
}

.vehicle-sidebar .advance-search-query .form-content label {
  color: #454545;
  font-family: "Exo", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 800;
}

.vehicle-sidebar .advance-search-query .form-content .input input, .vehicle-sidebar .advance-search-query .form-content .input select {
  margin-bottom: 10px;
  border-color: #ddd;
  height: 40px;
}

.vehicle-sidebar .advance-search-query .form-content .input i {
  color: #b3b3b3;
  right: 12px;
  top: 10px;
}

.vehicle-sidebar .advance-search-query .form-content .input-filter select {
  background-color: inherit;
  border: none;
  font-size: 24px;
  color: #232c3b;
  font-weight: 800;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
}

.vehicle-sidebar .advance-search-query .form-content .input-filter select option {
  font-size: 15px;
}

.vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer {
  overflow: hidden;
  margin-top: 30px;
}

.vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer .advanced-search a {
  color: inherit;
  margin-left: 55px;
}

.vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer button, .vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer input[type="button"], .vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer input[type="reset"], .vehicle-sidebar .advance-search-query .form-content .check-vehicle-footer input[type="submit"] {
  margin: auto;
  display: table;
  float: none;
}

.vehicle-sidebar .advance-search-query .advance-filters ul {
  padding: 0;
  list-style: none;
}

.vehicle-sidebar .advance-search-query .advance-filters ul.checkbox-content {
  padding-top: 10px;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li {
  padding-bottom: 5px;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li input[type="checkbox"] {
  display: none;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li label {
  cursor: pointer;
  font-size: 14px;
  color: #949494;
  font-weight: 500;
  font-family: inherit;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li input[type="checkbox"] + label:before {
  border: 2px solid #dddddd;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 16px;
  background: #f7f7f7;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}

.vehicle-sidebar .advance-search-query .advance-filters ul li input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.vehicle-sidebar .advance-search-query .filter-button {
  margin-top: 20px;
}

.vehicle-sidebar .advance-search-query .filter-button .button {
  border-radius: inherit;
  padding: 10px 28px;
  margin-right: 8px;
  display: inline-block;
}

.vehicle-sidebar .advance-search-query .filter-button .button:last-child {
  margin-right: 0;
}

.vehicle-sidebar .advance-search-query.search-query-two {
  background: #f5f5f5;
  padding: 45px;
  margin-bottom: 30px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content label {
  font-size: 15px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input {
  margin-bottom: 10px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input input, .vehicle-sidebar .advance-search-query.search-query-two .form-content .input select {
  margin-bottom: 10px;
  border-color: #ddd;
  height: 48px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input i {
  color: #ffcc00;
  right: 12px;
  top: 15px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider.ui-widget-content {
  border: 0 none !important;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider.ui-widget-content .ui-widget-header {
  background: #ffcc00;
}

.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider.ui-widget-content .ui-state-default,
.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider.ui-widget-content .ui-widget-content .ui-state-default,
.vehicle-sidebar .advance-search-query.search-query-two .form-content .input .price-slider.ui-widget-content .ui-widget-header .ui-state-default {
  border: 0 none;
  background: #FF4818;
}

.vehicle-sidebar .advance-search-query.search-query-two .check-vehicle-footer .advanced-search {
  float: none;
  text-align: center;
}

.vehicle-sidebar .advance-search-query.search-query-two .check-vehicle-footer .advanced-search-btn {
  margin: 0 !important;
}

.vehicle-sidebar .advance-search-query.search-query-two .check-vehicle-footer .advanced-search-btn .fa {
  margin-left: 0;
}

.available-block .vehicle-thumbnail,
.blog-block .vehicle-thumbnail {
  padding-bottom: 1px;
}

.available-block .vehicle-thumbnail img,
.blog-block .vehicle-thumbnail img {
  width: 100%;
}

.available-block .available-title,
.blog-block .available-title {
  margin-top: 0;
  font-weight: 800;
}

.available-block .category.pull-right .white-color,
.blog-block .category.pull-right .white-color {
  background-color: #fff;
}

.available-block .category.pull-right > a,
.blog-block .category.pull-right > a {
  height: 50px;
  padding: 3px 29px;
  vertical-align: middle;
  display: table-cell;
  background-color: #f7f7f7;
  color: #000000;
  border: 0 none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

.available-block .category.pull-right > a i,
.blog-block .category.pull-right > a i {
  margin-left: 5px;
  font-weight: bold;
  color: #b6b6b6;
}

.available-block .category.pull-right .dropdown-menu > li > a,
.blog-block .category.pull-right .dropdown-menu > li > a {
  font-weight: 500;
}

/*--------------------------------------------------------------
# left car
--------------------------------------------------------------*/

.car {
    width: 100px;
    height: 50px;
    font-weight: bold;
    position: relative;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 7s infinite;
}

/* Safari 4.0 - 8.0 */
#div1 {-webkit-animation-timing-function: linear;}
#div2 {-webkit-animation-timing-function: ease;}
#div3 {-webkit-animation-timing-function: ease-in;}
#div4 {-webkit-animation-timing-function: ease-out;}
#div5 {-webkit-animation-timing-function: ease-in-out;}

/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: ease;}
#div3 {animation-timing-function: ease-in;}
#div4 {animation-timing-function: ease-out;}
#div5 {animation-timing-function: ease-in-out;}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 1300px;}
}

/* Standard syntax */
@keyframes mymove {
    from {left: 0px;}
    to {left: 1300px;}
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}