/***** Inventory List Design ******/
@media (max-width:768px){ 
#element-5c267e6b352f4d9fa0fea947ef0cdee8, #element-abf081f135174b7db561bbb1e370b84d {
display:inline-flex;
width:49%!important;
margin:0!important;
}
}

#element-2674c82513a04e698a150214f4ca7f46 .palette-bg2 {    display: flex!important;
    justify-content: center!important;}



p {
    margin-right: 10px;
    margin-left: 10px;
   font-size: 16px;
}

.navbar-nav>li>a {
    line-height: 15px!important;
}

/************************NAV*********************/
#bbblink {
margin: 0 auto !important;
}

.navbar-default .navbar-nav > .active > a:after {
    background: #61c0ff00!important;
}
.banner-links-bar {
    background: linear-gradient(rgb(241, 166, 58), rgb(235, 104, 8));
    padding: 3px 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: rgb(238, 136, 33) !important;
}
li.menu-heading.dropdown.open span.caret {
    border-top-color: #ff6633;
}
a.menu-heading span:after {
    background-color: #ffc788;
}

.dropdown-menu {
    background: #eb6312!important;
}
a.banner-link .fa, .browse-inventory-image a:before {
    color: #ffffff;
}
div.banner-container {
   background-color: rgba(0,0,0,0);
}
nav.navbar.navbar-default {
    padding: 0% 0 0%;
}

