/*
    VREAU MASINA
    MAIN CSS FILE

    Author: Adrian Voda
    
    COLORS:
    blue:       #cf2e2e
    dark blue:  #0693e3
    red:        #cf2e2e
    green:      #00d084
    main red:   #b40000
    
    
*/
@font-face{
    font-family:'Open Sans';src:url(fonts/'Open Sans'.eot);
    src:url(fonts/'Open Sans'.eot) format('embedded-opentype'),
        url(fonts/'Open Sans'.woff2) format('woff2'),
        url(fonts/'Open Sans'.woff) format('woff'),
        url(fonts/'Open Sans'.ttf) format('truetype'),
        url(fonts/'Open Sans'.svg#'Open Sans') format('svg')
}

@font-face{
    font-family:DaimlerCS-Regular;
    src:url(fonts/DaimlerCS-Regular.eot);
    src:url(fonts/DaimlerCS-Regular.eot#iefix) format("embedded-opentype"),
        url(fonts/DaimlerCS-Regular.svg#DaimlerCS-Regular) format("svg")
}

@font-face{
    font-family:DaimlerCS-Light;
    src:url(fonts/DaimlerCS-Light.eot);
    src:url(fonts/DaimlerCS-Light.eot#iefix) format("embedded-opentype"),
        url(fonts/DaimlerCS-Light.woff2) format("woff2"),
        url(fonts/DaimlerCS-Light.woff) format("woff"),
        url(fonts/DaimlerCS-Light.ttf) format("truetype"),
        url(fonts/DaimlerCS-Light.svg#DaimlerCS-Light) format("svg")
}

body{
    background-color: #fff; color: #1d1d1d;
    line-height: 22px; font-size: 14px; font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    background: linear-gradient(180deg,#fff 200px,#eee 450px,#fff 700px);
    overflow-x: hidden; overflow-y: auto;
}
.main-container{ width: 100%; max-width: 1600px; }
.section{
    background-repeat: no-repeat; background-size: auto 100%; background-position: right center;
    padding: 40px 0; position: relative;
    -webkit-box-shadow: 0 4px 2px -2px #333;
    -moz-box-shadow: 0 4px 2px -2px #333;
    box-shadow: 0 4px 2px -2px #333;
}

a{ color: #cf2e2e; text-decoration: none;  transition: color .25s ease-out; outline: 0!important; }
a:hover{ color: #b40000; text-decoration: none; }

.small-xs{ font-size: 40%; }
.list-inline .fas.small-xs{ margin-top: 6px; }

.fontMB{ font-family: 'Open Sans'!important; font-weight: 400!important; }
span.certified {
    position: relative; display: inline-block;
    margin-left: 6px; line-height: normal;
    font-family: 'Open Sans';
    font-weight: 400;
}
span.certified::before {
    width: 116%; left: -8%; top: -3px; height: 7px;
    border: 1px solid #fff; border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    content: ""; position: absolute;
}
span.certified::after{
    width: 116%; left: -8%; height: 7px;
    border: 1px solid #fff; border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    content: ""; position: absolute; bottom: -3px;
}
    span.certified.text-black::before, span.certified.text-black::after{ border-color: #1d1d1d; }

.title span.certified::after, .title span.certified::before{
    border-color: #1d1d1d;
}
.text-white span.certified::after, .text-white span.certified::before{
    border-color: #fff;
}

.line-after{ position: relative; box-shadow: none!important; }
.line-after::after {
    position: absolute; bottom: 0px; left: 0; width: 100%; height: 4px;
    content: ""; background: rgba(0,0,0,.1); z-index: 50;    
}

.no-after::after{ display: none!important; }
.no-before::before{ display: none!important; }

.bg-primary{ background-color: #cf2e2e!important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0089bd !important;
}
.text-primary{ color: #cf2e2e!important; }

.btn-primary{ background-color: #cf2e2e!important; transition: all .3s ease-in-out; }
.btn-primary:hover{ background-color: #0088c6!important; }

a.text-primary:focus, a.text-primary:hover{ color: #0088c6 !important; }

.bg-black{ background-color: #1d1d1d!important; }
.text-black{ color: #1d1d1d!important; }

.border-light-gray{ border-color: #f0f0f0!important; }
.border-black{ border-color: #000!important; }

.jumbotron{ background: transparent; }

.mt--15{ margin-top: -1.5rem; }

/* TOP BAR */
.topBar {
    display: block; height: 35px; margin: 0; padding: 0;
    background: hsla(0,0%,7%,.85); color: #fff; 
    margin-bottom: 0px; border-bottom: 1px solid #f0f0f0;
    font-size: 12px; font-weight: 600; text-transform: uppercase;
    position: relative;
}
.topBar:not(.adminBar)::after{
    display: block; width: 100%; height: 2px; 
    position: absolute; bottom: -3px; left: 0;
    content: ""; background: #b40000; z-index: 50;
}
.topBar .company{ display: inline-block; padding: 7px 0 0 10px; }
.topBar .company i{ margin: 0 5px; }
.topBar .links{ text-transform: none; }
.adminBar .company:hover{ background: rgba(255,255,255,.1); }
.topBar .company a{ color: #fff;}
.topBar .links a{ 
    display: inline-block; height: 34px; line-height: 35px;
    color: #fff; border-left: 1px solid hsla(0,0%,8%,.85);
    padding: 0 14px; transition: all .3s ease-in-out;
}
.topBar .links a:hover{
    background-color: #b40000; color: #fff;
}
.topBar .links a:last-child{ border-right: 1px solid hsla(0,0%,8%,.85); }
/* == END TOP BAR */

/* ADMIN BAR */
.p-admin{ padding-top: 35px; }
.adminBar{ 
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; border-color: #000; 
}
.adminBar .company{ 
    padding: 7px 14px 6px 10px;
    border-right: 1px solid rgba(255,255,255,.2);
    height: 100%; max-height: 35px;
}
.adminBar .company:first-child{ border-left: 1px solid rgba(255,255,255,.2); }
.adminBar .dropdown.show a.dropdown-toggle{ color: #fff; }
.adminBar .dropdown-menu{
    margin-left: -10px; margin-top: 8px; border-radius: 0; 
    background: #1d1d1d; padding-bottom: 0; padding-top: 0;
}
.adminBar .dropdown-menu a{
    color: #fff; background: none; padding-left: 1rem;
    font-size: 13px; font-weight: 400; 
    transition: all .2s ease-in-out;
    text-transform: none;
}
.adminBar .dropdown-menu a:hover, .adminBar .dropdown-menu a:focus{
    color: #fff; background: #3d3d3d;
}
.adminBar .dropdown-menu .dropdown-divider{ margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.adminBar .badge{ margin-top: -3px; padding: 0.35em 0.5em; }

.adminBar .links a{ border-color: rgba(255,255,255,.2)!important; color: #fff; }

/* NAVBAR */
.navigation{ position: relative; margin-bottom: 0px; }
.navigation::before{
    display: block; width: 100%; height: 1px; 
    position: absolute; bottom: -3px; left: 0;
    content: ""; background: hsla(0,0%,7%,.85); z-index: 50;
}
.navigation::after{
    display: block; width: 100%; height: 2px; 
    position: absolute; bottom: 0px; left: 0;
    content: ""; background: #b40000; z-index: 50;
}

.navbar-brand{ display: inline-block; position: relative; padding: 10px 0 0; }
.navbar-brand img{ width: auto; height: 90px; position: relative; z-index: 100; }

.navbar-wrapper{ margin-top: 5px; }
.main-menu > li > a{
    position: relative; padding: 0 .8rem!important;
    font: 600 14px 'Open sans',sans-serif; color: hsla(0,0%,7%,.85); 
    height: 45px; line-height: 45px; z-index: 600;  
    transition: all .4s ease-in-out;
}
.main-menu > li > a:hover{ color: #cf2e2e; }
.main-menu > li.show > a{ color: #cf2e2e; }
.main-menu > li > a::after{ display: none; }
.main-menu > li > a::before{
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900; font-size: 22px; content: '\f0d7';
    position: absolute; bottom: 1px; left: 50%; transform: translateX(-50%)!important;
    color: #fff; display: block; width: auto; height: 10px; opacity: 0;
    transition: opacity .3s ease-in-out;
}
.main-menu > li.show > a::before{ opacity: 1; }

.nav-item > .dropdown-menu:not(.mega-menu){
    border-radius: 0; left: 50%!important; 
    transform: translateX(-50%)!important;
    padding: 0; margin-top: 0px; overflow: hidden; z-index: 500;
    opacity: 0; display: block; height: 0;
    transition: opacity .5s ease-in-out; 
    background: #1d1d1d; min-width: 220px;
    
}
.nav-item.show > .dropdown-menu:not(.mega-menu){ opacity: 1; height: auto; margin-top: -1px; }
.nav-item > .dropdown-menu:not(.mega-menu) a.dropdown-item{
    padding: 12px 20px 10px 20px; position: relative;
    display: block; color: #fff;
}
.nav-item > .dropdown-menu:not(.mega-menu) a.dropdown-item:hover{
    background-color: #2d2d2d;
}

.nav-item > .dropdown-menu:not(.mega-menu) .dropdown-divider{ margin: 0; border-top: 1px solid rgba(255,255,255,.1); }
.nav-item > .dropdown-menu:not(.mega-menu) a.dropdown-item .badge{ margin-top: 3px; }
/* == END NAVBAR */

/* SLIDER */
.slider{ position: relative; margin-top: 3px; }
.brand_overlay{
    position: absolute; top: 0; left: -17px;
    display: block; width: 245px; height: 26px; content: "";
    background: #fff; z-index: 20;
    -ms-transform: skewX(-30deg); /* IE 9 */
    transform: skewX(-30deg);
}
.brand_overlay_line{
    position: absolute; top: 28px; left: 0px;
    display: block; width: 219px; height: 1px; content: "";
    background: #fff; z-index: 20;
}

.carousel-item img{ width: 100%; height: auto; max-height: 800px; transition: all .8s ease-in-out; opacity: 1; object-fit: cover; }
.carousel-item img.noopac{ opacity: 0; }
.carousel-bg{ 
	background: linear-gradient(160deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 5;
}
.carousel-caption{  
    top: 50%; bottom: auto; right: 0%; left: 0%;
    z-index: 10; transform: translatey(-50%);
    color: #fff; text-align: center; position: absolute;
}
    .carousel-caption.trans-white{ background: linear-gradient(160deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);  }
.carousel-caption h1{ 
    margin: 40px auto 5px; font-size: 2rem;
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    font-weight: 400; max-width: 60%;
}
.carousel-caption p{ 
    margin-bottom: 30px; font-size: 1rem;
    font-family: 'Open sans', Arial, serif; 
}
.carousel-caption p i{ display: inline-block; }

.carousel-caption h1.bg-trans, .carousel-caption p.bg-trans{ 
    background-color: rgba(0,0,0,.4); color: #fff;
    display: inline-block; margin-left: auto; margin-right: auto;
}
    .carousel-caption h1.bg-trans{ margin-bottom: 0; padding: 10px 25px; }
    .carousel-caption p.bg-trans{ margin-top: 0; padding: 10px 15px; }

.carousel-indicators{ 
    justify-content: start; margin-left: 0; margin-right: 0;
    left: 50%; right: auto; bottom: 50px;
    transform: translatex(-50%);
}
.carousel-indicators li{ width: 60px; opacity: 1; transition: all .3s ease-in-out; }
.carousel-indicators li.active{ background-color: #cf2e2e; }
/* == END SLIDER */

/* SARCH HOME */
.search_home{ 
    margin: -48px 0 0 0rem; z-index: 20; position: relative;
}
.search_home_title{
    background: #cf2e2e; color: #fff; text-transform: uppercase;
    font-family: 'Open sans',Arial,serif; font-size: 1rem;
    font-weight: 700; padding: .8rem 1rem; height: 48px;
    position: relative; 
}
.search_home_title i{ float: right; margin-top: 3px; }
.search_home_form{
    padding: 1rem; border: 1px solid rgba(52, 58, 64, .4); border-top: 0;
    background-color: #fafafa;
}
.search_home_form label{
    font-family: 'Open sans',Arial,serif; font-size: 13px;
    font-weight: 600; cursor: pointer; padding-left: 4px;
    color: #636363;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff; text-decoration: none;
    background-color: #cf2e2e;
}

/* CARS HOME */
.cars_home{ margin-right: 0rem; }

/* CUSTOM CONTROLS*/
.custom-control:not(.custom-switch) {
    padding-left: 0;
}
.custom-control a{ line-height: 19px; vertical-align: top; }
.custom-control:not(.custom-switch) .custom-control-label {
    cursor: pointer; padding-left: 1.5rem !important;
}
.custom-control:not(.custom-switch) .custom-control-label::before {
    border-radius: 0; top: 0.2rem; left: 0rem !important;
    border: 0; background: none; color: #434343;
    font: normal 14px/1 "Font Awesome 5 Free";
    font-weight: 400; font-size: 16px; content: '\f0c8';
    transition: color .2s ease-in-out; box-shadow: none !important;
}
.custom-control:not(.custom-switch) .custom-control-input:checked ~ .custom-control-label::before {
    font-weight: 900; content: '\f00c';
    background-color: transparent; color: #cf2e2e;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before{ content: ""; }

.text-white > .custom-control-label{ color: #fff; }
.text-white.custom-control:not(.custom-switch) .custom-control-label::before {
    color: #fff;
}

/* TITLES */
.lines_after{ position: relative; }
.lines_after::before, .lines_after::after{
    position: absolute; content: ""; 
    display: block; left: 0;
    height: 1px; 
}
.lines_after::before{ bottom: 0; width: 60px; background: #cf2e2e; }
.lines_after::after{ bottom: -2px; width: 40px; background: #cf2e2e; }

.bg-black .lines_after::before{ background: #cf2e2e; }

.text-center.lines_after::after,
.text-center.lines_after::before{
    left: 50%; transform: translatex(-50%);
}

.title{ 
    margin: 10px 0 20px; font-size: 2rem;
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    font-weight: 400; padding-bottom: 0.5rem;
}
.title small{
    display: block; 
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
}
.title-link{
    color: #cf2e2e; font-size: 14px;
    font-family: 'Open sans', sans-serif;
    float: right; margin-top: 12px;
}

.cars_home .title{ margin-top: 25px; margin-bottom: 29px; }
.title-links{ float: right; min-height: 30px; }
.cars_home .title-link{ margin-top: 12px; margin-right: 10px; float: none; }
.owl-item.active > .owl-item{ width: 100%; width: calc(100% - 1px); }
.cars_home .owl-item.active > .owl-item { width: 100%; width: calc(100% - 1px); }
.owl-carousel .carGrid { margin: 0 1px 30px 0; }

/* CAR GRID */
.carGrid{
    display: block; width: 100%; margin-bottom: 15px; transition: all .3s ease-in-out;
    padding: 1px; border: 1px solid #ddd; background: #fff;
}
.carGrid:hover {
    -webkit-box-shadow: 0 4px 2px -2px rgba(150, 150, 150, 0.15) -moz-box-shadow: 0 4px 2px -2px rgba(150, 150, 150, 0.15);
    box-shadow: 0 4px 2px -2px rgba(150, 150, 150, 0.15);
}

.carGrid-fade{ opacity: .9; }
.carGrid-rezervat{ 
    position: absolute; width: 100%; width: calc(100% - 34px); top: 100px; left: 2px;
    text-align: center; text-transform: uppercase;
    background-color: rgba(207, 46, 46,.5); color: #fff; opacity: 1; 
    padding: .5rem 0; margin: 0 15px; z-index: 100; font-weight: 600;
    pointer-events: none;
    -ms-transform: skew(0deg,-10deg); /* IE 9 */
    transform: skew(0deg,-10deg);
}
.carGrid-rezervat span{ display: block; transform: skew(10deg,0deg); text-shadow: 1px 1px 3px #000; }

.carGrid-img{ background-color: #fff; position: relative; width: 100%; }
.carGrid-img:after{
	display: block; position: absolute; width: 100%; height: 1px;
	left: 0; bottom: -4px; content: " ";
	background-color: #cf2e2e; border-left: 8px solid #fff; border-right: 8px solid #fff;
}
.carGrid-img img{ height: 250px; width: 100%; object-fit: cover; object-position: center center; }
.carGrid-imgbw{ filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity: .5; }

.carGrid .carGrid-imgSmall img { height: 200px; }
.cars_home .carGrid-img img{ height: 200px; }
.cars_home .carGrid-img img{ object-position: bottom center; }


.carGrid-info{
    padding: 10px; min-height: 80px;
}
.carGrid-info h2{
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    font-weight: 400; font-size: 1.1rem; color: #2d2d2d;
    margin: 6px 0;
}
.carGrid-info h2 small{ display: block; }

.carGrid-info p{
    font-size: 12px; font-weight: 400; margin: 0;
    font-family: 'Open sans', sans-serif; color: #888;
}

.carGrid-price{ text-align: center; position: relative; margin: 0 6px 6px; }
.cardGrid-priceNew{ 
    background-color: #cf2e2e; color: #fff; 
    text-decoration: none; padding: 0;
    position: relative; height: 44px;   
    font-family: 'Open Sans', 'Open sans';
    font-size: 20px; line-height: 44px; font-weight: 400;
}

/*
    .cardGrid-priceNew::before, .cardGrid-priceNew::after{
        position: absolute; content: ""; 
        display: block; left: 0;
        height: 1px; background: #fff;
    }
    .cardGrid-priceNew::before{ top: 21px; width: 10px; }
    .cardGrid-priceNew::after{ top: 23px; width: 6px; }
*/
.cardGrid-priceOld{ 
    background-color: #f0f0f0; color: #888; 
    text-decoration: line-through; padding: 0;
    position: relative; height: 44px;
    font-family: 'Open Sans', 'Open sans';
    font-size: 16px; line-height: 45px; font-weight: 300;
}
.cardGrid-priceOld::before{
    position: absolute; width: 0px; height: 0px;
    top: 0; right: -22px; content: "";
    background: #f0f0f0; display: block;
   	border-style: solid; z-index: 10;
   	border-width: 0 0 44px 44px;
   	border-color: transparent transparent #cf2e2e transparent;
}
/*
    .cardGrid-priceOld::before, .cardGrid-priceOld::after{
        position: absolute; content: ""; 
        display: block; right: 0;
        height: 1px; background: #cf2e2e;
    }
    .cardGrid-priceOld::before{ top: 21px; width: 6px; }
    .cardGrid-priceOld::after{ top: 23px; width: 10px; } 
*/

.carGrid-discount{ 
    background-color: #444; color: #fff; padding: 0; height: 32px;
}
.carGrid-discount p{
    font-size: 12px; font-weight: 600; margin: 5px 12px;
    font-family: 'Open sans', sans-serif; 
}
.carGrid-discountVal{
    background-color: #cf2e2e; color: #fff;
    margin-top: -11px; height: 42px; line-height: 42px;
    font-family: 'Open sans', sans-serif; font-weight: 700;
    font-size: 16px; text-align: center;
    position: relative;
}
.carGrid-discountVal::before{
    position: absolute; width: 30px; height: 100%;
    top: 0; left: -8px; content: "";
    background: #cf2e2e; display: block;
    transform: skewx(-20deg);
}

.carGrid-discount span.fontMB, .carGrid-discount span.certified{ font-size: 16px; margin-top: 2px; }

.carGrid-badge{
    position: absolute; top: 10px; left: 10px;
    background-color: #cf2e2e; color: #fff;
    padding: .2rem .4rem;
    text-transform: uppercase;
    font-weight: 700; font-size: 10px;
}
.carGrid-badge2{ top: 48px; }

.car-body{ color: #606060; display: block; padding: 12px 20px 8px; margin-bottom: 10px; transition: all .3s ease-in-out; }
.car-body img{ padding: 5px 10px 10px; border-bottom: 1px solid rgba(0,0,0,.1); border-right: 0; }
.car-body span{ 
    display: block; margin: 5px 0 0;
    font-size: 12px; text-transform: uppercase; 
}
.car-body:hover{ background-color: #f8f9fa; }

.overflow-hidden{ overflow: hidden; }
.blue-after{ position: relative; }
.blue-after::after{ 
    position: absolute; width: 1000px; height: 100%;
    top: 0; right: -990px; content: ""; background-color: #cf2e2e; 
}
.light-after{ position: relative; }
.light-after::after{ 
    position: absolute; width: 1000px; height: 100%;
    top: 0; right: -990px; content: ""; background-color: #f8f9fa; 
}

.promo-link{
    display: block; background-color: #fefefe; color: #1d1d1d; padding: 22px 25px;
    font: 600 18px 'Open Sans',sans-serif; 
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s ease-in-out;
}
.promo-link span:not(.certified){ 
    display: block; font-size: 14px; margin-top: 4px;
    font-family: 'Open Sans',sans-serif; font-weight: 400;
}
.promo-link:hover{ background-color: #f0f0f0; color: #1d1d1d; }
.promo-links .promo-link:last-child{ border-bottom: 0; }

.promo-links-car .promo-link {
  font-size: 18px;
  height: 90px;
}
.promo-links-car .promo-link i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translatey(-50%);
}
.promo-links-car .promo-link span:not(.certified){
  font-size: 13px;
}
.promo-links-car .promo-link p {
  margin-bottom: 0;
  margin-top: 12px;
}

.certified-bg{
    background: url(../images/Automotive-solution-scaled-1.jpeg) left center no-repeat;
    background-repeat: no-repeat, no-repeat;
    background-size: 50% auto;
    background-position: 0% 50%, right top;  
}
.exdemo-bg{
    background: url(../images/showroom.jpg) right center no-repeat;
    background-repeat: no-repeat, no-repeat;
    background-size: 50% auto;
    background-position: right 40%, right top;  
}


/* ARTICOLE */
.news-item{
    float: left; width: 25%; cursor: pointer;
    position: relative; overflow: hidden;
    padding: 0 .5rem;
}
    ul .news-item:first-child{ padding-left: 0; }
    ul .news-item:last-child{ padding-right: 0; }
    
    .news-item.w50{ width: 50%; }
    .news-item.w33{ width: 33.333333%; }
.news-wrapper{
    position: relative; display: block; height: 0; padding: 0;
    padding-bottom: 56%; overflow: hidden;
}
.news-responsive-item{
    position: absolute; 
    top: 0; left: 0; bottom: 0;
    height: 100%; width: 100%;
}
.news-img-wrapper{
    position: relative; max-height: 100%;
    width: 100%; height: 100%;
}
.news-img-wrapper .news-img{
    width: 100%; height: 100%; color: #000;
    display: block; object-fit: cover;
}
.news-img-overlay{
    display: block; position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; z-index: 11;
    background-color: rgba(0,0,0,.2);
    transition: background-color .3s ease-in-out;
}
    .news-item:hover .news-img-overlay{ background-color: transparent; }
    
.news-body{
    position: absolute; left: 0; bottom: 0;
    width: 100%; height: 75px;
    cursor: pointer; background: rgba(0,0,0,.5);
    transition: height .5s, background 1.5s;
    overflow: hidden; z-index: 15;
    padding: 13px 22px 13px 22px;
}
    .news-item:hover .news-body{ height: 140px; background: rgba(0,0,0,.7); }
    .news-item.w50:hover .news-body{ height: 140px; }

.news-body h3{
    margin: 0; padding: 0; border: 0; color: #fff; width: 100%;
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    font-weight: 400; font-size: 22px; line-height: 24px;
    transition: height .5s; height: 24px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
    .news-item:hover .news-body h3{ white-space: normal; height: 48px; }
    
.news-body p.lead{
    font-weight: 400; font-size: 16px; display: block;
    font-family: 'Open sans', sans-serif;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    color: #fff; margin: 6px 0 15px;
}
    .news-item:hover .news-body p.lead{ height: 44px; white-space: normal; margin-bottom: 5px; }
    .news-item:hover .news-body p.lead.nowrap{ white-space: normal; height: 44px; }
.news-body p:not(.lead){
    margin: 4px 0 0px; opacity: 0;
    color: #ccc; line-height: 18px; font-size: 13px;
    transition: opacity .5s ease-out;
    transition-delay: .3s; margin: 4px 0 0;
}
    .news-item:hover .news-body p { opacity: 1; }


/* FORMS */
.form-control::-webkit-input-placeholder {
  color: #d7d8dc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #d7d8dc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #d7d8dc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #d7d8dc;
  opacity: 1;
}

.form-control::placeholder {
  color: #d7d8dc;
  opacity: 1;
}

.contact_form label{ 
    font: 400 14px 'Open sans',sans-serif; color: #333;
    padding-left: 4px; color: rgba(0, 0, 0, 0.5);
}

.contact_form input, .contact_form .custom-select{ 
    border-radius: 0; font-size: .9rem; line-height: 38px; 
    padding: 0rem 0.75rem; height: 38px;
    box-shadow: none;  color: rgba(0, 0, 0, 0.5);
}
.contact_form textarea{ 
    border-radius: 0; font-size: .9rem; line-height: 38px; 
    padding: 0rem 0.75rem; height: 130px;
    box-shadow: none;  color: rgba(0, 0, 0, 0.5);
}

.contact_form input:focus, .contact_form .custom-select:focus,
.contact_form input:hover, .contact_form .custom-select:hover{
    box-shadow: 0 0 0 0.1rem rgba(150, 150, 150, 0.15);
    border-color: #aaa;
}

.contact_form textarea:focus, .contact_form textarea:hover{
    box-shadow: 0 0 0 0.1rem rgba(150, 150, 150, 0.15);
    border-color: #aaa;
}
.contact_form .custom-control-label{ cursor: pointer; }
.contact_form .custom-control-label::before{
    border-radius: 0; top: 0.07rem; left: -1.2rem; border: 0; 
    background: none; color: #434343; 
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 400; font-size: 16px; content: '\f0c8';
    transition: color .2s ease-in-out; 
    box-shadow: none!important;
}
.contact_form .custom-control:not(.custom-switch) .custom-control-label::before { top: 2px; }
.contact_form .custom-control-input:checked ~ .custom-control-label::before{
    font-weight: 900; content: '\f00c'; background-color: transparent; color: #cf2e2e;
}
.contact_form .custom-control-label::after{ 
    display: none!important;
}
.contact_form .btn{
    background-color: #cf2e2e; color: #fff;
    font: 600 14px 'Open sans',sans-serif; text-align: left;
    border-color: #cf2e2e; box-shadow: none!important;
    padding: .85rem 1rem; transition: all .2s ease-in-out;
}
.contact_form .btn:hover{
    background-color: #b40000;
}

.footer{ background-color: #f8f9fa; font-size: 13px; }
.footer_top{ background-color: #e9ecef;  }
.footer hr{ border-top: 1px solid rgba(0, 0, 0, 0.1); margin-left: -4px; margin-right: -4px; margin-top: 1.5rem; }
.footer_logo{ 
    display: inline-block; width: 150px; height: 55px;
    background: url(../images/logo-sp.png) 0 2px no-repeat;
    background-size: contain; 
}
.footer p.lead{
    font-size: 22px; font-weight: 400;
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    padding: 0rem 0 1rem; position: relative; margin-bottom: .5rem; 
}
.footer p.lead::after{
    display: block; width: 20px; height: 1px; margin: 0 auto;
    position: relative; left: 0px; margin: .6rem 0;
    content: ""; transition: all .4s ease-in-out;
    background-color: #cf2e2e; 
}
.footer p.lead::after, .footer p.lead::before{
    position: absolute; content: ""; 
    display: block; left: 0;
    height: 1px; background: #cf2e2e;
}
.footer p.lead::before{ bottom: 6px; width: 20px; }
.footer p.lead::after{ bottom: -1px; width: 30px; }

.footer a{ color: #1d1d1d; }
.footer a:hover{ color: #cf2e2e; }
.footer label{ font-family: 'Open sans', sans-serif; font-size: .8rem; padding: 8px 10px 0 0; }
.footer .input-group{ margin-top: 10px; }
.footer .form-control{ 
    border-color: #f8f9fa; box-shadow: none!important; color: #434343;
    background-color: #f8f9fa ; font-size: 13px; height: 38px; line-height: 38px; 
}
.footer .btn{ font-size: 13px;  padding: 0.395rem 0.75rem; }
.footer .form-control::-webkit-input-placeholder { color: #c3c3c3; opacity: 1; }
.footer .form-control::-moz-placeholder { color: #c3c3c3; opacity: 1; }
.footer .form-control:-ms-input-placeholder { color: #c3c3c3; opacity: 1; }
.footer .form-control::-ms-input-placeholder { color: #c3c3c3; opacity: 1; }
.footer .form-control::placeholder { color: #c3c3c3; opacity: 1; }

.footer .table th, .footer .table td{ padding: .25rem .5rem; font-size: 110%!important; }

.alert{
    border: 0; border-radius: 0; padding: 0;
    overflow: hidden; margin-top: 0px;
}
.alert.no-top-margin{ margin-top: 0; }

.alert .alert-icon{
    width: 80px; text-align: center;
    padding: 1.1em 0; font-size: 20px;
    display: table-cell; vertical-align: middle;
}
.alert .alert-text{
    padding: 1em 1.5em; font-size: 12px; color: #000;
    text-align: left; font-family: 'PT Sans', sans-serif;
}
    .alert .alert-text p{ margin-bottom: 0; }
    .alert .alert-text strong{ display: block; }

.alert-danger{
    background-color: #ffe3e3;
}
.alert-danger .alert-icon{
    background-color:#ff8787; color: #f03e3e;
}
.alert-warning .alert-icon{
    background-color: #ffe066; color: #fab005;
}
.alert-info{
    background-color: #e8f7ff;
}
.alert-info .alert-icon{
    background-color: #72c3fc; color: #228ae6;
}
.alert-success{
    background-color: #ebfbee;
}
.alert-success .alert-icon{
    background-color: #8ce99a; color: #12b886;
}

.carDetails-title{
    font-size: 2.5rem; font-weight: 400;
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    color: #434343; margin: 0 0 0 0; 
}
.carDetails-title small{
    display: block; color: #838383; margin-top: 1rem;
    font: 400 14px 'Open sans',sans-serif;
}
.carDetails-title small.big{
    display: block; color: #cf2e2e; margin-top: .6rem;
    font: 400 20px 'Open Sans',sans-serif;
}
.carDetails-title .badge{
    text-transform: uppercase; font-size: 11px;
    padding-left: 0; padding-right: 10px; margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0;
    padding: 0 10px 0 0; height: 17px; line-height: 16px;
}
.carDetails-title .badge:last-child{ border-right: 0; }
.carDetails-price{
    background-color: #cf2e2e; padding: .8rem 1rem;
    text-align: center; margin: 0; color: #fff;
    font-size: 30px; font-weight: 300;
    font-family: 'Open Sans', 'Open sans';
    text-shadow: 1px 1px 3px #333;
}
.carDetails-price span{
    color: #efefef; margin-top: .6rem; float: left; padding-left: 6px;
    font: 400 14px 'Open sans',sans-serif;
}
.carDetails-priceOld{
    background-color: transparent; padding: .8rem 1rem;
    text-align: center; margin: 0; color: #6c757d;
    font-size: 30px; font-weight: 300;
    font-family: 'Open Sans', 'Open sans';
    text-shadow: 1px 1px 3px #ddd;
}
.carDetails hr{ margin-left: 0px; }
.carDetails-badges{ margin-left: 0px; }
.carDetails-badges .badge{ text-transform: uppercase; margin-right: .2rem; padding: 0 15px; height: 34px; line-height: 34px; border-radius: 0; font-size: 11px; }
.carDetails .btn-white{
    font: 600 11px 'Open Sans',sans-serif; margin: 0 0 0 5px;
    transition: all .3s ease; border-radius: 0px; height: 34px;
    padding: 0px 15px; background: #fff; line-height: 33px;
    border: 1px solid #ddd; color: #535353;
    box-shadow: none; text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.carDetails .btn-white:hover{ background-color: #b40000; color: #fff; border-color: #b40000; }
.carDetails .btn-white i{
    font-size: 12px; padding: 0px;
    margin: 0px 0 0 10px;
}
.carDetails .btn-white.btn-secondary{
    color: #fff; background-color: #b40000; border-color: #b40000;
}
.carDetails .btn-white.btn-secondary:hover {
    color: #fff; background-color: #b40000!important; border-color: #b40000;
}
.carDetails-subtitle, .carDetails-info{ }
.carDetails-contact{ background-color: #343a40;  }
.carDetails-dealer{ }
.carDetails-dealer .carDetails-subtitle{ padding-left: 0; }
.carDetails-dealer .carDetails-subtitle small{ color: #ddd; font-family: 'Open sans', sans-serif; font-size: 13px; }
.carDetails-dealer .carDetails-dealerLinks a{ 
    display: inline-block; text-align: center;
    padding: .9rem 1.3rem; position: relative; 
    background-color: #cf2e2e; color: #fff; 
    border-bottom: 1px solid #242a20; 
    transition: all .3s ease-in-out;
}
.carDetails-dealer .carDetails-dealerLinks a:last-child{ border-bottom: 1px solid #242a20; }
.carDetails-dealer .carDetails-dealerLinks a:hover{ background-color: #b40000; }
.carDetails-dealerCons{ 
    margin-left: -26px; padding-left: 46px; padding-top: 13px; 
    background-color: #141a10; border-bottom: 1px solid #242a20; 
}
.carDetails-dealerCons .carDetails-subtitle{ 
    font: 600 16px 'Open Sans',sans-serif;
    margin-bottom: 25px; 
}
    .carDetails-dealerCons .carDetails-subtitle.carDetails-subtitleCons{ 
        font: 600 13px 'Open Sans',sans-serif;
        line-height: 1.5; 
    }
.carDetails-dealerCons .carDetails-subtitle::after{ margin-bottom: 8px; }
.carDetails form .btn{ padding: .45rem 1rem; height: 39px; }

.carDetails .btn-white.btn-primary{ border-color: #b40000; }

.carDetails .table th, .carDetails .table td{ padding: 0.5rem 0.75rem; }

.breadcrumb{ background-color: transparent; font-size: 12px; padding: 0rem 1rem 0.75rem 10px; }
.breadcrumb-item a{ color: #ddd; }
.breadcrumb-item a:hover{ color: #fafafa; }
/*.breadcrumb-item.active a{ color: #aaa; }*/

.sticky{
    position: fixed; top: 0; z-index: 1000; 
    width: 100%; display: none;
    background-color: #fafafa;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.3); 
}
.p-admin .sticky{ top: 35px; }

.articol_img img{ width: 100%; max-height: 350px; object-fit: cover; }

.articol h1, .articol h2, .articol h3,
.articol h4, .articol h5, .articol h6{
    font-family: 'Open Sans',Times New Roman,Arial,serif; color: #434343;
    margin-bottom: 1.5rem; font-weight: 400;
}
.articol h1{ font-size: 36px; font-weight: 400; }
.articol h2{ font-size: 32px; position: relative; line-height: 1.4; padding-bottom: .5rem; }
.articol h2::before, .articol h2::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    height: 1px;
    background: #cf2e2e; 
}
.articol h2::before { bottom: 0; width: 60px; }
.articol h2::after { bottom: -2px; width: 40px; background: #  }

.articol h2.text-center::after{  }
.articol .title-lg{
    font-size: 36px; margin-bottom: 0;
}
.articol h3{ font-size: 28px; }
.articol h4{ font-size: 24px; }
.articol h5{ font-size: 20px; }
.articol h6{ font-size: 18px; }

.articol h1 small, .articol h2 small, .articol h3 small,
.articol h4 small, .articol h5 small, .articol h6 small{
    font-family: 'Open sans',sans-serif; font-size: 60%; font-weight: 600;
    color: #636363; display: block; 
}

.articol p{
    font: 400 14px 'Open sans',sans-serif;
    color: #434343; line-height: 1.5; text-align: justify;
}
.articol p.lead{ font-size: 16px; font-weight: 600; }

 .articol li{
    font: 400 14px 'Open sans',sans-serif;
    color: #434343; line-height: 1.65; text-align: justify;
}
.articol .fa-ul li{ position: relative; }
.articol .fa-ul li em{ position: absolute; top: calc(50% - 7px); margin-top: 0!important; }

.articol .img-fullscreen{ width: 100%; height: auto; object-fit: cover; }
.articol hr{ border-color: rgba(0,0,0,.1); }

.articol .text-white *{ color: #fff; }

/* MAIN SEARCH */
.section_search{ 
    position: relative;   
}
.section_search a{ color: #838383; }
.section_search a:hover{ color: #cf2e2e; }
.section_search a.btn{
    background-color: #cf2e2e; color: #fff;
    font: 600 14px 'Open Sans',sans-serif; text-align: left;
    border-color: #b40000; box-shadow: none!important;
}
.section_search a.btn:hover{
    background-color: #b40000!important;
}
.section_search a.btn i{ float: right; margin-top: 3px; }
.section_search a.btn.btn-secondary{
    color: #fff; background-color: #5d5d5d; border-color: #1d1d1d;
}
.section_search a.btn.btn-secondary:hover{ background-color: #2d2d2d; }

.section_search_wrapper{
    background-color: #fafafa;
    padding: 1.5rem 2rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
}
.section_search form h2::before{
    display: inline-block; content: "\f002"; 
    position: absolute; top: -10px; right: -16px;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-style: normal; font-variant: normal; font-size: 110px;
    text-rendering: auto; line-height: 1; color: #f4f4f4;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 
    -webkit-transform: scaleX(-1); transform: scaleX(-1);
}
.section_search form h2{
    font: 400 36px 'Open Sans',sans-serif; color: #333;
    position: relative; padding-bottom: 5px;
}
.section_search form h2::after{
    display: block; width: 40px; height: 2px; margin: 0 auto;
    position: absolute; left: 2px; bottom: 0px;
    content: ""; transition: all .4s ease-in-out;
    background-color: #cf2e2e;
}
.section_search form .form-group{ position: relative; }
.section_search form label{ 
    font: 400 14px 'Open Sans',sans-serif; color: #333;
    padding-left: 4px;
}

.section_search form input, .section_search form .custom-select{ border-radius: 0; font-size: .9rem; line-height: 38px; padding: 0rem 0.75rem; height: 38px; }

.section_search form input:focus, .section_search form .custom-select:focus,
.section_search form input:hover, .section_search form .custom-select:hover{
    box-shadow: 0 0 0 0.1rem rgba(150, 150, 150, 0.15);
    border-color: #aaa;
}
.section_search .custom-control:not(.custom-switch) .custom-control-label{ cursor: pointer; }
.section_search .custom-control:not(.custom-switch) .custom-control-label::before{
    border-radius: 0; top: 0.06rem; left: -1.2rem; border: 0; 
    background: none; color: #434343; 
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 400; font-size: 16px; content: '\f0c8';
    transition: color .2s ease-in-out; 
    box-shadow: none!important;
}
.section_search .custom-control:not(.custom-switch) .custom-control-input:checked ~ .custom-control-label::before{
    font-weight: 900; content: '\f00c'; background-color: transparent; color: #cf2e2e;
}
.section_search .custom-control:not(.custom-switch) .custom-control-label::after{ 
    display: none!important;
}

.custom-switch .custom-control-label{ cursor: pointer; }
.custom-switch .custom-control-label::before{
    top: 1px; box-shadow: none!important;
}
.custom-switch .custom-control-label::after{
    top: calc(1px + 2px);
}


.pagination-md .page-link{
    padding: 0.5rem 1rem!important;
    font-size: 1rem;
    line-height: 1.2;
}

.car_descriere dl dt, .car_descriere dl dd {
    margin-bottom: 0; padding: 5px 5px;
    border-bottom: 1px solid #ddd;
}
.car_descriere dt {
    font-size: 12px; font-weight: normal;
}
.car_descriere dl dd {
    text-align: right;
}
.car_descriere dl dt:last-of-type, .car_descriere dl dd:last-child {
    border-bottom: 0;
}
.car_descriere h4{
    font: 600 16px 'Open Sans',sans-serif;
    padding: 0; margin-bottom: 20px;
    margin-top: 0;
}
.car_descriere h4 small{
    display: block;
}

.modal-img .modal-dialog{
    max-width: 90%; height: 100%; 
    margin: 0 auto; padding: 0; text-align: center;
}
.modal-img .modal-dialog .modal-content{ 
    background: transparent; border: 0; height: 100%; 
}
.modal-img .modal-dialog .modal-content .modal-body{
    max-height: 90%; padding: 0; margin: auto auto;
    width: 90%; 
}
.modal-img .close{
    position: absolute; top: 20px; right: 20px; 
    font-size: 50px; z-index: 200; color: #fff; text-shadow: 0 1px 0 #000;
}

.modal-open .modal{ z-index: 15000; }

.serviciiImg{ max-width: 100%; height: 100%; object-fit: cover; }

.grecaptcha-badge{ z-index: 1000; }

.despre-wrapper{ position: relative; }
.despre-logo{ 
    height: 50px; width: auto; position: relative; z-index: 200;
    border-left: 8px solid #1d1d1d; border-right: 8px solid #1d1d1d;
}
.despre-line{
    position: absolute; top: 32px; left: 0; z-index: 100; 
    width: 100%; height: 1px; background: #fff;
}
.despre-parteneri{
    margin-top: 4px; 
    background-color: #1d1d1d; z-index: 200;
}
.despre-parteneri img{
    height: 70px; width: auto; margin: 0 10px ; 
}
.despre-moto{ 
    font-family: 'Open Sans',Times New Roman,Arial,serif;
    font-size: 2rem; font-weight: 400; color: #fff;
    line-height: 1.5; text-align: center;
}
.despre-wrapper h2.text-center::after{ margin: 0px auto; bottom: -3px!important; }

.bg-full{ margin-top: -3rem; position: relative; }
.bg-full::before{
    position: absolute; width: 100vw; height: 100%;
    top: 0; left: 50%; transform: translatex(-50%);
    background-color: #1d1d1d; content: "";
}
.img-fullh{ height: 100%; width: auto; object-fit: cover; }

.modal-backdrop.show{ opacity: 0.8; }
.popupClose{ 
    position: absolute; top: 30px; right: 30px;
    color: #fff; text-decoration: none;
    font-size: 48px; 
}
.counter{ position: relative; }
.counter img{ max-width: 100%; }
.counterTime{ 
    position: absolute; top: 36%; width: 100%;
    text-align: center; color: #fff;
    font-size: 30px; line-height: 1;
}

.carDetails .fbLink{ color: #3b5998; font-size: 12px; }
.carDetails .fbLink:hover{ background-color: #3b5998!important; color: #fff; }

@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {
  
}

@media (max-width: 768px) {
    body{ background: #fff; }
    .counterTime{ font-size: 22px; }
    .grecaptcha-badge{ display: none!important; }
    .mt--15{ margin-top: -0rem; }
    
    .p-admin{ padding-top: 0; }
    .adminBar{ display: none; }
    .topBar{ margin-bottom: 0px; border-top: 1px solid #f0f0f0; }
    
    .navbar-toggler{ margin-top: 2px; }
    .navbar-brand::before{ bottom: auto; top: 50px; }
	.navigation{ margin-bottom: 2px; }    
    .navigation::after { bottom: -1px; top: auto; }
    .navbar-collapse{ margin-bottom: -15px; }
    .navbar-wrapper{ background-color: #fff; z-index: 500; position: relative; margin-top: 5px; border-bottom: 1px solid #ddd; }
    .main-menu > li > a::before{
        bottom: auto; top: 50%; left: auto; right: 20px; height: auto; transform: none!important; transform: translatey(-50%)!important; color: #1d1d1d; 
    }
    .main-menu > li.dropdown > a::before{ opacity: 1; }
    .main-menu > li.dropdown.show > a::before{ color: #cf2e2e; }
    
    .nav-item > .dropdown-menu:not(.mega-menu){
        transform: none!important; background: #fff; border: 0;
        margin-left: 12px; border-left: 1px solid #efefef;
    }
    .nav-item > .dropdown-menu:not(.mega-menu) a.dropdown-item{
        color: #1d1d1d;
    }
    
    .slider{ margin-top: 0; }
    .brand_overlay{ transform: none; left: 0; width: 100%; height: 15px; }
    .brand_overlay_line{ width: 100%; top: 17px; }
    .carousel-item img{ width: 100%; height: auto; max-height: 160px; object-fit: cover; }
    .carousel-caption{ position: relative; background: #1d1d1d; text-align: left; padding: 15px 15px; top: auto; transform: none; }
    .carousel-caption h1{ margin-top: 0; margin-bottom: 0; font-size: 1.2rem; max-width: 100%; }
    .carousel-caption p{ margin-bottom: 0px; margin-top: 5px; font-size: .85rem; }
    .carousel-caption .btn{ display: none; }
    .carousel-indicators{ display: none; }
    
    .cars_home { margin-left: 0rem; }
    
    .title{ font-size: 2rem; }
    .title-links{ float: none; margin: 7px 0; min-height: 34px; }
    .cars_home .title-link, .title-link{ margin-top: 0; }
    .search_home{ margin-top: 20px; margin-right: 0; }
    
    .certified-bg{ background-size: 100% auto; background-position: top center; }
    .certified-bg .row > .col-12:first-child{ min-height: 200px; }
    
    .exdemo-bg{ background-size: 100% auto; background-position: top center; }
    .exdemo-bg .row > .col-12:last-child{ min-height: 200px; }
    
    .news-item.w33{ width: 100%; }
    
    .carDetails-title{ font-size: 1.7rem; }
    .sticky{ display: none!important; }
    
    .topBar .container{ padding-left: 0; padding-right: 0; }
    .news-body{ padding: 13px 12px 13px 12px; } 
}

@media (max-width: 576px) {
  
}

.sideMenu{
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 1001;
}
.sideMenu ul{
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    width: 50px;
    background: #222;
    list-style: none;
}
.sideMenu ul li{
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    height: 44px;
}
.sideMenu ul li a{
    text-align: center; color: #fff;
    width: 50px; height: 46px; 
    position: relative; padding: 10px 0;
}
.sideMenu ul li:first-child a{ padding-top: 11px; }
.sideMenu ul li:last-child a{ padding-top: 9px; }

.sideMenu ul li a i{ font-size: 1.5rem; }
.sideMenu ul li a:hover{ background-color: rgba(255,255,255,.1)}

.mh-160{ min-height: 180px; }
.mh-80{ min-height: 90px; }

@media (max-width: 768px) {
    .sideMenu{
      display: none!important;
    }
    
    .mh-160{ min-height: 0px; }
}

.card-img-100{ 
    width: auto; margin: 0 auto; max-width: 100%;
    padding: 5px 0 10px; background: #fff; 
}