﻿
.car-item {
    background-color:#fff;
    
}
.grid-item-footer {
    /*position:absolute;
    height:23px;*/
    background-color:rgba(255, 255, 255, 1.0);
    width:100%;
    color:#246BA3;
    bottom:0px;
    padding-left:1px;
    padding-top:8px;
    overflow:hidden;
   font-size:small;
   padding-bottom: 8px;
    width: 210px;
}
    .grid-item-footer p {
            margin-top: -10px;
            white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    
#cars-section h4 {
  margin-bottom: 28px;
  margin-top: 20px; }
#cars-section .top-header .top-search {
  color: #c3c3c3; }
  #cars-section .top-header .top-search button {
    color: #404040; }
#cars-section .top-header .top-menu {
  margin-top: 10px;
  color: #c3c3c3; }
  #cars-section .top-header .top-menu button {
    background-color: transparent;
    color: #c3c3c3;
    border: none;
    outline: none; }
    #cars-section .top-header .top-menu button:hover {
      color: white; }
  #cars-section .top-header .top-menu .pull-left button:last-child {
    margin-right: 10px; }
#cars-section .main-content {
 /* margin: 15px auto;*/
  text-align: center;
}
  #cars-section .main-content .car-item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    text-align: left;
    display: inline-block;
      float:left;
   /* margin: 10px 5px;
    width: 175px;*/ }
    #cars-section .main-content .car-item .image {
      width: 208px;
      height: 175px; }
      #cars-section .main-content .car-item .image img {
        width: 100%;
        height: auto; }
    #cars-section .main-content .car-item .content {
      font-size: 12px; }
      #cars-section .main-content .car-item .content .title {
        margin: 0; }
        #cars-section .main-content .car-item .content .title, #cars-section .main-content .car-item .content .title a {
          white-space: nowrap;
          color: #246BA3;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          max-width: 100%;
          font-weight: 700;
          float: left; }
      #cars-section .main-content .car-item .content hr {
        border: 0;
        height: 1px;
        margin: 5px auto 10px;
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
      #cars-section .main-content .car-item .content p {
        color: #404040;
        margin-bottom: 0;
        font-weight: 400; }
      #cars-section .main-content .car-item .content .high {
        font-size: 10px; }
      #cars-section .main-content .car-item .content .buy-now {
        color: green;
        font-size: 14px; }
      #cars-section .main-content .car-item .content footer {
        border-top: 1px solid #f1f1f1;
        position: absolute;
        bottom: 3px;
        left: 0; }
        #cars-section .main-content .car-item .content footer .btn-group-justified {
          padding: 0 10px 0 0; }
        #cars-section .main-content .car-item .content footer button {
          background-color: transparent;
          font-size: 12px;
          box-shadow: none;
          transition: none;
          border: none;
          outline: none;
          margin: 0;
          padding: 5px 0 0;
          color: #7F8C99; }
          #cars-section .main-content .car-item .content footer button:hover {
            color: #7ac2ff; }
            #cars-section .main-content .car-item .content footer button:hover .icon-wishlist {
              background-position: 0 -50px; }
            #cars-section .main-content .car-item .content footer button:hover .icon-watchlist {
              background-position: -50px -48px; }
            #cars-section .main-content .car-item .content footer button:hover .icon-bucket {
              background-position: -100px -50px; }
#cars-section .car-item {
  /*max-width: 300px;*/
  max-width: 145px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  /*margin: 10px 10px 10px 0;*/
  display: inline-block;
  /*    -webkit-animation:anima 2s;
      -moz-animation:anima 2s;
      -o-animation:anima 2s;
      -ms-animation:anima 2s;
      animation:anima 2s;
      -webkit-backface-visibility:hidden;
      -moz-backface-visibility:hidden;
      -o-backface-visibility:hidden;
      -ms-backface-visibility:hidden;
      backface-visibility:hidden*/ }
#cars-section .car-item-3d {
  -webkit-perspective: 500;
  -moz-perspective: 500;
  -o-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }
#cars-section .content {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.92);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
#cars-section .car-item img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
#cars-section .car-item:hover img {
  /*-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */

}
#cars-section a, #cars-section a:hover, #cars-section .car-item img, #cars-section .content, #cars-section .car-item:hover .content, #cars-section .car-item:hover img {
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; */

}
#cars-section .car-item:hover .bottom-to-top, #cars-section .car-item:hover .top-to-bottom, #cars-section .car-item:hover .left-to-right, #cars-section .car-item:hover .right-to-left, #cars-section .car-item:hover .rotate-in, #cars-section .car-item:hover .rotate-out, #cars-section .car-item:hover .open-up, #cars-section .car-item:hover .open-down, #cars-section .car-item:hover .open-left, #cars-section .car-item:hover .open-right, #cars-section .car-item:hover .come-left, #cars-section .car-item:hover .come-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }
#cars-section .bottom-to-top {
  top: 50%;
  left: 0; }
