/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn {
    position: relative;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
    background-image: none;
}
.btn-primary {
    border: 0;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #b85600;
    background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #b85600;
    border-color: #ae5100;
}
.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #f57200 0%, #dc6600 100%);
    background-image: linear-gradient(to bottom, #f57200 0%, #dc6600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff57200', endColorstr='#ffdc6600', GradientType=0);
    background-color: #dc6600;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1;
}
.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    border-color: #9acfea;
}
.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border-color: #f5e79e;
}
.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7;
}
.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
    background-image: -webkit-linear-gradient(top, #f57200 0%, #c25a00 100%);
    background-image: linear-gradient(to bottom, #f57200 0%, #c25a00 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff57200', endColorstr='#ffc25a00', GradientType=0);
}
.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #c25a00;
    background-image: -webkit-linear-gradient(top, #f57200 0%, #cf6000 100%);
    background-image: linear-gradient(to bottom, #f57200 0%, #cf6000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff57200', endColorstr='#ffcf6000', GradientType=0);
    border-color: #cf6000;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f57200 0%, #dc6600 100%);
    background-image: linear-gradient(to bottom, #f57200 0%, #dc6600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff57200', endColorstr='#ffdc6600', GradientType=0);
}
.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.container {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 0 10px #000000;
}

#backgroud-custom-image {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bg-footer {
    background-color: #000;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a {
    background: none;
    box-shadow: none;
}

.navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav a:focus,
.navbar-default .navbar-nav a {
    font-size: 14px;
}

.container {
    background-color: #1e2021;
}

.bg-default {
    background-color: #292c2d;
}

.bg-transparent {
    background-color:transparent;
}

.sprite-share-small-wrap {
    line-height:18px;
    height:39px;
    padding:10.5px 15px;
}

.sprite-share-small {
    width: 18px;
    height: 19px;
    background-image: url(../images/share-sprite-18x19.png);
    background-position: 0px 0px;
    vertical-align: middle;
}

.sprite-share-small.facebook {
    background-position: -18px 0px;
}

.sprite-share-small.twitter {
    background-position: -36px 0px;
}

.sprite-share-small.print {
    background-position: -54px 0px;
}

.sprite-share-big-wrap {
    line-height:28px;
    height:39px;
    padding:4.5px 15px 6.5px;
    position: relative;
}

.sprite-share-big {
    display:inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/share-sprite-28x28.png);
    background-position: 0px 0px;
    vertical-align: middle;
}

.sprite-share-big.facebook {
    background-position: -28px 0px;
}

.sprite-share-big.twitter {
    background-position: -56px 0px;
}

.large-socail {
    line-height: 55px;
}

.sprite-share-large {
    display: inline-block;
    width: 154px;
    height: 44px;
    background-image: url(../images/big-social-sprite.png);
    background-position: 0px 0px;
    vertical-align: middle;
}

.sprite-share-large.facebook {
    background-position: 0px 0px;
}

.sprite-share-large.twitter {
    background-position: 0px -44px;
}

.btn {
    padding: 3px 17px;
}

.panel hr {
    margin: 0 15px;
}

.font-large {
    font-size: 117%;
    line-height:130%;
}

.font-super-large {
    font-size: 150%;
    line-height:130%;
}

.display-inline-block {
    display: inline-block;
}

.small-margin-after {
    margin-bottom: 7px;
}

.margin-before {

}

.margin-after {

}

.small-padding-right {

}

.small-padding-left {

}

.small-padding-vertical {
    padding-top: 7px;
    padding-bottom: 7px;
}

#submit {
    width: 100%;
}

.form-control-simple {
    color: #000000;
    width: 100%;
}

.form-wrapper {
    border: 1px solid #535353;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.no-border {
    border: 0;
}
.map_captions {
    color: #FFFFFF;
    float: left;
}

.stock-items-main-cont {

}

.stock-item-row {
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(71, 71, 71);
    border-left: 1px solid rgb(71, 71, 71);
    background: rgb(24, 25, 26);
    padding-bottom: 10px;
}

.tech-spec {
    padding-left: 15px;
}

.tech-btn-active {
    color: #000000;
}

.tech-btn-active:hover,
.tech-btn-active:focus {
    color: #000000;
}

.tech-rows div:nth-child(2n), .tech-rows div:nth-child(2n) div {
    background-color: rgb(41, 44, 45);
}
.tech-rows div:nth-child(2n+1), .tech-rows div:nth-child(2n+1) div {
    background-color: rgb(24, 25, 26);
}

.tech-row {
    overflow: auto;
    border-width: 0px;
    margin-top:0px;
    margin-bottom:1px;
    padding:4px;
    padding-left:5px;
    padding-right:5px;
}

.tech-extra-row {
    width: 100%;
    overflow: auto;
    border-width: 0px;
    margin:0px;
    padding: 7px 0px;
    font-size: 13px;
}

