@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;
	margin-top: 15px;
}
#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: #FF0257;
}
#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;
}

/*-------------VERIFIED TOP TEXT & ICON---------------------*/
header a{
    text-decoration:none;
}

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

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

}

/*================================================================*/
/*=========================CUSTOM STYLES==========================*/
/*================================================================*/

/*---349 line cloud stock button styles(3button stock)------*/
#injected .list-container-flexrow .view-listing-details-link {
    color: white;
    background-color: #629bd0;
}
/*---374 line cloud stock button styles(2button stock)----*/
#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: #629bd0;
}
/* Edits 29th July 2021 additional styling for line 317 and line 322*/

/*--- LINE NO 317: more details page maken an offer button----*/
#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:#629bd0;
}
/*--LINE NO 322: title lables bg and text for more detials page----*/
#injected .detail-content .detail-additional-data .data-row .data-label {
    color: #fff;
    background-color:#629bd0;
}

.header-main-container{
    background: transparent;
    padding:10px 0;
    /*
  box-shadow: 0px 2px 3px rgb(41 41 41 / 50%);
  
  border-bottom:4px solid black;
  */
}

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

.header-main-container a {
    color: white !important;
    font-weight:bold;
}
.header-main-container p{
    color: #629bd0;
}
.header-main-container a:hover {
    color: #629bd0;
}


.header-main {
   padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: 50% 40%;
    box-shadow: rgb(0 0 0 / 50%) 0 0 0 1000000px inset;
}



footer {
    background: #404147;
    padding:30px 0;
}

footer p,footer a{
    color: white !important;
    font-size:20px;
    
}

footer a:hover{
    color:grey !important;
}




/*-------Social Media Font awesome--------------*/
/*===Header===*/
.fa-social-icons{
    list-style:none;
    margin:0 0 0 auto;
    display:table;
}
.fa-social-icons li{
    float:left;
}

 /* Rounded styles
.fa-social-icons li a{
   
    background-color: #2f3234;
    color: red;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    text-indent: 1px;
    text-decoration:none;
    margin-right:10px;
   
    
}
 */
 
.fa-social-icons i{
font-size:22px;
}


@media screen and (max-width: 767px) { 
.header-main-container .fa-social-icons{
    display:none;
}
}


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

/*------Social media Images--------*/
.social-icons-container a img{
    border-radius:7px;
    /*
    filter: grayscale(200%);
    */
}
.social-icons-container a img:hover{
    opacity:0.7;
}



/*===Footer===*/
footer .fa-social-icons{
    margin:0 auto !important;
    display:table;
}

footer .fa-social-icons a{
    color:white;
}


footer .fa-social-icons i {
    font-size: 30px;
    margin-right:15px !important;
}

/*----------------Navigation---------------------*/
#main-nav{
    width:100%;
}

#main-nav .container{
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

#main-nav ul{
    display:table;
    margin:0 auto;
    
}

#main-nav ul li{
    float:left;
    list-style:none;
    padding: 10px 20px;
}

#main-nav ul li a{
    text-decoration:none;
    color:white;
    font-weight:bold;
}

#main-nav ul li a:hover{
    color:#629bd0;
}

@media screen and (max-width: 700px) { 
    
#main-nav button{
    display:block !important;
} 
#main-nav button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

#main-nav{
    background:black;
}
.dropbtn {
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#main-nav ul li {
    float:none;
    display:block;
    background:black;
}

#main-nav ul li a{
    color:white;
}
#main-nav ul li a:focus,#main-nav ul li a:hover{
     color:white;
}


.dropdown-content {
  display: none;
  position: relative;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
}


.show {
    display: block;
    
}

    
}
#injected .list-content {
    margin: 0 auto;
    max-width: initial;
}
#injected .list-container-flexrow .video-chat-link {
    color: #FFF;
}
#injected .contact-options a, .fin-calc-mobile>a {
    color: #fff !important;
}
#injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    flex: 1;
    margin: -2px 0 0 3px;
}
#injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
    float: right;
    margin: -2px 0 5px 7px;
} 
#injected .detail-content .dealer-info .dealer-company-header {
    color: #000;
}

#injected .has-search-bar {
    width: calc(74% - 0.75%);
}
#injected .mc-nav-controls .mc-btn, #injected .mc-nav-controls .mc-btn {
    z-index: 2;
} 
#injected .media-4-3, .mc-iframed .mc-full .media-4-3 {
    padding-bottom: 56%;
}
#injected .detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
    z-index: 2;
}
@media (min-width:786px) and (max-width:991px) {
	#injected .has-search-bar {
		width: calc(71% - 0.75%);
	}
	#injected .list-container .listing-image {
    width: 100%;
	}
	#injected .list-container-flexrow .listing-boxed .listing-content .listing-content-middle {
    width: 100%;
	text-align: center;
	}
	#injected .list-container-flexrow .listing-boxed .listing-content .listing-content-right {
    width: 100%;
	}
	#injected .spec-icon {
    max-width: 100%;
	}
	#injected .list-container-flexrow .price-container {
    padding-top: 0px;
    margin-top: -26px;
	}
	#injected .list-container-flexrow .listing-boxed .listing-content {
    display: block;
	}
}
@media (max-width:785px) {
	#injected .has-search-bar {
		width: 100%;
	}
	#injected .spec-icon {
    max-width: 100%;
	}
	#injected .list-container-flexrow .price-container {
    padding-top: 0px;
    margin-top: -4px;
	}
}
#injected span#currency-prefix {
    margin-right: 3px;
}

#injected .show-all-modal .show-all-modal-content-container .show-all-modal-content .all-options-container .option-container .faceted-option-checkbox-container .option-name {
    margin-right: 7px;
    margin-top: -2px;
    margin-left: 3px;
    max-width: 100%;
}
#injected .show-all-modal .show-all-modal-content-container .show-all-modal-content .all-options-container .option-container .faceted-option-checkbox-container .option-count {
    float: right;
    margin-top: -2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
		flex: 1;
		margin: 3px 0 0 3px;
	}
     /* IE10+ CSS styles go here */
}

@media (max-width:767px) {
	.container-inv{   /* insert to layout.php with container */
		max-width: 700px;
	}
}
@media screen and (max-width: 785px){
	#injected .faceted-search-content .mobile-done-button-container {
	display: block;
    position: relative;
	width:100%;
	}
	#injected .faceted-search-content .faceted-search-content-container {
    margin-top: 0px;
	}
}
@media screen and (min-width: 1000px){
	#injected .compare-chkbox-container .compare-listings .compare-label {
		margin-left: 2px;
	}
	#injected .compare-chkbox-container .compare-listings .fa-check {
		top: 5px;
		left: 2px;
	}
}