#cars-section .car-item:hover .bottom-to-top {
  top: 0;
  left: 0; }
#cars-section .top-to-bottom {
  bottom: 50%;
  left: 0; }
#cars-section .car-item:hover .top-to-bottom {
  left: 0;
  bottom: 0; }
#cars-section .left-to-right {
  top: 0;
  right: 50%; }
#cars-section .car-item:hover .left-to-right {
  right: 0;
  top: 0; }
#cars-section .right-to-left {
  top: 0;
  left: 50%; }
#cars-section .car-item:hover .right-to-left {
  left: 0;
  top: 0; }
#cars-section .rotate-in {
  -webkit-transform: rotate(90deg) scale(0.1);
  -moz-transform: rotate(90deg) scale(0.1);
  -o-transform: rotate(90deg) scale(0.1);
  -ms-transform: rotate(90deg) scale(0.1);
  transform: rotate(90deg) scale(0.1);
  top: 0;
  left: 0; }
#cars-section .car-item:hover .rotate-in {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1); }
#cars-section .rotate-out {
  -webkit-transform: rotate(90deg) scale(3);
  -moz-transform: rotate(90deg) scale(3);
  -o-transform: rotate(90deg) scale(3);
  -ms-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  top: 0;
  left: 0; }
#cars-section .car-item:hover .rotate-out {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1); }
#cars-section .open-down {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  top: 0;
  left: 0; }
#cars-section .car-item:hover .open-down {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0); }

#cars-section .open-up {
  /*-webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);*/
  top:16px;
  left: 0; }
#cars-section .car-item:hover .open-up {
  /*-webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0); */

}
#cars-section .open-left {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0; }
#cars-section .car-item:hover .open-left {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }
#cars-section .open-right {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  top: 0; }
#cars-section .car-item:hover .open-right {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }
#cars-section .come-left {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
  -moz-transform: rotateY(90deg) rotateX(90deg);
  -o-transform: rotateY(90deg) rotateX(90deg);
  -ms-transform: rotateY(90deg) rotateX(90deg);
  transform: rotateY(90deg) rotateX(90deg);
  left: 0;
  top: 0; }
#cars-section .car-item:hover .come-left {
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0); }
#cars-section .come-right {
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  -moz-transform: rotateY(-90deg) rotateX(-90deg);
  -o-transform: rotateY(-90deg) rotateX(-90deg);
  -ms-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  left: 0;
  top: 0; }
#cars-section .car-item:hover .come-right {
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0); }
@media screen and (max-width: 560px) {
  #cars-section .car-item {
    max-width: 400px;
    max-height: 300px;
    display: block;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    margin: 10px auto; } }

.icon {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 28px;
  height: 22px;
  background: transparent url(../Content/Images/sprite.png) center center no-repeat; }

.icon-wishlist {
  background-position: 0 0; }


.icon-watchlist {
  background-position: -50px 2px; }

.icon-bucket {
  background-position: -100px 0; }

.icon-inventory {
  background-position: -150px 0; }

.icon-box {
  background-position: -200px 0; }







/* Added Nww */
#cars-section .main-content .car-item .content footer table {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
#cars-section .main-content .car-item .content footer table tr {
  width: 50%;
}
#cars-section .main-content .car-item .content footer table tr td.green {
  color: #35B601;
}
#cars-section .main-content .car-item .content footer table tr td.gray {
  color: #5A6277;
}
#cars-section .main-content .car-item .content footer table tr td.red {
  color: #E14B4A;
}

#cars-section .main-content .car-item .content footer table tr td.but {
  font-size: 11px;
  font-weight: 700;
  color: #196DB6;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
}

#cars-section .main-content .car-item .content footer table tr td.but1 {
  font-size: 11px;
  font-weight: 700;
  color: #196DB6;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
}

#cars-section .main-content .car-item .content footer table tr td.but1:hover {
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
  background-color:#4BBC24;
}

#cars-section .main-content .car-item .content footer table tr td.but2 {
  font-size: 11px;
  font-weight: 700;
  color: #196DB6;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
}

#cars-section .main-content .car-item .content footer table tr td.but2:hover {
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
  background-color:#176DB8;
}

#cars-section .main-content .car-item .content footer table tr td.but3 {
  font-size: 11px;
  font-weight: 700;
  color: #196DB6;
  border-top: gainsboro 1px solid;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
}

#cars-section .main-content .car-item .content footer table tr td.but3:hover {
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  border-top: gainsboro 1px solid;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-style:italic;
   background-color:#F1464C;
}
#cars-section .main-content .car-item .content footer table tr td.but:nth-child(1) {
  border-top:0;
}
#cars-section .main-content .car-item .content footer table tr td.but:hover {
  background-color: #437D43;
}

.car-item .btn-group a{
    padding:5px 10px;
}