.tech-extra-row-key {
    float: left;
    padding-left: 10px;
    font-weight:bold;
}
.tech-extra-row-val {
    float: right;
    padding-right: 10px;
}

#findForm {
    line-height: 30px;
}

#search-results-tabs {

}

.sort-tab {
    border: 1px solid rgb(71, 71, 71);
    border-left: none;
    position: relative;
    background: rgb(41, 44, 45);
}

.sort-tab a {
    color: #FFF;
}

.sort-tab a:visited {
    color: #FFF;
}

.active-sort-tab {
    border-bottom: none !important;
    background: rgb(24, 25, 26);
}

.sort-tabs {
    border-bottom: 1px solid rgb(71, 71, 71);
    border-left: 1px solid rgb(71, 71, 71);
    line-height: 30px;
}

.tabs-fix-bottom-border {
    background: none repeat scroll 0 0 #1e2021;
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 555;
}

#paginator-bkg{
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    /*background: rgb(24, 25, 26) none repeat scroll 0 0;*/
}

.active-sort-tab:after {
    content: ' ';
    background: none repeat scroll 0 0 #1e2021;
    border-bottom: 2px solid rgb(24,25,26);
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 555;
}

#page-control-bottom a, #page-control-top a {
    color: #FFFFFF;
    padding-left: 7px;
}

#page-control-bottom b, #page-control-top b {
    padding-left: 7px;
}

#page-control-bottom a:visited, #page-control-top a:visited {
    color: #FFFFFF;
}

div#backgroud-pattern {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: right top;
    background-repeat: repeat;
}

/* VEHICLE SIDER */

.slider-vehicle-item{
    margin: 10px;
    width: 187px;
    background: #333333;
    min-height: 172px;
    text-align: center;
}

.slider-vehicle-item-big{
    background: #333333;
    min-height: 182px;
    text-align: center;
}

.slider-vehicle-title {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    width: 92%;
    overflow: hidden;
    height: 48px;
    font-weight: bold;
    text-align: left;
}

.slider-vehicle-item > img {
    max-height: 124px;
    max-width: 187px;
}

.slider-vehicle-item-big > img {
    max-height: 136px;
    max-width: 205px;
}

.dealer-site-vehicle-slider-content{
    position: relative;
    display: none;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 17px;
}

.dealer-site-logo {
    width: 100%;
}

.prev, .next {
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: absolute;
    top: 80px;
}

.prev {
    left: 18px;
}

.next {
    right: 18px;
}
/* END VEHICLE SIDER */

#menu-btn-texture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 4px;
}
.navbar #menu-btn-texture {
    border-radius: 0;
}
.over-texture {
    position: relative;
}

#top-menu {
    position: relative;
}

.btn-text {
    position: relative;
}

.content-page {
    padding: 5%;
}

#header-title {
    display:block;
    height: 120px;
    line-height: 130px;
    text-align: center;
}

#header-title>div {
    display:inline-block;
    color:#ffffff;
    text-align:center;
    font-size:40px;
    line-height:22px;
    font-weight:bold;
    font-style:italic;
    text-shadow:0px 1px 0px #000000;
}
#header-title>div>a {
    color: #fff;
}

@media (min-width: 992px) {
    .small-padding-right {
        padding-right: 5px;
    }

    .small-padding-left {
        padding-left: 5px;
    }

    .margin-before {
        margin-top: 15px;
    }

    .margin-after {
        margin-bottom: 15px;
    }

    .dealer-site-vehicle-slider-content {
        display: block;
    }
}
.iVendiBlock {
    margin:20px 0 10px 0;
    display:none;
}
.carFeatureTitle {
    float: left;
    display: block;
    margin-right: 10px;
    width: 85px;
    text-align: left;
}
.carFeatureVal {
    display: table-cell;
    padding: 0;
}
.topMItem {
    cursor:pointer;
}
#stats-list {
    width: 100% !important;
}
.popup_iframe {
    width:820px !important;

}
@media (max-width: 990px) {
    .popup_iframe {
        width:100% !important;
        left:0 !important;
        top:0 !important;
    }
}

.adp {
    background: #eee;
}

#map_canvas {
    padding: 5px !important;
}

@media (max-width: 768px) {
    .dealer-phone {
        margin-bottom: 8px;
    }
}
.finance-quotes-table tr th {
    border-bottom: 0 !important;
    text-align: center;
    vertical-align: middle !important;
}
.finance-quotes-table tr td {
    border-top: 0 !important;
    text-align: center;
}
.finance-quotes-table {
    font-size: 11px;
}

.finance-short-desc {
    display: inline !important;
}
.finance-get-quote {
    display: block !important;
}

@media (max-width: 768px) {
    .finance-quotes-table {
        display: none;
    }
}
.supplier-logo {
    background: white !important;
    width: 105px !important;
}
.price {
    font-weight: bold;
    font-size: 16px;
}
