@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: #fffffe;
    background-color: #d12216;
}
#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: #a89540;
}
#injected .faceted-search-content .selected-facets-container .selected-facet {
    color: #000;
    background-color: #d12216;
}
#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;
}
#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: black !important;
    text-decoration: none !important;
}
header p{
    color:#a89540 !important;
}
header a:hover {
    color: grey !important;
}

.navbar-brand .img-fluid {
    max-width: 40%;
}


.navbar{

  background:#000;
  
}

header .toplinks a {
    color: #fff !important;
}

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

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

.socmed a img{
    filter: grayscale(200%);
    
}
.socmed a img:hover{
    opacity:0.7;
}


/*===================Navigation=========================*/

#mega-menu-wrap-primary-menu .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-basis: 33.33%;
    display: flex;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin-left: 3px;
    margin-right: 3px;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transform: scale(0.8);
    align-self: center;
    outline: 0;
    background: none;
}

/*-----------------------------------------------------------*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    visibility: visible;
    text-align: center;
    padding: 0px 0px 0px 0px;
        transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 12px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu.mega-menu-item {
    position: static;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item {
        transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 12px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item {
    float:left;
}

#top-menu-nav{
display: table;
    margin: 20px auto;
}

#top-menu-nav a:hover {
    color: #a89540 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
 font-size:18px;   
}


.fa-social-icons{
    list-style:none;
    margin:0 0 0 auto;
    display:table;
}
.fa-social-icons li{
    float:left;
    margin-right:15px;
}


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

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