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

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


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

/* primary color (for buttons etc) */
.my-primary {
  color: #FEFEFE;
  background-color: #EC1F2E;
  border-color: #EC1F2E; 
}

.my-primary:focus, .my-primary:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #FEFEFE;
}
/*
.my-primary.btn.focus, .my-primary.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(168,0,0,0.25);
}
*/
.header {background-color: #343a40;}
.bg-red {background-color: #EC1F2E;}
.bg-black {background-color: #000;}

.side-proj h1 {
  position: absolute;
  top: 33rem;
  background: #ec1f2e;
  color: #fff;
  padding: 4rem 10rem;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-bottom-right: 40px;
border-bottom-right-radius: 40px;
}

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

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
  max-height: 54rem;
  
}
/* 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: 54rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
 /* height: 32rem;*/
}

.carousel-inner {overflow:hidden;}

/* 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: 8rem;
      z-index: 10;
    position: relative;
}

/*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;
    text-transform: uppercase;
    font-weight: bold;
}

.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: #EC1F2E;
   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;
}



.navbarmain, .navbarmain * {
    box-sizing: border-box !important;
}

.navbarmain a[href^="tel:"] {
    color: #007bff;
}


#injected {
    font-size: 1em;
    font-weight: 400;
    font-family: Arial,sans-serif;
    padding-top:4rem;
}



@media (min-width: 768px) {

    #injected {
        padding-top:8rem;
    }
}

@media (max-width: 768px) {
    /* Carousel base class */
    .carousel {
        max-height: 34rem;
        /* fix for fixed header overlap on mob */
        margin-top: 118px;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 34rem;
    }
}

#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: #FEFEFE;
    background-color: #EC1F2E;
}

#injected .detail-content .detail-additional-data .data-row .data-label {
    color: #FEFEFE;
    background-color: #EC1F2E;
}
#injected .detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #FEFEFE;
    background-color: #EC1F2E;
}

#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: #FEFEFE;
    background-color: #EC1F2E;
}
#injected .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    color: #FEFEFE;
    background-color: #EC1F2E;
}

#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: #FEFEFE !important;
    background-color: #EC1F2E !important;
    border: 1px solid #EC1F2E !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: #FEFEFE !important;
    background-color: #EC1F2E !important;
    border: 1px solid #EC1F2E !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: #FEFEFE;
    background-color: #EC1F2E;
}
#injected .faceted-search-content .selected-facets-container .selected-facet {
    color: #FEFEFE;
    background-color: #EC1F2E;
}
#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: #EC1F2E !important;
    color: #FEFEFE !important;
}
#injected .detail-content-mobile .detail-contact-bar .contact-bar-btn {
    color: #FEFEFE;
    background-color: #EC1F2E;

}
#injected .faceted-search-content .mobile-done-button-container .mobile-done-button {
    color: #FEFEFE;
    background-color: #EC1F2E;
}
#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: #FEFEFE;
    background-color: #EC1F2E;
}
#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;
}


/*.crvfooter, .curve-block {
    background-image: url("../img/curveext.png");
    background-repeat: repeat-x;
    position: relative;
}*/

.crvfooter2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/footer-top-right.png");
    background-repeat: no-repeat;
    background-position: top right; 
}


.crvfooter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/picmask-left-footer.png");
    background-repeat: no-repeat;
    background-position: bottom left; 
    z-index: 0;
}

.redcurveright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/red-top-right.png");
    background-repeat: no-repeat;
    background-position: top right; 
}

/*.curveoverset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/picmask-left-angle.png");
    background-repeat: repeat-x;
    background-position: bottom left; 
}*/
.curveoverset::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/picmask-left-angle.png");
    background-position: bottom left; 
    background-repeat: no-repeat;
}

.side-proj {
    position: relative;
}

.projover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-image: url("../img/maskbtm.png");*/
    background-repeat: repeat-x;
    background-position: bottom left; 
}
.projover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/picmask-top-left.png");
    background-position: bottom left; 
    background-repeat: no-repeat;
}

.bl-corner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/picmask-left-angle.png");
    background-position: bottom left; 
    background-repeat: no-repeat;
}

.pic-gallery img {
    -webkit-border-top-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
}

.first-slide {max-width: 100%;}
.call-opt a {color: #fff;}
.right-logo {display:none;}

@media (min-width:768px){
  .right-logo {display:inline;position: absolute;top: -54px;width:35%;}
}

@media (min-width:992px){
  .right-logo {position: absolute;top: -70px;width:35%;right:0;}
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: transparent;
  border-top: solid 3px #EC1F2E;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: transparent;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
.slideshow-containe .mySlides q {font-style: italic; font-size: 1em;}
.slideshow-containe .mySlides p {font-style: italic; font-size: 2em;}

/* Add a blue color to the author */
.author {color: #EC1F2E;font-size: 1.5em;}

.toptel {
    right: 0;
    padding: 20px 40px 0 0;
    z-index: 2000;
}

@media (max-width:992px){
  .toptel {
    padding: 20px 40px 0 0;
}
}

.toptel h2 {
    font-weight: 700;
}

.mobtel h2 {
    font-size: 1.2rem;
    font-weight: 700;
}
.fblink:hover {
    text-decoration:none;
    color:#818285 !important;
    transition: all 0.3s ease;
}

.list-box .list-icon i {
  display: block;
  font-size: 28px;
  margin-right: 15px;
  color: #ec1f2e;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  border: 2px #ec1f2e dotted;
  border-radius: 999px;
}

.list-box .list-icon img {
  margin-right: 15px;
  width: 85px;
  height: auto;
}
.list-box h3 {
    font-weight: 600;
    font-size: 1.2rem;
}
.range-cta {
    background-color: #101010;
}


.range-cta .fbitem .feattile i {
  color: #818285;
  font-size: 60px;
  padding-bottom: 20px;
}


.range-cta .fbitem .feattile .badge-danger {
    background-color: #ec1f2e;
}

.range-cta .fbitem .feattile .badge-danger:hover {
  background-color: #bd2130;
}



