@charset "UTF-8";
.navbar-nav {
    --bs-nav-link-color: #000;
}
:root, [data-bs-theme="light"] {
    --bs-link-color-rgb: 20, 63, 144;
    --bs-link-color: #143F90;
    --bs-dark-rgb: 20, 63, 144;
    --bs-navbar-hover-color: rgba(234, 46, 46, 1);
}
.nav-pills {
    --bs-nav-pills-link-active-bg: #143F90;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
}
i.bi {
    color: var(--bs-link-color);
}
.bg-dark i.bi, .bg-black  i.bi, .text-white i.bi {
    color: #fff;
}
.btn-outline-primary {
    --bs-btn-color: #143F90;
    --bs-btn-border-color: #143F90;
    --bs-btn-hover-bg: #143F90;
    --bs-btn-hover-border-color: #143F90;
    --bs-btn-active-bg: #143F90;
    --bs-btn-active-border-color: #143F90;
    --bs-btn-disabled-color: #143F90;
    --bs-btn-disabled-border-color: #143F90;
}

.btn-primary {
    --bs-btn-bg: #143F90;
    --bs-btn-border-color: #143F90;
    --bs-btn-hover-bg: #143F90;
    --bs-btn-hover-border-color: #143F90;
    --bs-btn-active-bg: #143F90;
    --bs-btn-active-border-color: #143F90;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #143F90;
    --bs-btn-disabled-border-color: #143F90;
}


.text-white a, .bg-dark a, .bg-black a {
    color: #fff;
}

.navbar-nav li {
    border-bottom: 1px solid #fff;
    background: #fff url('../images/nav_bg.png') repeat-x;
}
.dropdown-menu li {
    border-bottom: 1px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}
.navbar-nav  a:hover {
    color: #ea2e2e;
}
    h2, .h2, h3, .h3, h4, .h4 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
li, a, p, h5, h6
{
         font-family: "Open Sans", sans-serif;
        font-weight: 300; 
}
.social a:first-child {
    margin-right: 10px;
}
.social a {
    color: #fff;
    font-size: 32px;
}

.nav-pills .nav-link:not(.active) {
    border-bottom: 1px solid #143F90;
    border-radius: 0;
}
.nav-pills .nav-link:not(.active):last-child {
    border-color: transparent;
}
div#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
p.footer-menu a, p.contact  a {
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
}
p.footer-menu a:hover, p.contact  a:hover {
    color: #ccc;
} 

p.contact {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
    max-width: 90%;
    margin: auto auto 1rem;
}
.carCards img{height: 255px; width: 100%; object-fit: cover;}
.model .carCards img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.w-100px{width: 100px !important;}
img.featureC.w-100 {
    height: 180px;
    object-fit: cover;
}
.card_model_top {
    position: relative;
}
.card_model_top h5 {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    width: calc( 100% - 2rem);
    text-align: center;
    color: #fff;
    text-shadow: #000 1px 0 10px;
    bottom: 1rem;
}
img.o-cover{object-fit: cover;}
/* CSS Document */
img.img-fluid.homeNews {
    height: 200px;
}
div#news-container .content {
    height: calc( 100% - 200px );
}
ul.dropdown-menu img.menuImg {
    width: 36px;
    max-height: 25px;
}
img.menuImg {
    width: 36px;
    height: auto;
    max-height: 20px;
    object-fit: contain;
    display: inline-block;
}
.navbar-nav li a {
    line-height: 30px;
}span.mT {
    padding-left: 5px;
}
a.navbar-brand, button.navbar-toggler {
    margin-right: calc(var(--bs-gutter-x)* .5);
    margin-left: calc(var(--bs-gutter-x)* .5);
}
img.car-profile {
    margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
    img.car-profile {
    margin-bottom: auto;
}
    .h-md-100 {
    height: 100% !important;
}
    img.h-md-100 {
    object-fit: cover;
}
    img.homeNews {
    height: 180px;
    object-fit: cover;
}
.carousel-item img {
    object-fit: cover;
    object-position: right center;
}
.navbar-expand-md {
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
}
    .navbar-brand{width: 100%}
.dropdown-menu[data-bs-popper] {
    left: calc(100% - 3px);
    border-radius: 0;
    top: -3px;
    border: 1px solid #fff;
    min-width: 250px;
}
    h2 {
    font-size: 1.6em;
}
   h3, .h3 {
    font-size: 1.3rem;
}
    
    #news-container .content.bg-light{height: -moz-calc(100% - (180px));
    height: -webkit-calc(100% - (180px));
    height: calc(100% - (180px));}
 p.footer-menu a, p.contact  a {
    display: inline-block; margin-bottom: 0;
}
.cardBody {
    height: calc( 100% - (255px) );
}
    
div#carouselHero, div#carouselHero .carousel-inner, div#carouselHero .carousel-item {
    height: 100%;
}
div#carouselHero .carousel-item img {
    height: 100%;
    object-fit: cover;
}
  
img.o-md-cover{object-fit: cover;}  
    .h-md-auto{height: auto !important}
    .narrowH{max-height: 600px;}  
    .narrowH img{height: 100%;}   
    
}
img.logo {
    max-height: 50px;
}

@media (min-width: 1250px) 
{    
.col-md-9.headerRight {
    width: calc(100% - 300px);
}
.menuLeft {
    max-width: 300px;
}
}



