body {
  overflow-x: hidden;
  background-color: #eee;
  font-family: Verdana, sans-serif;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: black;
}

.bootstrap-select > .btn-light {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.overlay {
    position: absolute;
    top: 1%;
    right: 1%;
    animation: fadein 1s normal forwards ease-in-out;
    animation-delay: 500ms;
    opacity: 1;
}
  
@keyframes fadein{
    from {opacity: 0;}
    to{opacity:1;}
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}


/* Icon styling */
.icon {
    position: absolute;
    top: 1%;
    right: 1%;
}

.icon i {
    color: white;
}

.blink_me {
    animation: blinker 2s linear infinite;
}
  
@keyframes blinker {  
    50% { opacity: 0.5; }
}

.homepageHero {
    background-image: url('../img/cardoor-homepage.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.landing {
    background:#f8f6f0;
    border-radius:0px 25px 25px 0px;
    color:#fffbfc;
    padding:3.5rem 2.2rem;
    overflow:hidden;
    color:#000;
}

.landing .row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hidden{
    display:none!important
}

.bg-light {
    background-color: #D3D3D3!important;
}

#main-nav a {
    font-weight: bold;
}

.navbar {
    border-bottom: 2px solid red !important;
}

.navbar .nav-link {
  font-size: 18px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: black;
}

.navbar .nav-item.active {
    border-left: #444 3px solid;
}

.navbar .nav-item.active a {
    color: red;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: red;
}

.navbar-light .navbar-toggler {
    border: 2px solid black;
}

#myCarousel .carousel-item {
  height: 450px;
}

#myCarousel .carousel-caption {
  color: red;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 30px;
}

.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: #e5e5e5!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: red;
}


#reviews {
  background-color: lightgray;
}

#wsites {
  background-color: lightgray;
}

.review {
    border: solid 1px gray;
    height: 250px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
    font-size: 14px;
    padding-right: 20px;
}

.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 red !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;

}

.fa {
    color: red;
}

.fas {
    color: red;
}


.btn-dark {
    background-color: red;
    font-size: 30px;
}

.card img {
    border: 2px solid red !important;
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid red !important;
}

#contact img {
    border: 2px solid red !important;
    border-radius: 5px !important;
}

#contact_wrapper .card {
    border: 2px solid red !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid red !important;
    border-radius: 5px !important;
}


#main-footer {
    border-top: 2px solid red !important;
}

.price-field-stricken {
    text-decoration: line-through;
}

.regdiv {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid red !important;
    border-radius: 5px !important;
}

#wsites img {
    border: 2px solid red !important;
    border-radius: 5px !important;
}

#resent_vehicles {
    border-top: 2px solid red !important;
    background: url('../img/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    
}

#images-link .img-thumbnail {
    background-color: red;
}

.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: 180px; 
    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: 42px;
}

.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: 760px;
}

#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: 1450px;
    }
}

@media(max-width: 1250px) {
    #bid_div h4 {
        font-size: 22px;
    }

}    

@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;
    }
    
    .container {
        padding-right: 15px;
    }
    
    #trade_in_frm .form-control {
        margin-bottom: 10px;
    }

    #bid_div h4 {
        font-size: 18px;
    }

}

@media(max-width: 412px) {

    .online_description {
        margin-right: 5px;
    }
}
