.inventory-price-container:first-of-type div:nth-of-type(2) b {
    text-decoration: line-through!important;
}

.btn-financing {
    background-color: #009800;
    border-color: #009800;
    color: #000!important;
}

.btn-financing:hover,
.btn-financing:active {
    background-color: #027802;
    border-color: #027802;
    color: #000!important;
}

.btn-credit-app {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-credit-app:hover,
.btn-credit-app:active {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333;
}
.btn-value-trade {
    background-color: #da0000;
    border-color: #da0000 ;
    color: #000!important;
}

.btn-value-trade:hover,
.btn-value-trade:active {
    background-color: #b90707;
    border-color: #b90707;
    color: #000!important;
}

.quickBtn {
	background-color: white;
	color: black;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-radius: 5px;

}

.quickBtn:hover {
	background-color: #E6E6E6;
	text-decoration: none;
}

.row1 {
	display: inline-block;
}

.row2 {
	display: inline-block;
	margin-top: 25px;
}


@media (min-width: 200px) {
	.quickLinksBrand {
		text-align: center;
		display: inline-block;
		margin-left: 0px;
	}
}

@media (min-width: 504px) {
	.quickLinksBrand {
		margin-left: 25px;
	}

}

.banner-link{
	font-size: 1.7em !important;
}

.social-media-links {
	margin-top: 7px !important;
}



/******************** Inventory *************/
.browse-inventory-link {
    margin: 2px 1px;
    padding: 5px;
    min-width: fit-content;
    width: 100px;
    text-align: center;
    color: white;
    background-color: black;
    border-radius: 5px;
}


.browse-inventory-link a {
    color: white;
}


.banner-links-bar {
    background: black;
    padding: 3px 0;
}

div.banner-container {
    background: #000000;
}


.media-icon-small {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.media-icon-small.media-icon-rounded {
    font-size: 34px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


.overlay-pending-text {
    color: #fff!important;
}


nav.navbar.navbar-default {
    padding: 0% 0 0%;
}


.navbar-default {
    background-color: #a20000;
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

div#element-e69bcb3401ac43e3b592a5aeb78a628e {
    display: none;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: -40px!important;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
div#element-e69bcb3401ac43e3b592a5aeb78a628e {
    display: none;
}

div#element-bbaab3c0f1ca44f08b7094186b269ac4 {
    margin-top: 0!important;
}
div#element-efc653a6d65e4daead281ece4c3a54f3 {
    margin-top: 0!important;}

.social-media-links {
    text-align: center!important;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: -40px!important;
}


}
/* Portrait phones and smaller */
@media (max-width: 480px) {
div#element-e69bcb3401ac43e3b592a5aeb78a628e {
    display: none;
}

div#element-bbaab3c0f1ca44f08b7094186b269ac4 {
    margin-top: 0!important;
}
div#element-efc653a6d65e4daead281ece4c3a54f3 {
    margin-top: 0!important;
}
.social-media-links {
    text-align: center!important;
}
}





.navbar-default {
    background-color: #ffffff;
}



.nav a, .navbar-default .navbar-brand {
    color: #000 !important;
}

.dropdown-menu {
    background: #a7a0a0 !important;
    border: 0;
}

.overlay-sold-bg, .overlay-sold-text, .overlay-pending-bg, .overlay-pending-text {
    position: absolute;
    right: 0px;
    padding: 0 55px;
    top: 20px;
    width: 100%;
    line-height: 33px;
    transform: rotate( 360deg );
    color: #fff!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgb(0 0 0 / 0%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 51%);
}

.accent-color2.overlay-pending-text {
    color: #da0000 !important;
    padding: 60px;
}