body {
  overflow-x: hidden;
  background-color: #eee;
}

.overlay {
    position: absolute;
    top: 1%;
    right: 1%;
    animation: fadein 1s normal forwards ease-in-out;
    animation-delay: 500ms;
    opacity: 1;
}

.overlay .fas {
    color: red;
}

#details_div .fas {
    color: red;
}

.table-int {
    width: 100%;
    color: black;
}

.img-main {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: red;
    border: 1px solid red;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.table-int > thead > tr > th,
.table-int > tbody > tr > th,
.table-int > tfoot > tr > th,
.table-int > thead > tr > td,
.table-int > tbody > tr > td,
.table-int > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-int th {
    width: 35%;
}

.bg-light {
    background-color: #D3D3D3!important;
}

.navbar .nav-link {
  font-size: 18px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: black;
  font-weight: bold;
}

.navbar .nav-item.active .nav-link {
    color: red;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
  font-weight: bold;
}

.navbar a {
    font-weight: bold;
}

#myCarousel .carousel-item {
  height: 450px;
}

#myCarousel .carousel-caption .display-4 {
   /*color: black;*/
   font-weight: 600;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
}

.carousel-image-1 {
  background: url('../img/image1.jpg');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/image2.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/image3.jpg');
  background-size: cover;
}

.carousel-image-4 {
  background: url('../img/image4.jpg');
  background-size: cover;
}


#info {
  position: relative;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#additions {
  position: relative;
  min-height: 400px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -400px;
  text-align: center;
  color: #fff;
}

#additions a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
    background-color: #D3D3D3!important;
    font-weight: bold;
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: #FF8C00;
}

.small-img img {
    max-height: 100px;
}

#wsites {
  background-color: lightgray;
}

.line1_small {
    font-size: small;
}

.review {
    border: solid 1px gray;
    height: 300px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
    font-size: 14px;
}

.checked {
    color: orange;
}

#main-footer {
    margin-bottom: 0px;
}

#main-footer p {
    margin-bottom: 0px;
    font-size: 18px;
}

#main-footer a {
    color: black;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    display: none;
}

.review {
    margin-bottom: 5px;
} 

.list-group-item {
    font-size: 20px;
    font-weight: 500;
    background-color: #fdfdfe;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px;
}

.main-wrapper {
    width: 100%;
    background-image: url("../img/demo_.jpg");
}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid black !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

.btn-dark {
    font-size: 30px;
}

.card img {
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid #FF8C00 !important;
}

#contact img {
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

#contact_wrapper .card {
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

.navbar {
    border-bottom: 2px solid #7aee04 !important;
}

#main-footer {
    border-top: 2px solid gray !important;
}

.price-field-stricken {
    text-decoration: line-through;
}

.regdiv {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

#wsites img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#resent_vehicles {
    border-top: 2px solid gray !important;
    background: url('../img/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    
}

#resent_vehicles .card {
    background-color: #eee;
    color: black;
}

#resent_vehicles .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

#resent_vehicles .card-header {
    min-height: 180px; 
    background-size: cover;
}

#resent_vehicles .fas {
    color: green;
}

.table-flt {
    border: 2px solid #e5e5e5;
    overflow-x: hidden;
}

.table-flt > thead > tr > th,
.table-flt > tbody > tr > th,
.table-flt > tfoot > tr > th,
.table-flt > thead > tr > td,
.table-flt > tbody > tr > td,
.table-flt > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#vehicles_div .card {
    background-color: #eee;
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

#vehicles_div .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div .card-header {
    min-height: 250px; 
    background-size: cover;
}

#vehicles_div .row {
    padding-bottom: 20px;
}

#vehicles_div td {
    padding-left: 0px;
    font-size: 14px;
    height: 33px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div table {
    margin-bottom: 0px;
}

.pending {
    border: 5px solid red !important;
    border-radius: 5px !important;
}

.text-block {
    color: red;
    font-size: 32px;
    font-weight: bold;
}

.maintxt {position: relative;}
.maintxt > img, .overlay-text {position: absolute;left: 10%}


.form-inline label {
    display: inline;
}

#credit_app_frm .row {
    margin-bottom: 10px;
}

#credit_app_frm .form-control {
    margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 120px;
}

#vert_filter_div {
    max-height: 780px;
}

#our_values .col-md-6  {
    padding-left: 40px;
    padding-right: 40px;
}

#our_values .col-lg-3 {
    padding-left: 40px;
    padding-right: 40px;
}

.control-lbl {
    font-weight: bold;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

@media(max-width: 768px) {
    #myCarousel .carousel-item {
        height: 250px;
    }
    
    #contact_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .sticky {
      position: initial;
      top: 0px;
    }
    
    #vert_filter_div {
        max-height: 450px;
    }
    
}

