/*!
 * 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;
}

img.ni-approval-logo,
img.user-approval-logo {
    margin: 2px 0px;
    vertical-align: middle;
    display: inline;
}

img.user-approval-logo {
    max-width: 139px;
}

.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;
}

.list-item-icons-container {
    height: 25px;
    position: absolute;
    color: white;
    bottom: 0;
    right: 5px;
    background: rgba(0,0,0,0.7);
    display: inline-flex;
    padding-right: 3px;
    padding-left: 3px;
}

.mobile-list-item-icons-container {
    height: 20px;
    color: white;
    bottom: -20px;
    background: rgba(0,0,0,0.7);
    padding-right: 3px;
    padding-left: 3px;
}
.mobile-list-item-icons-container .left-right-container {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 20px;
    padding-right: 8px;
}

.list-item-icons-container .video-icon-container {
    padding: 3px 5px;
}
.list-item-icons-container .photo-icon-container {
    padding: 3px 5px;
}

.list-item-icons-container .three-sixty-icon-container {
    padding: 2px 5px;
}

.list-item-icons-container .three-sixty-icon-container .three-sixty-icon {
    height: 10px;
}
.list-item-icons-container .icons-separator {
    padding-top: 2px;
}

.mobile-list-item-icons-container .left-side {
    display: inline-flex;
    justify-content: flex-start;
}
.mobile-list-item-icons-container .right-side {
    display: inline-flex;
    justify-content: flex-end;
}
.mobile-list-item-icons-container .video-icon-container {
    padding-left: 5px;
}
.mobile-list-item-icons-container .mobile-three-sixty-icon-container {
    padding: 0px 3px;
}
.mobile-list-item-icons-container .mobile-three-sixty-icon-container .three-sixty-icon {
    height: 10px;
    position: relative;
    top: -2px;
}

.warranty-header-text {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    line-height: 25px;
}

.warranty-main-text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-space {
    margin-top: 25px;
}

.warranty-sub-header-text {
    font-weight: bolder;
    font-size: 18px;
    line-height: 25px;
}

.warranty-sub-header-text-premium {
    color:#e42313;
    font-size:22px;
}

.warranty-sub-header-text-glace {
    color:#e42313;
}

.warranty-main-text-bolder {
    font-weight: bolder
}

.replace-bullet-point-with-tick {
    list-style: none;
    padding-left: 15px;
}

.replace-bullet-point-with-tick li:before{
    content: "\2713";
    color:#e42313;
    padding-right:10px;
}

.awards-image {
    max-width: 100%;
    text-align: center;
}

.autoguard-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 10px auto;
}

.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;
}
.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;
}
.ni-approval > .technical-info {
    padding-top: 10px;
}
.ni-approval .carFeatureVal {
    line-height: 44px;
}
.topMItem {
    cursor:pointer;
}
.adp {
    background: #eee;
}

#map_canvas {
    padding: 5px !important;
}
.nav-item.dropdown {
    cursor: pointer;
}
.finance-quotes-block {
    padding-left: 5px;
}
@media (max-width: 768px) {
    .dealer-phone {
        margin-bottom: 8px;
    }
}
@media (min-width: 768px) {
    ul#navbar {
        white-space: nowrap;
    }
    ul#navbar > li {
        display: inline-block;
        margin-left: -4px;
        float: none !important;
        vertical-align: middle;
    }
    footer .dl-horizontal dd {
        margin-left: 140px;
    }
    footer .dl-horizontal dt {
        width: 140px;
    }
    .dl-horizontal.other-ads dt {
        width: 110px;
        text-align: left;
    }
    .dl-horizontal.other-ads dd {
        margin-left: 110px;
    }
}
.finance-quotes-block {
    margin-top: 15px;
}
.finance-quotes-table tr td {
    border-top: 0 !important;
    text-align: center;
}

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

.supplier-logo {
    background: white !important;
    width: 105px !important;
}
.price {
    font-weight: bold;
    font-size: 16px;
}

.price-info-small {
    font-size: 12px;
}

.price-info-no-bold {
    font-weight: normal !important;
}

.y-old-price {
    text-decoration: line-through;
    font-size: 13px;
}
.gallery-main {
    min-width: 777px;
}
.gallery-left-col {
    position: relative;
    float: left;
    text-align: center;
}
.gallery-right-col {
    float: left;
    width: 37.94%;
    min-width: 330px;
    padding-left: 10px;
}
.gallery-small-image-col {
    position: relative;
    width: 31.3333%;
    float: left;
    min-height: 75px;
    margin-bottom: 5px;
}
.gallery-small-image, .gallery-view-more {
    height: 75px;
}
.selected-img .small-img-wrapper {
    border: 3px solid #e73c29;
}
.gallery-view-more {
    background: black;
    background: rgba(0,0,0,.7);
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    top: 0;
    margin-right: -5px;
    padding-top: 5px;
    width: 96px;
    border: 2px solid transparent;
}
.big-viewer-360-icon {
    background: url('/images/360.png') no-repeat;
    height: 52px;
    width: 72px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 30px;
    background-size: 72px 52px;
    filter: hue-rotate(180deg) brightness(1) drop-shadow(5px 5px 5px gray);
}
.small-img-wrapper {
    overflow: hidden;
    width: 100px;
    height: 75px;
    border: 3px solid transparent;
}
.policy-text {
    padding: 0 10px;
}
.policy-text-header {
    font-weight: bold;
}
.api_google_maps {
    width: 100%;
    height: 450px;
    max-width: 800px;
    border: 0;
}
.hiddenMap{
    display: none;
}
.judgeservice-block {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857143;
}
.dealer-rating-read-link, .blue-link, .ni-approval-a {
    cursor: pointer;
}
.top-margin {
    margin-top: 10px;
}
.right-margin {
    margin-right: 15px;
}
#youtube-player {
    display: none;
}

.photo-count-icon-cont {
    height: 25px;
    position: relative;
    float: right;
    color: white;
    bottom: 0;
    margin-top: -25px;
    background: rgba(0,0,0,0.7);
}

.photo-video-one-icon {
    width: 50px;
}

.photo-video-both-icon {
    width: 100px;
}

.video-one-icon {
    padding-left: 20px;
    position: relative;
    top: 3px;
}

.video-both-icon {
    padding-left: 15px;
}

.photo-one-icon {
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.photo-both-icon {
    padding-left: 5px;
}

.photo-count-icon {
    padding-top: 5px;
}

.photo-count-count {
    position: relative;
    top: -1px;
    padding-left: 2px;
    display: inline;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.photo-icon {
    display: inline;
}

.photo-video-delimiter {
    display: inline;
    padding-left: 3px;
    position: relative;
    top: -2px;
}

.video-icon {
    display: inline;
}
.technical-headers.full-width {
    width: 100%;
    display: block;
}
.no-bottom-border {
    border-bottom: none !important;
}

.indicator {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-icon {
    position: relative;
    display: inline-block;
    font-size: inherit;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
}
.contact-buttons .mobile-buttons button {
    text-align: left;
    position: relative;
}
.mobile-buttons-left-aligned .mobile-buttons > a {
    text-align: left;
}
.contact-panel-wrapper {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,0.0);
    pointer-events: none;
    transition: background-color 500ms ease-in-out;
}
.contact-panel-wrapper.active {
    bottom: 0;
    pointer-events: all;
    background-color: rgba(0,0,0,0.7);
}
.contact-panel-drawer {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px;
    transition-property: bottom;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}
.contact-panel-wrapper.active .contact-panel-drawer {
    bottom: 0;
    transition-delay: 0.2s;
}
.action-button {
    width: 100%;
    text-align: left !important;
    padding: 10px 16px!important;
}
.contact-panel-drawer .action-button {
    background: white;
    color: #005094;
    margin-top: 10px;
}
.contact-panel-drawer .cancel-button {
    text-align: center !important;
    font-weight: bold;
}
.dealer-rating-content .title-bar {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    z-index: 50 !important;
}
.dealer-rating-content .title-bar-controls {
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 170px;
}
.dealer-rating-content .search-results {
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}
.dealer-rating-content .col-lg-12 {
    float: none;
}
.dealer-rating-content nav.col-md-3 {
    width: 100%;
}
.finance-purchase__payment-content:nth-child(3) {
    width: 60% !important;
}

@media (max-width: 475px), (max-width: 1200px) and (min-width: 768px) {
    .nox-block .finance-purchase__caption.nox-levy {
        width: 60px;
        white-space: normal;
    }
    .nox-block .finance-purchase__info-icon.vrt-icon {
        margin-left: -25px;
    }
}
@media (min-width: 476px) and (max-width: 767px) {
    .nox-block .finance-purchase__caption.nox-levy {
        width: 20%;
        min-width: 60px;
        white-space: nowrap;
    }
    .nox-block .finance-purchase__info-icon.vrt-icon {
        margin-left: 10px;
    }
}
@media (max-width: 1200px) and (min-width: 600px) {
    .finance-purchase__payment-content:nth-child(3) {
        width: 50% !important;
    }
}
.dealer-rating-content header {
    background-color: inherit;
}
.reserved-label-on-photo {
    height: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-top: -25px;
}
.reserved-label-lg{
    margin-right: 50px;
}
.reserved-label-sm {
    margin-right: 100px;
}
@media (max-width: 991px) {
    .reserved-label-on-photo {
        width: 100%;
    }
}
.reserved-label-on-top {
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.codeweavers-reserved-label {
    display: none;
    padding-bottom: 3px;
}
@media (max-width: 767px) {
    .codeweavers-reserved-label {
        padding-bottom: 15px;
    }
}
#codeweavers-reserve {
    display: none;
}
.codeweavers-reserve-btn {
    border-width: 0;
}
@media (max-width: 767px) {
    .codeweavers-reserve-btn {
        font-size: 15px;
    }
}

.website-link {
    width: 100%;
}

.native-share {
    display: none;
}

/* Special blocks
************************/
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-rpadding {
    padding-right: 0 !important;
}

.no-lpadding {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .codeweavers-reserve-btn {
        text-align: left !important;
    }
    #mobile-cw-plugin-content-id .contact-icon {
        margin-right: 10px;
    }
}