.navbar-default {
    background-color: background: #ef6e18;
    background: -moz-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ef6e18),color-stop(100%,#e04703));
    background: -webkit-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -o-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -ms-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: linear-gradient(to bottom,#ef6e18 0,#e04703 100%);
}

li.menu-heading {
    text-transform: uppercase;
}

.menu-heading {
    font-weight: bold!important;
    font-size: 14px!important;
}

a.menu-heading span:after {
    background-color: #c8e9ff;
}

li.menu-heading.dropdown.open span.caret {
    border-top-color: #42a6ef;
}

.tel a {
    font-size: 24px;
    text-decoration: none;
}


.address a {
    font-size: 20px;
    line-height: 16px;
    text-decoration: none;
}
.tel i, .address i {
    color: #eb6312;
    font-size: 50px;
    vertical-align: middle;
}

.media-icon-small {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.banner-links-right {
    position: absolute;
    top: 50px;
    padding: 5px 10px;
    text-align: right;
}


a.navbar-brand  {
    display: none;
}

/*********************SEARCH**************************/
.element-type-inventorysearch .form-group {
    width: 80%;
    display: inline-block;
    border: 1px #b9b9b9 solid;
    background: #fff;
}
.element-type-inventorysearch .btn-default {
    color: #fff;
    background-color: rgb(255, 102, 51);
    border: none;
    width: 60px;
    height: 50px;
}


/*********************QBTN************************/

span.filter {
    background-color: rgba(255, 102, 51, 0.6);
}
span.quicklinkbutton-label-img:hover {
    background-color: #ff6633;
}
span.quicklinkbutton-label-img {
    display: block;
    border: 1px solid rgb(216, 216, 216);
    max-width: 244px;
    line-height: 50px;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    transition: all .5s linear;
    background-color: rgba(204,204,204,0);
    color: #e4e4e4;
    font-weight: bold;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}


/**********HEADING*********/
.browse-inventory-image a, .element-heading h4 {
    border-color: #ff6633;
}

.accent-color1 {
    color: #ff6633 !important;
}
.page-content-row .container {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/**********************FOOTER************************/
div.footer-container {
    background-color: #000000;
}

.banner-links-right-footer {
    position: absolute;
    top: 0;
    right: 0;
    /* left: 23px; */
    padding: 5px 10px;
    text-align: right;
}

/********************VDETAILS****************************/

.vehicle-details-panel:nth-child(7) { text-align: center; }
.vehicle-details-panel:nth-child(7) img {

  margin: 0 auto;
}

/*******************SERVICE BTN************************/
.custom-btn {
    background: #ef6e18;
    background: -moz-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ef6e18),color-stop(100%,#e04703));
    background: -webkit-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -o-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: -ms-linear-gradient(top,#ef6e18 0,#e04703 100%);
    background: linear-gradient(to bottom,#ef6e18 0,#e04703 100%);
    color: #fff;
    font-weight: bold;
}

.btn {
    padding: 6px 12px;
}

a.review_btn {
	background-color: #ec6614 !important;
	color: #cdf;
border-radius: 0 !important;
font-size: 25px;
letter-spacing: 1px;
margin-top: 25px;
}

.review_btn i {
    visibility: hidden;
    transform: translateY(-22px);
-webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
font-size: 0;
transition: transform .3s linear, visibility .3s linear, font-size .3s linear;
-webkit-transition: transform .3s linear, visibility .3s linear, font-size .3s linear;
  -moz-transition: transform .3s linear, visibility .3s linear, font-size .3s linear;
  -o-transition: transform .3s linear, visibility .3s linear, font-size .3s linear;
}

.review_btn:hover {
    background-color: transparent !important;
    border-color: #36c;
    color: #36c;
}
.review_btn:hover i {
	visibility: visible;
	transform: translateY(0px);
-webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
font-size: inherit;
}
/****************************MEDIAQ********************/


/* Large desktops and laptops */
@media (min-width: 1200px) {
.banner-links-right {
    position: absolute;
    top: 0!important;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
div#element-ec6efc4df8a14ec6990c2aa9dca77dde {
    margin-top: 20px!important;
}
div#element-449b7c9a6cfc44c78e5ca048a4296366 {
    margin-top: 10px!important;
}
.banner-links-right {
    position: absolute;
    top: 0!important;
}
.address a {
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
}
}
@media(max-width: 1071px) {
.address a {
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
div#element-ec6efc4df8a14ec6990c2aa9dca77dde {
    margin-top: 10px!important;
}
div#element-449b7c9a6cfc44c78e5ca048a4296366 {
    margin-top: 10px!important;
}
.banner-links-right {
    position: absolute;
    top: 0!important;
}

a.menu-heading {
    font-weight: 100!important;
    font-size: 12px!important;
    letter-spacing: 0px!important;
}
 .tel {
    text-align: center;
    margin-top: -30px;
}

.address {
    margin-top: 10px;
}

.footer-container .tel {
    margin-top: -10px;
}
.tel i, .address i {
    color: #eb6312;
    font-size: 30px;
}

.tel {
    text-align: center;
    margin-top: 0;
}

.media-icon, .media-icon-small {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.footer-container .tel {
    margin-top: 0px;
}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
div#element-17e9712d323b4ef9a98a0cb33eefa374 {
    margin-top: 0!important;
}
.address, .tel {
    text-align: center;
}
div#element-72b4c4c10d6c461a81095c7c68df91df,div#element-74ec22c444c04590a0e91049da8dd3c7 {
    margin-top: 0!important;
}
.tel i, .address i {
    color: #eb6312;
    font-size: 30px;
    vertical-align: middle;
}
div#element-ec6efc4df8a14ec6990c2aa9dca77dde {
    margin-top: 20px!important;
}
div#element-449b7c9a6cfc44c78e5ca048a4296366 {
    margin-top: 10px!important;
}
.banner-links-right-footer {
    position: relative;
}
 .tel {
    text-align: center;
    margin-top: -30px;
}
.address a {
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
}
.address {
    margin-top: 10px;
}

.footer-container .tel {
    margin-top: -10px;
}

ul.nav.navbar-nav {
    position: inherit;
}


/*.nav>li { float: none; display: inline-block; } */
.navbar-brand { display: none; }
.navbar .container {
    padding: 0px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
div#element-17e9712d323b4ef9a98a0cb33eefa374 {
    margin-top: 0!important;
}
.address, .tel {
    text-align: center;
}
div#element-72b4c4c10d6c461a81095c7c68df91df,div#element-74ec22c444c04590a0e91049da8dd3c7 {
    margin-top: 0!important;
}
.tel i, .address i {
    color: #eb6312;
    font-size: 30px;
    vertical-align: middle;
}
div#element-ec6efc4df8a14ec6990c2aa9dca77dde {
    margin-top: 20px!important;
}
div#element-449b7c9a6cfc44c78e5ca048a4296366 {
    margin-top: 10px!important;
}

