@media (min-width: 768px) {
    .relnews .img-wrapper, .grid-thumb-3col .col-sm-6 .img-wrapper {
        height: 260px;
    }
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-wrapper img {
    width: 100%;
    min-height: 100%;
}

.price {
    background-color: #3490dc;
    color: #fff;
    font-size: 14px !important;
    font-weight: bold;
    height: 30px;
    padding: 0 10px 0 16px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: auto;
}

.price:after {
    content: "";
    border: 15px solid transparent;
    border-left-color: #3490dc;
    border-right: 0;
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.offer > .caption > a:hover {
    text-decoration: none;
}

.offer > .caption > a h2 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    height: 36px;
    overflow: hidden;
    color: black;
}


@media(max-width: 1120px) {
    .car-title {
        font-size: 16px !important;
    }
}


@media(min-width: 1120px) {
    .car-title {
        font-size: 24px !important;
    }
}

.car-gallery .image img {
    border: 1px solid rgba(0,0,0,0.1);
}

.car-gallery .mainImage {
    cursor: zoom-in;
}

.car-gallery .image.active img {
    border: 2px solid rgba(56, 145, 209, 0.8);
}
