@charset "utf-8";
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;
}

/*.bg-dark {background:#272550 !important;}*/

/* THEME STYLES
-------------------------------------------------- */

/* primary color (for buttons etc) */
.my-primary {
  color: #fff;
  background-color: #004cb3;
  border-color: #004cb3; 
}

.my-primary:focus, .my-primary:hover {
  background-color: #02367c;
  border-color: #02367c; 
  color: #fff;
}
/*
.my-primary.btn.focus, .my-primary.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(168,0,0,0.25);
}
*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background: rgba(65,65,65,.7);
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/*
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
    margin:2rem;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
*/

/* Featurettes
------------------------- */

/*
.featurette-divider {
  margin: 3rem 0;
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

*/

/*inventory*/
.inventoryframe {
      padding-bottom: 4rem;
      padding-top: 6rem;
}

/*MAP*/

#google-map {
    height: 500px;
    margin-top: 1rem;
}

.navbarmain .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    color: #efefef;
}

.editablecontent img {
    max-didth:100%;
    height:auto;
}


/* NEWS SPECIAL EFFECTS */

.news-item-outer {
    padding-top:15px;
    padding-bottom:15px;
}
.news-item-outer a:hover {
    text-decoration: none;
}
.news-item {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #efefef; /*url(../images/bgimg.jpg) no-repeat center center;*/
}
.news-item .news-mask,.news-item .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.news-item img {
   display: block;
   position: relative;
    width:100%;
    height:auto;
}
.news-item h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.news-item p {
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.news-item a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #004cb3;
   color: #efefef;
   text-transform: uppercase;
}
.news-item a.info:hover {
   background: #000;
   color: #fff;
}

.news-item img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.news-item .news-mask {
   background-color: rgba(200,195,195,0.30);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.news-item a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.news-item:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.news-item:hover .news-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.news-item:hover h2,.news-item:hover p,.news-item:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


#injected {
    font-size: 1em;
    font-weight: 400;
    font-family: Arial,sans-serif;
}
#injected .row {
    margin-left:0 !important;
    margin-right:0 !important;
}
#injected .google-maps-link a {
    color: #212121;
}

#injected section.detail-additional-data h4 {
    font-size: 1.3rem;
}

#injected .faceted-search-content .faceted-section-head h5 {
    font-size: 1.1rem;
}

#injected .detail-content .search-results {
    color: #676767;
}
#injected .list-content .list-title .list-listings-count {
    color: #676767;
}

#injected .detail-content .detail-main-body .main-detail-data .offer-btn, #injected .detail-content .detail-main-body .main-detail-data .buy-btn {
    color: #fff;
    background-color: #d12216;
}

#injected .detail-content .detail-additional-data .data-row .data-label {
    color: #fff;
    background-color: #d12216;
}
#injected .detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #000;
    background-color: #d12216;
}

#injected .detail-content .detail-main-body .main-detail-data .detail-price {
    color: #323232;
}
#injected .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #323232;
}
#injected .list-container-flexrow .price-container .price {
    color: #323232;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #323232;
}

#injected .detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}
#injected .list-container-flexrow .view-listing-details-link {
    color: white;
    background-color: #FBD008;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    color: #000;
    background-color: #d12216;
}

#injected .detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    color: #000 !important;
    background-color: #d12216 !important;
    border: 1px solid #d12216 !important;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    color: #000 !important;
    background-color: #d12216 !important;
    border: 1px solid #d12216 !important;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .opened {
    background-color: #fff !important;
    color: #424242 !important;
    border: 1px solid #424242 !important;
}

#injected .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
    color: white;
    background-color: #0000fe;
}
#injected .faceted-search-content .selected-facets-container .selected-facet {
    color: #000;
    background-color: #db150a;
}
#injected .list-container-flexrow .buy-now-link, #injected  .list-container-flexrow .check-availability-link, #injected  .list-container-flexrow .email-seller-link, #injected  .list-container-flexrow .dealer-phone-call {
    color: #fff;
    background:grey;
}
#injected .list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #676767;
}
#injected .list-content .list-top-section {
    padding-left:10px;
    padding-right:10px;
}
#injected .paging-container .page-navs .list-page-nav {
    background-color: #d12216 !important;
    color: #fffffe !important;
}
#injected .detail-content-mobile .detail-contact-bar .contact-bar-btn {
    color: #fffffe;
    background-color: #d12216;
}
#injected .faceted-search-content .mobile-done-button-container .mobile-done-button {
    color: #fffffe;
    background-color: #d12216;
}
#injected .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    color: #fffffe;
    background-color: #d12216;
}
#injected .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #323232;
    color: #323232;
}
#injected .detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {
    border: 1px solid #323232;
    color: #323232;
}
#injected .detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close:hover {
    background-color: #efefef;
    color:#212121;
}
#injected .captcha-placeholder button.g-recaptcha.button {
    background-color: #323232;
}

header, header *, footer, footer * {
    box-sizing: border-box;
}

header a {
    color: white !important;
    text-decoration: none !important;
    font-weight:bold;
}
header p{
    color:#FBD008 !important;
}
header a:hover {
    color: #FBD008 !important;
}




.navbar{

  background: black;
  /*box-shadow: 0px 2px 3px rgb(41 41 41 / 50%);*/
  
  
  
}
.navbar-brand .img-fluid{
      max-width: 100%;     
}



.img-rec{
    height:32px !important;
}

.img-square{
    height:50px !important;
    margin-top:5px;
}

.bg-dark {
    background-color: #FF0257 !important;
    
   
}

.bg-dark p {
    color: white !important;
    
}

footer{
    padding-top:40px;
    padding-bottom:20px;
}
footer ul li{
    list-style:none;
}

footer ul li:hover a{
    text-decoration:none;
    color:grey;
}

footer .footer-social-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}


.socmed a img{
    border-radius:7px;
    filter: grayscale(200%);
   
    
}
.socmed a img:hover{
    opacity:0.7;
}

.fa-social-icons{
    list-style:none;
    margin:0 auto;
    display:table;
}
.fa-social-icons li{
    float:left;
}
.fa-social-icons li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f3234;
    color: #fff;
    text-indent: 1px;
    text-decoration:none;
    margin-right:10px;
    
}

.fa-social-icons i{
font-size:14px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-------------VERIFIED TOP TEXT & ICON---------------------*/


.top-header{
    background:#3e3c3c;
    color:white;
    padding:10px 0;
}
.top-header h1{
    margin:0;
}
.top-header img{
   margin-top: -8px; 
}

.icon-verified {
    width: 40px;
    margin-left: 7px;
}

@media screen and (max-width: 700px) { 
.top-header h1{
    font-size:20px;
}    
.top-header img{
   margin-top: -5px; 
   width:25px;
   margin-right:0;
}

}