div.footer-container {
    background-color: #000000;
    margin-bottom: 150px;
}

a.btn.custom-btn {
    margin-bottom: 10px;
}
.media-icon, .media-icon-small {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

 .tel {
    text-align: center;
    margin-top: -30px;
}
.address a {
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
}
.address {
    margin-top: 10px;
}

.footer-container .tel {
    margin-top: -10px;
}
.banner-links-right-footer {
    position: relative;
}
}


/******************************************* = Center menu */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}


@media (min-width: 768px){
     ul.nav.navbar-nav {
          position: inherit; 
    }

.desktop-phone {
text-align: right;
}

.desktop-logo {
text-align: left;
}

.kbb-padding {
padding-top: 30px;
}

}


@media (max-width: 768px){
    .navbar .navbar-nav {
          display:inherit;
          float: inherit;
    }

    .navbar .navbar-collapse {
          text-align: inherit;
     }

.desktop-phone {
text-align: center;

}

}
/****************** END CENTER MENU */



div#element-16288977046b4a1ab3f806d1ffd43bec {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.element-type-inventorysearch {
    background: none!important;
    padding: 10px 0 5px 0;
}

.accent-color1.price2 b {
    font-size: 26px;
}

h5.element-sub-heading.accent-color1 {
    font-size: 20px;
}


div.footer-container {
    max-width: 100%!important;
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.footer-container .social-media-links .media-link {
    float: left;
    margin: 0px 1px 10px 0px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

.footer-container .social-media-links .media-link {
    float: left;
    margin: 0px 1px 10px 0px;
}
}


.gooz {
    color: #8cff00;
}


.vehicle-description {
    font-size: 18px!important;
}

.element-type-vehicledetails .palette-heading1.accent-color1 {
    font-size: 22px;
}

.pricelabel {
    color: #eb6312;
}

.accent-color1.price2 {
    color: #69fb00!important;
}

.inventory-price-container {
    cursor: pointer;
}


.get-approved {
max-width: 100%;
text-align: center;
}


/*************************
Custom CSS By BG
*************************/

/*Home*/

div#element-aec9d23a6e2b415a98d7a70df327410f .palette-bg2.inventory-header {
    display: none;
}

.palette-bg1 {
    background-color: #0f0f12;
}

.home-btn {
  padding: 10px;
  text-align: center;
 border: 1px solid #eb6312;
}

.team-border {
   border: 1px solid #eb6312;
   padding: 15px;
   display: block;
   text-align: center;
}

.team-border .img-responsive {
display: initial;
}

.team-border .team-title {
   font-size: 24px;
   color: #eb6312;
}


.home-btn a:hover {
text-decoration: none;
}


div#element-aec9d23a6e2b415a98d7a70df327410f .accent-border2 {
    border-color: #ec6814 !important;
}

div#element-aec9d23a6e2b415a98d7a70df327410f .inventory-panel {
    border-width: 1px;

}

/*Whole Site*/

li.menu-heading.dropdown.open span.caret {
    border-top-color: #ffffff;
}

.orange-button {
margin: 20px 5px 0 5px;
 font-size: 25px;
border: 1px solid #ec6814;
}

a.orange-button:hover {
text-decoration: none;
color: #B3B3B3;
}


.accent-border2 {
    border-color: #ec6814 !important;
}

.inventory-panel {
    border-width: 1px;
}

.accent-bg1 {
    background-color: #e14b05 !important;
}

.pricevalue1.accent-color1 b {
    color: #3581cc;
}

.element-type-inventorysearch .form-group {
    background: #fff0;
    border: 1px #e14a05 solid;

}

.element-type-inventorysearch .form-control {
    border: 0px solid #5f6973 !important;

}


.vehicle-customhtml {
    text-align: center!important;
}

.product.img-responsive {
    text-align: center;
}

.product.img-responsive a:first-child {
   display: none;
}