﻿/** listing labels / images / mech / motors */
div.listing-vendor-label {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #00964E;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}

.listing-details-main-image-wrapper .listing-vendor-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding: 12px;
}
.listing-details-main-image-wrapper img {
    width:100%;
}
.listing-details-main-image-wrapper .listing-label-image {
/*    height: 22px;
    width: 150px;*/
}

.listing-label-image {
    width: 100%;
}

.listing-details-main-image-wrapper {
    position: relative;
    display: block;
}

.vehicle-listing-info, .mech-listing-info {
    position: relative;
}

.vehicle-listing-info .view-button-wrapper, .mech-listing-info .view-button-wrapper {
    position: absolute;
    bottom: -5px;
    left: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.listing-detail-label {
    font-size: 16px;
}
.listing-detail-value {
    font-size: 16px;
}

.video-icon {
    font-size: 20px !important;
    color: #0059a9;
}

.sale-gallery-tn {
    width: 100%;
}

a.sale-video-tn {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    textcolor: #fff;
    text-decoration: none;
    position: relative;
}

a.sale-video-tn:visited, a.sale-video-tn:hover {
    color: #fff;
    text-decoration: none;
}

a.sale-video-tn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.sale-nav-dots {
    margin-top: 10px;
    text-align: center;
}

.sale-nav-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #E2E2E2;
}

.sale-nav-dots .owl-dot.active {
    background-color: #333;
}

.green-button {
    background-color: #00964e !important;
    border-color: #00964e !important;
}

    .green-button:hover {
        background-color: #01783c !important;
        border-color: #01783c !important;
    }

.mechanisation-description > div.col-xs-12 {
    font-size: 16px;
}