html { position: relative; min-height: 100%; }
body { padding-top: 50px; margin-bottom: 90px; }
.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  -moz-box-shadow: 0 0 3px #cdcdcd;
  -webkit-box-shadow: 0 0 3px #cdcdcd;
  box-shadow: 0 0 3px #cdcdcd;
  z-index: 9779;
}

.navbar {
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

a.alt { font-size: 0.75em; font-weight: bold; }
a.alt:hover { color: #009dd9; }

.breadcrumb > li > a { font-size: 1.2em; font-weight: bold; }
a.home {
  background: url(../img/home.png) no-repeat scroll left center transparent;
  padding-left: 1.25em;
}
a.results {
  background: url(../img/home.png) no-repeat scroll left center transparent;
  padding-left: 1.25em;
}

hr.space { border-top-color: #fff; }

.prepend-top { margin-top: 1.5em; }
.append-bottom { margin-bottom: 1.5em; }

.top { margin-top: 0; }
.bottom { margin-bottom: 0; }

.round { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.navbar-brand {
  background: url(../img/logo.png) no-repeat scroll left center transparent;
  width: 169px;
  height: 50px;
}

.gm-search-form select, .gm-search-form .btn {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
}

.gm-search-form select {
  background: url(../img/t.png) no-repeat scroll 99% center #fff;
  border: 1px solid #969696;
  border-right: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  font-size: 1.25em;
  -webkit-appearance: none;
}

/* #id-year_from, #id-year_to { width: 12.5%; } */

.form-group .control-label { font-weight: normal; }
.field-required .control-label { font-weight: bold; }
.field-required .control-label:after { content: " *"; color: red; }

.gm-search-form select:first-child { -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
.gm-search-form select[disabled] { color: #999; }
.gm-search-form select:hover { border-color: #000; }

.gm-search-form .btn {
  border-radius: 0 4px 4px 0;
  height: 48px;
  line-height: 48px;
  font-size: 1.25em;
}

select.select {
  background: url(../img/t.png) no-repeat scroll 98% 56% #fff;
  -webkit-appearance: none;
}

.car-details { position: relative; padding: 1em; }
.car-details a { display: block; text-decoration: none; }
.even { background-color: #ffeeee; }

.detail-items { margin-bottom: 1.5em; }
.detail-items .item { color: #444; padding: 0.1em 0.5em; }
.detail-hp, .detail-fuel, .detail-gear, .detail-year { border-right: 1px solid #a5a5a5; }
.detail-items .detail-hp { padding-left: 0; }
.detail-items .detail-year { border-right: 0; }
.extra-items p { font-size: 1.2em; color: #222; }

table.table-info { table-layout: fixed; }
table.table-info > tbody > tr > th, table.table-info > tbody > tr > td { border-top: 0; }
table.table-info > tbody > tr > th { color: #707070; }

.btn-star {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 90%;
  top: 33%;
  outline: 0;
}

.btn-star .star {
  background: url(../img/star.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 22px;
  width: 22px;
}

.btn-star:hover .star { background-position: 0 -22px; }

.btn-call-owner {
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-position: 4px center;
  font-weight: bold;
  padding-left: 36px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9889;
}
.btn-call-owner:active { background-image: url(../img/phone.png); }

.pagination-centered { text-align: center; }

.drilldown-item {
  background: url(../img/car.png) no-repeat scroll left center transparent;
  color: #363636;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
.drilldown-item > i { font-weight: normal; }
.drilldown-item:hover {
  color: #009dd9;
}

.carousel-control { font-size: 60px; }
.carousel-control .gm-control-prev, .carousel-control .gm-control-next {
  position: absolute;
  top: 40%;
  display: inline-block;
  z-index: 5;
}
.carousel-control .gm-control-prev { left: 25%; }
.carousel-control .gm-control-next { right: 25%; }
.carousel-inner > .item > img { margin: 0 auto; }

.error-block { font-size: 0.85em; font-weight: bold; }
.has-error .error-block { color: #a94442; }

.form-actions {
  background: #f9f9fc;
  border-top: 1px solid #dcdced;
  margin: 1.5em auto;
  padding: 1em 0;
  text-align: center;
}

.footer p {
  color: #545454;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px -1px 0 #fff;
  text-align: center;
}
.footer p.foot-links {
  font-size: 1.1em;
  margin-top: 1em;
  text-align: center;
}
.foot-links a { display: inline-block; }
.foot-links a.car-add {
  background: url(../img/car-add.png) no-repeat scroll left top transparent;
  margin-right: 2em;
  padding-left: 1.25em;
}
.foot-links a.desktop-site {
  background: url(../img/desktop.png) no-repeat scroll left top transparent;
  padding-left: 1.25em;
}


@media (max-width: 767px) {
  .gm-search-form select, .gm-search-form .btn {
    border-right: 1px solid #969696;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 0.5em;
  }

  .gm-search-form select:first-child {
    border-radius: 4px;
  }

  .btn-call-owner { width: 92%; }
}
.btn-msg-style {
    display: inline-block!important;
    cursor: pointer;
    width: 35px;
    height: 36px;
}
.msg-img {
	width: 100%;
    height: 100%;
	opacity: 0.9;
}
.btn-wts-style {
    display: inline-block!important;
    cursor: pointer;
    margin-left: 10px;
    width: 33px;
    height: 32px;
}
.wts-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
	opacity: 0.9;
}   
.msg-img:hover {
	opacity: 1;
}
.wts-img:hover {
	opacity: 1;
}
