@font-face {
    font-family: 'Montserrat-Black';
    src: url('/css/fonts/Montserrat-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/css/fonts/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Boldcond';
    src: url('/css/fonts/Myriadpro-Boldcond.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('/css/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('/css/fonts/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/css/fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/css/fonts/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Semibold';
    src: url('/css/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat-Cond';
    src: url('/css/fonts/Myriadpro-CondensedLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
a:hover {
    color: #f4bb44;
    text-decoration: none !important;
}

.padding-0{
    padding: 0px;
}
.padding-5{
    padding: 5px;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-20{
    padding: 20px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-25{
    padding: 25px;
}
.padding-30{
    padding: 30px;
}
.padding-35{
    padding: 35px;
}
.padding-40{
    padding: 40px;
}
.padding-top-40{
    padding-top: 40px;
}
.padding-top-70{
    padding-top: 70px;
}
.padding-right-40{
    padding-right: 40px;
}
.padding-top-5{
    padding-top: 5px;
}
.margin-top-15px{
    margin-top: 15px;
}
.display-none-1024{
    display: block;
}
.margin-auto{
    margin: auto;
}
.margin-zero{
    margin: 0;
}
.margin-top-9px{
    margin-top: 9px;
}
.margin-5px{
    margin: 5px;
}
.text-align-center{
    text-align: center;
}
.text-align-center-mob{
    text-align: center;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #570091;
}
.navbar-nav > li > a {
    padding-top: 0px; 
    padding-bottom: 0px; 
}
.horizontal-style {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
}
.headerMenuHolder  {
    padding-left: 100px;
    padding-right: 125px;
}
.bold{
    font-weight: bold;
}
.lila{
    color:#f4bb44 !important;
}
.horizontal-style li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    height: 30px;
}
/* header start */
.menu-link{
    transition: .3s ease-in-out;
    margin-top:5px;
    margin-bottom: 5px;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium' !important;
    font-size: 18px;
}
.menu-link-special{
    transition: .3s ease-in-out;
    margin-top:5px;
    margin-bottom: 5px;
    color: #f4bb44 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Light' !important;
    font-size: 16px;
}
.menu-link:hover{
    color: #f4bb44 !important;
}
.menu-link:hover .tkm-hr-hidden {
    opacity: 100;
    width: 50%;
    position: relative;
    top: -16px;
    border-top: 6px solid #f4bb44;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.header-info-link{
    transition: .3s ease-in-out;
    color: #6f6f6f;
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
}
.header-info-link:hover{
    color: #f4bb44;
    text-decoration: none;
}
.header-lang-link{
    transition: .3s ease-in-out;
    color: #ffffff;
    font-family: 'Montserrat-Light' !important;
    font-size: 12px;    
    margin-top: 10px;
}
.header-lang-link:hover{
    color: #f4bb44;
    text-decoration: none;
}
.header-info-link-2{
    transition: .3s ease-in-out;
    color: #ffffff;
    font-family: 'Montserrat-Semibold' !important;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 25px;
}
.header-info-link-2:hover{
    color: #ffffff;
    text-decoration: none;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.display-none-1024{
    display: block;
}
.display-none-desktop{
    display: none;
}
.sidbarbutton{
    display: none;
    font-size:30px;
    cursor:pointer;
    color:#f4bb44;
}
#mySidenav{
    display: none;
    background-color: #ffffff;
}
.no-list{
    list-style: none;
    padding: 0;
    line-height: 2.5;
    text-transform: uppercase;
}
.no-list:hover {
    color: #f4bb44;
}
.padding-left-zero{
    padding-left: 0px;
}
.list-style-no{
    list-style: none;
}
.hambi-logo {
    width: 200px;
    margin: auto;
    padding-top: 20px;
    padding-right: 20px;
}
.sideBarLogoHolder {
    float: left;
}
.sideBarLogo {
    height: 50px;
    margin: auto;
    padding-top: 5px;
    display: none;
}
.nav > li > a {
    padding: 5px 1px !important;
}
.headerExtraHolder {
    padding-top: 7px;
    display: flex;
}
.headerExtraHolderMobil {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* header stop */
/*Footer*/
.footer-bck{
    background: url(/images/footer_background.jpg);
    background-size: cover;
    margin-top: 40px;
}
.white-line{
    height: 1px;
    background-color: white;
}
.white-color {
    color: #ffffff !important;
}
.display-inline{
    display: inline;
}
#newsletter_newsletter_name{
    display: block;
    width: 70%;
    margin: auto;
    color: #404040 !important;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    transition: .3s ease-in-out;
    background-color: transparent;
    font-size: 14px;
}
#newsletter_newsletter_name::placeholder {
    color: #404040 !important;
}
#newsletter_newsletter_name:hover{
    border: 1px solid #f4bb44;
}
#newsletter_newsletter_name:focus{
    border: 1px solid #f4bb44;
    outline: none;
}
#newsletter_newsletter_email{
    display: block;
    width: 70%;
    margin: auto;
    color: #404040 !important;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    transition: .3s ease-in-out;
    background-color: transparent;
    font-size: 14px;
}
#newsletter_newsletter_email:hover{
    border: 1px solid #f4bb44;
}
#newsletter_newsletter_email:focus{
    border: 1px solid #f4bb44;
    outline: none;
}
#newsletter_newsletter_email::placeholder {
    color: #404040 !important;
}

#newsletter_newsletter_button_save {
    border: 1px #f4bb44;
    background: #f4bb44;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    text-decoration: none;
    width: 40%;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-family: 'Montserrat-Regular' !important;
    transition: .3s ease-in-out;
    border-radius: 10px;
    margin-top: 10px;
}
#newsletter_newsletter_button_save:hover{
    background: #000000;
    color: white;
}
.g-recaptcha {
    transform: scale(0.7);
}
.no-padding{
    padding: 0;
}
.margin-top-20px{
    margin-top: 30px;
}
.margin-top-40px{
    margin-top: 40px;
}
.margin-top-80px{
    margin-top: 80px;
}
.g-recaptcha div{
    margin:auto !important;
}
.margin-top-bottom-30px{
    margin-top:40px;
    margin-bottom: 40px;
}

.margin-top-bottom-15px{
    margin-top:15px;
    margin-bottom: 15px;
}
.display-block-1024{
    display: none;
}
.display-none-1024{
    display: block;
}
.margin-top-50px{
    margin-top: 50px;
}

.no-link{
    color:black;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Montserrat-Light' !important;
}
.no-link:hover{
    color:#f4bb44;
    text-decoration: none;
}
.no-link-white{
    color: #404040;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Montserrat-Regular' !important;
}
.no-link-white:hover{
    color:#f4bb44;
    text-decoration: none;
}
.required{
    font-weight: normal !important;
    color: #404040;
}
.text-red{
    color: red;
}
/******************************************* START Slider Section *****************************************/
.align-text-for-slider{
    margin: auto;
}
.botton-vezi{
    border: 2px rgba(242,205,26,1);
    background: rgba(242,205,26,1);
    background: -moz-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,205,26,1)), color-stop(100%, rgba(135,113,9,1)));
    background: -webkit-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -o-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -ms-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: linear-gradient(to right, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    color: white;
    text-decoration: none;
    width: 150px;
    line-height: 20px;
    text-align: center !important;
    border-radius: 0px;
    font-weight: bold;
    border: 1px solid #f4bb44;
    text-transform: uppercase;

}
.botton-vezi:hover{
    background: white;
    border-radius: 0px;
    color: #f4bb44;
    background: white;
    border: 1px solid #f4bb44;
    text-decoration: none;
    font-size: 14px;

}
.home-menu-text{
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Montserrat-Regular';
    padding-top: 40px;
    padding-bottom: 40px;
    
    color: #000000;
}
.home-menu-text-inverse{
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Montserrat-Regular';
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    
}
.home-main-text {
    font-size: 16px;
    font-family: 'Montserrat-Light';
    padding-bottom: 20px;
    color: #000000;
    
    text-align: center;
}
.botton-vezi2{
    border: 2px solid rgba(242,205,26,1);
    background: rgba(242,205,26,1);
    background: -moz-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,205,26,1)), color-stop(100%, rgba(135,113,9,1)));
    background: -webkit-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -o-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: -ms-linear-gradient(left, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    background: linear-gradient(to right, rgba(242,205,26,1) 0%, rgba(135,113,9,1) 100%);
    color: white;
    text-decoration: none;
    width: 150px;
    line-height: 20px;
    text-align: center !important;
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;

}
.botton-vezi2:hover{
    background: #f4bb44;
    border-radius: 0px;
    color: white;
    line-height: 18px;
    background: white;
    border: 1px solid #f4bb44;
    text-decoration: none;
    font-size: 14px;
}
.botton-vezi2 a{
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
}
.botton-vezi2:hover a{
    color: #f4bb44;
}
.first-panel{
    background: -moz-linear-gradient(left, rgba(2,131,195,1) 0%, rgba(89,187,130,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,131,195,1)), color-stop(100%, rgba(89,187,130,1)));
    background: -webkit-linear-gradient(left, rgba(2,131,195,1) 0%, rgba(89,187,130,1) 100%);
    background: -o-linear-gradient(left, rgba(2,131,195,1) 0%, rgba(89,187,130,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,131,195,1) 0%, rgba(89,187,130,1) 100%);
    background: linear-gradient(to right, rgba(2,131,195,1) 0%, rgba(89,187,130,1) 100%);
    color:white;
}

.text-align-center{
    text-align: center;
}
.alignHeaderForHome{
    z-index: 99999;
    overflow: hidden;
    padding: 25px 0px;
    width: 1200px;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.align-slider-text{
    position: absolute;
    top: 50%;
    width: 400px;
    min-width: 350px;
    left: 80%;
    transform: translate(-50%, -50%);
    justify-content: center;
}
.color-white{
    color:white;
}
/******************************************* END Slider Section *****************************************/
.margin-top-bottom-25{
    margin-top:25px;
    margin-bottom: 25px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-left-right-20{
    margin-left: 20px;
    margin-right: 20px;
}
.margin-left-right-15{
    margin-left: 15px;
    margin-right: 15px;
}
.margin-left-right-10{
    margin-left: 10px;
    margin-right: 10px;
}
.bg_home{
    background: url(/images/background_paralax.jpg);
    background-size: cover;
}
.bg_home2{
    background: url(/images/portofolio_bgr.jpg);
    background-size: cover;  
}
.bg_alu{
    background: url(/images/alu-background.jpg);
    background-size: cover;
}
.bg_yellow{
    background-color: #fee401;
}
.bq_parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.margin-top-25{
    margin-top:25px;
}
.select_lang_activ{
    color:#f4bb44 !important;
}
.bg-lila{
    background-color: rgb(110,25,110);
}
.bg-orange{
    background-color: rgb(219,154,88);
}
.text-align-right{
    text-align: right;
}
.bg-sh-i{
    box-shadow: inset 0 0px 10px 0px #000000;
}
.bg-sh-o{
    box-shadow:  0 0px 10px 0px #000000;
}
.padding-0-mob{
    padding: 0px;
}
.select_lang{
    text-decoration: none;
    color:black;
}
.portofoliu-height{
    height: 300px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.overlay-color{
    background-color: rgba(87,0,145,0.5);
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;    


}
.overlay-border{
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    /*    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);*/
    text-align: center;
    border:1px solid #e98725;
}
.overlay-margin{
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px;
}
.imageHover{
    display: none;
}
.image-holder:hover .imageHover{
    display: block; 
}
.image-holder:hover .overlay-color {
    opacity: 1;
}
.image-holder:hover .overlay-margin {
    opacity: 1;
}
.image-holder:hover .overlay-border {
    opacity: 1;
}
/*.image-holder:hover .image {
   background-color: rgba(87,0,145,0.3);
}*/

.image-holder:hover .middle {
    opacity: 1;
}

.text {

    padding: 16px 32px;
}
#map{
    height: 430px;
}
.contact-h1{
    font-size: 25px;
    margin: 0px;
}
#contact_name,
#contact_email,
#contact_message {
    display: block;
    width: 70%;
    margin: auto;
    color: #262523 !important;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
}
#contact_name:hover,
#contact_email:hover,
#contact_message:hover {
    border: 1px solid #f4bb44;
}
#contact_name:focus,
#contact_email:focus,
#contact_message:focus {
    border: 1px solid #f4bb44;
    outline: none;
}
#contact_name::-webkit-input-placeholder,
#contact_email::-webkit-input-placeholder,
#contact_message::-webkit-input-placeholder {
    color: #262523 !important;
    font-size: 15px !important;
}
#contact_send{
    color: black !important;
    width: fit-content;
    margin: auto;
    background-color: #f4bb44 !important;
    border: 1px solid #f4bb44 !important;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 40px;
    width: 50%;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    transition: .3s ease-in-out;
    border-radius: 10px;
}
.hirek-for-mobile{
    display:none;
}
.hirek-for-desktop{
    display: block;
}
.newsbigdiv,
.newsbigdiv2{
    padding-left: 0;
    margin-right: 14%;
    padding-bottom: 1%;
}
.newsbigdiv-img{
    float: left;
    padding-right: 5%;
    margin-bottom: 2%
}
.newsbigdiv-img2{
    float: right;
    padding-left: 5%;
    margin-bottom: 2%
}
.newsbigtitle{
    display:inline;
    line-height: 2;
}
.newsbigtitle h2{
    margin-top:0;
}
.collapsible {
    color: #404040;
    font-family: 'Montserrat-Light' !important;
}
.collapsible1{
    border: none;
    outline:none;
    display: block;
    font-weight: bold;
    margin-top: 5%;
}
.collapsible12{
    border: none;
    outline:none;
    display: block;
    font-weight: bold;
    margin-top: 5%;
}
.content {
    display: none;
    text-align: justify;
}
.margin-top-bottom-15-p{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.tehnologiiHolder img
{
    width:100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.marciHolder img
{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 170px;
}
.drop-button-for-cont1{
    width: 35px;
}
.margin-top-bottom-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
#serviciiLinks,#serviciiLinks:hover,#serviciiLinks:active
{
    outline: none;
    text-decoration: none;
}
.centered-B{
    margin: 20px 0 20px 0;
}
.TextLeft{
    float: left;
}
.TextRight{
    float: right;
}
.inInline{
    display: inline;
    line-height: 2;
    font-size: 15px;
}
.imgFloatleft{
    width: 50%;
    height: 300px;
    float: left;
    margin-right: 3%;
}
.imgFloatright{
    width: 50%;
    height: 50%;
    float: right;
    margin-left: 3%;
}
.imgFloatleft img,
.imgFloatright img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgb(239,167,95);
}
.textLeft{
    text-align: left;
}
.marTop{
    margin-top: 30px;
}
#cereOfert{
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(87,01,145);
    border-radius: 0;
    outline: none;
    border: transparent;
}
.flexVer{
    display: flex;
    flex-direction: column;
}
#cere_oferta_locality,
#cere_oferta_message,
#cere_oferta_telefon,
#cere_oferta_email,
#cere_oferta_name{
    display: block;
    width: 100%;
    margin: auto;
    color: #262523 !important;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
}
#cere_oferta_message {
    min-height: 150px;
}
#cere_oferta_locality:hover,
#cere_oferta_message:hover,
#cere_oferta_telefon:hover,
#cere_oferta_email:hover,
#cere_oferta_name:hover{
    border: 1px solid #f4bb44;
}
#cere_oferta_locality:focus,
#cere_oferta_message:focus,
#cere_oferta_telefon:focus,
#cere_oferta_email:focus,
#cere_oferta_name:focus{
    border: 1px solid #f4bb44;
    outline: none;
}
#cere_oferta_locality::-webkit-input-placeholder,
#cere_oferta_message::-webkit-input-placeholder,
#cere_oferta_telefon::-webkit-input-placeholder,
#cere_oferta_email::-webkit-input-placeholder,
#cere_oferta_name::-webkit-input-placeholder{
    color: #262523 !important;
    font-size: 15px !important;
}
.termeni-si-conditii-registration{
    color: #262523 !important;
    padding: 5px;
}
.contact-page-required-text{
    width: fit-content;
    display: flex;
    text-align: center;
    margin: auto;
}
#cere_oferta_send {
    color: black !important;
    width: fit-content;
    margin: auto;
    background-color: #f4bb44 !important;
    border: 1px solid #f4bb44 !important;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 40px;
    width: 50%;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    transition: .3s ease-in-out;
}
#cere_oferta_send:hover{
    background: black;
    color: white;
}
#header-purple{
    color: #f4bb44;
    font-weight: bold;
}
.tkm-hr-hidden{
    transition: .3s ease-in-out;
    display: block;  
    opacity: 0;
    width: 10%;
    position: relative;
    top: -30px;
    border-top: 6px solid #f4bb44;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
.tkm-hr{
    transition: .3s ease-in-out;
    width: 100%;
    position: relative;
    top: -16px;
    border-top: 6px solid #f4bb44;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    max-width: 60px;
}
.tkm-hr-2{
    transition: .3s ease-in-out;
    width: 100%;
    position: relative;
    top: -16px;
    border-top: 6px solid #f4bb44;
    margin-left: 0px;
    margin-right: auto;
    border-radius: 5px;
    max-width: 60px;
}
.tkm-hr-lang{
    color: #f4bb44 !important;
}
.tkm-hr-black{
    width: 50%;
    position: relative;
    top: -20px;
    border-top: 1px solid #000000;
}
.marBot10 {
    margin-bottom: 10px;
}
.nopad{
    padding-left: 0;
    padding-right: 0;
}
.slide-absolute {
    position: relative;
}
button.slick-prev.slick-arrow{
    background-size: cover;
    background: url("../images/prev_h.svg")  no-repeat center;
    left: 5%;
    height: 20%;
    z-index: 999;
}
button.slick-next.slick-arrow{
    background-size: cover;
    background: url("../images/next_h.svg") no-repeat center;
    right: 5%;
    height: 20%;
    z-index: 999;
}
button.slick-prev.slick-arrow:hover{
    background: url("../images/prev.svg") no-repeat center;
}
button.slick-next.slick-arrow:hover{
    background: url("../images/next.svg") no-repeat center;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
}
.socialIcons {
    max-width: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.socialIconsHolder{
    width:100%;
    padding-right: 0%;
}
.socialIconsHolder1{
    width:50%;
    padding-right: 40%;
}
.socialIconsHolder0{
    width:50%;
    padding-left: 40%;
}
.socialIcon {
    filter: invert(67%) sepia(95%) saturate(301%) hue-rotate(356deg) brightness(94%) contrast(103%);
}
h1, .h1 {
    font-size: 24px;
}
.serviciiImg{
    transition: transform .25s, ease-in-out;
    padding-bottom:20px;
    width: 70px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(143deg) brightness(102%) contrast(101%);
}
.serviciiImg:hover{
    fill: #ffffff;
    transform: scale(1.2);
    filter: invert(50%) sepia(9%) saturate(2833%) hue-rotate(101deg) brightness(112%) contrast(99%);
    cursor: pointer;
}
.line-height-2{
    line-height: 2;
}
.content1{
    line-height: 1.7;
}
.span.termeni-si-conditii-registration{
    position: absolute;
    height: 17px;
    width: 17px;
    border: 1px solid #571D91;
    transition: .3s ease-in-out;
}
.checkmarkList {
    position: absolute;
    height: 17px;
    width: 17px;
    border: 1px solid #571D91;
    transition: .3s ease-in-out;
}
h2{
    font-size: 14px;
    overflow-wrap: break-word;
}
button.close {
    width: 20px;
    height: 20px;
    transition: .3s ease-in-out;
}
button.close:hover, button.close:focus{
    opacity: 1;
    outline: none;
}
/* header */
.header-background {
    z-index: 100000;
    background-color: #ffffff;
}
.header-background-intern {
    z-index: 100000;
    min-height: 200px;
    background-image: url(/images/header_intern.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}
.firstHeader {
    position: relative;
    display: inline;
    border-bottom: 1px solid #cccccc;
    height: 80px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
}
.headerIcon {
    max-height: 22px;
    filter: invert(83%) sepia(21%) saturate(628%) hue-rotate(84deg) brightness(85%) contrast(87%);
    float: left;
    padding-right: 10px;
}
.header-logo {
    height: 100px;
    padding-left: 20px;
}
.header-logo-intern {
    height: 100px;
}
.header-menu-absolute {    
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.container-fluid-absolute {
    z-index: 10000;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 90px;
    width: 100%;
    padding-left: 20%;
    padding-right: 23%;
}
.slogan-text {
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    font-size: 34px;
    color: #262523;
    letter-spacing: 3px;
}
.img-slider-shadow {
    box-shadow: inset 1px 4px 9px -6px #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider-image-2 {
    max-height: 450px;
    padding-left: 100px;
    opacity:0;
    -moz-transition: opacity 2s; /* Firefox 4 */
    -webkit-transition: opacity 2s; /* Safari and Chrome */
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.slider-text-holder {
    padding-top: 30px;
    background-color: #f4bb44;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
.slider-text {
    color: #000000;
    text-transform: uppercase !important;
    font-size: 30px;
    font-family: 'Montserrat-ExtraBold' !important;
    line-height: 50px;
}
.slider-text-2 {
    color: #000000;
    text-transform: uppercase !important;
    font-size: 30px;
    font-family: 'Montserrat-ExtraBold' !important;
    line-height: 50px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #000000;
    opacity: 1;
    font-size: 16px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button {
    border: 2px solid #f4bb44;
    background-color: #f4bb44;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before {
    color: transparent;
}
.slick-dots {
    bottom: 10px;
    border-radius: 50%;
}
.slick-dots li button {
    color: #ffffff;
    border: 1px solid;
    border-radius: 50%;
}
.header-icon {
    position: absolute;
    top:38%;
    max-height: 20px;
}
.header-icon-2 {
    position: absolute;
    top:38%;
    left: 25%;
    max-height: 20px;
}
.header-holder {
    line-height: 93px;
    min-height: 93px;
}
.header-holder-1 {
    line-height: 93px;
}
.header-holder-2 {
    line-height: 93px;
    text-align: right;
    
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.garantii-text {
    line-height: 32px;
    font-size: 18px;
    font-family: 'Montserrat-Light';
}
.garantii-icon {
    height: 50px;
    filter: invert(67%) sepia(95%) saturate(301%) hue-rotate(356deg) brightness(94%) contrast(103%);
    margin-left: auto;
    margin-right: auto;
}
.searchForm-holder-absolute {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 600px;
    width: 60%;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
}

.searchForm-holder {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    left: 0;
    right: 0;
    padding: 10px;
    padding-bottom: 20px;
}

.bg_f1{
    height: 100%;
    width: 100%;
    background-image: radial-gradient(farthest-side at 75% 50%,rgba(42,42,42,1) 0%, rgba(14,14,14,1) 30%, rgba(0,0,0,1) 100%);
}
@keyframes shakeImg {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pieseImg {
    float:left;
    transition: transform .25s, ease-in-out;
    padding-bottom:20px;
    width: 70px;    
    cursor: pointer;
    filter: invert(83%) sepia(46%) saturate(0%) hue-rotate(216deg) brightness(108%) contrast(109%);
}
.pieseImg:hover {
    fill: #ffffff;
    transform: scale(1.2);
    cursor: pointer;
    filter: invert(88%) sepia(36%) saturate(1126%) hue-rotate(346deg) brightness(99%) contrast(91%);
    animation: shakeImg 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.pieseText:hover {
    cursor: pointer;
    animation: shakeImg 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.pieseText {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
    
}
.piese-img-holder {
    float: left;
    width: 100px; 
}
.piese-text-holder {
    padding-left: 40px;
}
.f1-car {
    min-width: 450px;
    opacity:0;
    -moz-transition: opacity 2s; /* Firefox 4 */
    -webkit-transition: opacity 2s; /* Safari and Chrome */
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.f1-car:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-2px, 0px) rotate(1deg); }
  30% { transform: translate(2px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-2px, 1px) rotate(0deg); }
  70% { transform: translate(2px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.piese-auto-categorie {
    position: absolute;
    top: 85%;
    width: 100%;
    display: none;
    z-index: 100000;
}
.piese-auto-category {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
    border: white 1px solid;
    border-top: 0px;
    width: 70%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;    
    background-color: #000000;
}
.piese-auto-category:hover {
    color: #000000;
    background-color: #f4bb44;
}
.border-top-1px-white {
    border-top: white 1px solid;
}
.container2 {
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
    
}
.bg_shadow {
    box-shadow: inset 1px 3px 7px -6px #000;
}
.tehnologii {
    padding-bottom: 20px;
}

.tehnologii .slick-prev {
    left: -5% !important;
    height: 40% !important;
}
.tehnologii .slick-next {
    right: -5% !important;
    height: 40% !important;
}
.img-masini {
    transition: transform .25s, ease-in-out;  
}
.img-masini:hover {
    transform: scale(1.2);
    cursor: pointer;
}
/* blog css */

.homePageBlogBOxHolder{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.homePageBlogTitle{
    font-size: 24px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.homePageBlogBox {
    display: inline-block;
    float: left;
    width: 25%;
}
.homePageBlogBox:nth-child(2){
    margin: 0 12.5%;
}
.homePageBlogIMG img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homePageBlogText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    color: #262523 !important;
    height: 90px;
}
.homePageBlogtextTitle {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    height: 70px;
    text-align: center;
}
.homePageBlogDetaliiBTN{
    border: 1px solid #f4bb44;
    text-align: center;
    width: 75px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin: 20px auto;
    transition: .3s ease-in-out;
    color: #000000 !important;
    width: fit-content;
    text-transform: lowercase;
    font-family: 'Montserrat-SemiBold';
    border-radius: 10px;
    background: #f4bb44;
}
.homePageBlogDetaliiBTN a{
    color: #477baf !important;    
    text-decoration: none !important;
}
.homePageBlogDetaliiBTN:hover{
    background: #ffffff;
    color: #f4bb44 !important;   
}
.homePageBlogDetaliiBTN a:hover{
    color: #f4bb44 !important;   
}
.testimoniale-holder {
    position: relative;
    margin: 20px;
    border: #f4bb44 1px solid;
    min-height: 250px;
}
.testimoniale-quote {
    top: -20px;
    position: absolute;
    left: 30px;
}
.testimoniale-img {
    max-height: 150px;
}
.testimoniale-img-holder {
    height: 100%;
    float: left;
    text-align: left;
    width: 35%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.testimoniale-img-holder img {
  border-radius: 50%;
  width: 150px;
}
.testimoniale-data-holder {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    float: left;
    text-align: left;
    width: 65%;
    padding-top: 40px;
    padding-right: 20px;
}
.testimoniale-text {
    min-height: 120px;
    border-radius: 10px;
    background: #D9D9DB;
    padding: 20px;
    margin-top: 30px;
    font-family: 'Montserrat-Light';
    color: #262523;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    
}
.testimoniale-evaluation {
    width: 100%;
}
.testimoniale-evaluation-name {
    float: left;
    width: 67%;
    text-align: left;
    padding-left: 20px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    
}
.testimoniale-evaluation-stars {
    float: left;
    text-align: right;
    filter: invert(53%) sepia(44%) saturate(717%) hue-rotate(101deg) brightness(100%) contrast(87%);
}
.svg-to-white {
    filter: invert(99%) sepia(8%) saturate(0%) hue-rotate(119deg) brightness(113%) contrast(100%);
}
.svg-to-grey{
    filter: invert(13%) sepia(10%) saturate(229%) hue-rotate(2deg) brightness(98%) contrast(96%);
}
.svg-to-main-color {
    filter: invert(53%) sepia(44%) saturate(717%) hue-rotate(101deg) brightness(100%) contrast(87%);
}
.testimoniale .slick-prev {
    left: -5% !important;
    height: 40% !important;
}
.testimoniale .slick-next {
    right: -5% !important;
    height: 40% !important;
}
.testimoniale-evaluation-star {
    float: left;
    width: 22px;
    padding-left: 3px;
}
.galerieHolder {
    overflow: hidden;
}
.galerieHolder img
{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.galerie .slick-prev {
    left: -5% !important;
    height: 40% !important;
}
.galerie .slick-next {
    right: -5% !important;
    height: 40% !important;
}
.map-container {
    position: relative;
    overflow: hidden;
}
.map-container:before, .map-container:after, .map:before, .map:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
    z-index: 1;
}
.map-container:before { top: -5px; left: 0; right: 0; height: 5px; }
.map-container:after { right: -5px; top: 0; bottom: 0; width: 5px; }
.map:before { bottom: -5px; left: 0; right: 0; height: 5px; }
.map:after { left: -5px; top: 0; bottom: 0; width: 5px; }

.img-galerie {
    transition: transform 1.5s, filter 1.0s ease-in-out;
    transform-origin: center center;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.img-galerie:hover {
    transform: scale(1.2);
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.footer-link{
    margin-top:5px;
    margin-bottom: 5px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' !important;
    font-size: 22px;
}
.footer-link:hover{
    color: #f4bb44 !important;
}
.footer-link-special{
    margin-top:5px;
    margin-bottom: 5px;
    color: #f4bb44 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' !important;
    font-size: 22px;
}
.footer-link-special:hover{
    color: #f4bb44 !important;
}
.footer-logo {
    width: 50%;
    max-width: 300px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-title {
    color: #404040 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    font-size: 18px;
}
.contentfooter {
    color: #404040 !important;
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
}
.newsletter-form {
    color: #404040 !important;
    font-family: 'Montserrat-Regular' !important;
    font-size: 16px;
}
.webdesign {
    color: #404040 !important;
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
}
.telInfoHolderMobil {
    padding-bottom: 40px;
}
.garantii-text {
    font-size: 16px;
    margin: 5px;
    line-height: 24px;
    
}
.contentTitle {
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' !important;
    font-size: 22px;
}
.contentTitle2 {
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Montserrat-Semibold' !important;
    font-size: 18px;
}
.contentInternAuto {
    position: absolute;
    top: 80px;
    right: 0px;    
}
.contentInternAutoImg {
    max-height: 300px;
}
.contactHolder {
    text-align: center;
}
.modal {
    overflow:hidden !important;
}
.modal-body {
    overflow:auto !important;
}
.pieseImgIntern {
    transition: transform .25s, ease-in-out;
    padding-bottom:20px;
    width: 70px;    
    cursor: pointer;
    filter: invert(7%) sepia(6%) saturate(821%) hue-rotate(2deg) brightness(97%) contrast(83%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-filter: drop-shadow(4px 4px 6px #262523);
    filter: drop-shadow(4px 4px 6px #262523);
}
.pieseImgIntern:hover {
    fill: #ffffff;
    transform: scale(1.2);
    cursor: pointer;
    filter: invert(88%) sepia(36%) saturate(1126%) hue-rotate(346deg) brightness(99%) contrast(91%) drop-shadow(4px 4px 6px #262523);
    animation: shakeImg 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.pieseTextIntern:hover {
    cursor: pointer;
    animation: shakeImg 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.pieseTextIntern {
    color: #262523;
    font-size: 28px;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
}
.piese-img-holderIntern {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.piese-text-holderIntern {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    min-height: 120px;
}
.piese-auto-categorii-holderIntern {
    margin: 0px;
}
.piese-auto-categoryIntern {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
    border: white 1px solid;
    border-top: 0px;
    width: 90%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;    
    background-color: #000000;
}
.piese-auto-categoryIntern:hover {
    color: #000000;
    background-color: #f4bb44;
}
.img-masiniIntern {
    transition: transform .25s, ease-in-out;
}
.img-masiniIntern:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.piese-auto-categorieIntern {
    color: #262523;
    font-size: 20px;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
    text-align: center;
}
.img-marciIntern {
    transition: transform .25s, ease-in-out;
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(268deg) brightness(94%) contrast(106%);
    max-height: 160px;
}
.img-marciIntern:hover {
    transform: scale(1.2);
    cursor: pointer;
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(268deg) brightness(94%) contrast(106%);
}


/*Blog Start*/
.golBlogIMG {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}
.golBlogIMG img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.golBlogText {
    text-align: center;
    margin-bottom: 50px;
    font-size: 22px;
    text-transform: uppercase;
    color: #f4bb44;
    font-family: 'Montserrat-Semibold';
}
.blogContainerOndate{
    margin-top: 10px;
    line-height: 22px;
    font-family: 'Montserrat-Semibold';
    color: #262523;
}
.calendar_img{
    height: 22px;
    width: 22px;
    object-fit: contain;
    display: inline-block;
    float: left;
    margin-right: 10px;
    filter: invert(67%) sepia(95%) saturate(301%) hue-rotate(356deg) brightness(94%) contrast(103%);
}
.blogContainertitels {
    font-size: 22px;
    font-family: 'Montserrat-Semibold';
    margin: 20px 0 10px 0;
    color: #262523;
    padding-top: 20px;
}
.blogContainerDescription{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #262523;
}
.blogDetaliiBTN {
    background: #f4bb44;
    width: 120px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    float: right;
    margin-top: 15px;
    transition: .3s ease-in-out;
    border-radius: 10px;
}
.blogDetaliiBTN:hover{
    background: #262523;
    color: #ffffff;
}
.blogContainerBox{
    margin-bottom: 20px;
    padding: 0 15px;
    color: #f4bb44;
}
.blogContainerBox:nth-last-child{
    margin-bottom: 0;
}
.blogContainerRightSection {
    padding-left: 30px !important;
}
.blogCategorieTitle {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    padding-bottom: 5px !important;
    font-family: 'Montserrat-Semibold';
}
.blogCategorieTitle:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #b4b4b4;
    bottom: 0;
    left: 0;
}
.blogCategorieTitle:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #f4bb44;
    width: 40px;
    height: 3px;
}
.blogContainerIMG{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogContainerIMGFull{
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-top: 10px;
}
.blogImageLister {
}
.recent_posts_elements_title_div{
    padding-left: 15px !important;
    position: absolute;
    right: 0;
    height: 100%;
}
.blogContainerTitleShort {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .3s ease-in-out;
    font-family: 'Montserrat-Semibold';
    color: #262523;
}
.blogContainerRecentBox{
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
}
.blogContainerRecentBox:nth-last-child{
    margin-bottom: 0;
}
.recent_posts_elements_blog {
    min-height: 70px;
}
.blog_recente_data {
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 12px;
    color: #262523;
    transition: .3s ease-in-out;
    font-family: 'Montserrat-Light';
}
.blogContainerRecentBox:hover .blog_recente_data{
    color: #f4bb44;
}
.blogIMGRecent{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogContainerDescShort{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #262523;
    transition: .3s ease-in-out;
    font-family: 'Montserrat-Light';
}
.blog_recente_title {
    font-family: 'Montserrat-Semibold';
}
.blogContainerRecentBox:hover .blogContainerTitleShort{
    color: #f4bb44;
}
.blogContainerRecentBox:hover .blogContainerDescShort{
    color: #f4bb44;
}
.cotaineBlogGalerieItems {
    display: inline-block;
    float: left;
    width: 30%;
    height: auto;
    position: relative;
    margin-bottom: 5%;
}
.cotaineBlogGalerieItems:nth-child(3n+3){
    margin: 0 5%;
}
.cotaineBlogGalerieItems img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.zoomIconBlog {
    background: rgba(0, 0, 0, 0.5);
    padding: 40%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out;
}
.cotaineBlogGalerieItems:hover img.zoomIconBlog{
    opacity: 1;
}
.blogContainerArticoleSearch input#search_search{
    height: 45px;
    border: 1px solid #634333;
    border-right: 0;
    box-shadow: none;
    display: inline-block;
    float: left;
    width: calc(100% - 70px);
    transition: .3s ease-in-out;
}
.blogContainerArticoleSearch input#search_search:hover{
    border: 1px solid #4da29d;
    border-right: 0;
}
.blogContainerArticoleSearch input.send-style-search {
    width: 70px;
    height: 45px;
    box-shadow: none;
    background-size: 20px;
    background-position: center;
}
.blogContainerArticoleSearch input.send-style-search:hover{
    background-color: #5f928d;  
}
.blogNoIMG{
    border: 1px solid #b4b4b4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogNoIMG.js-square-calcH{
    width: 98%;
}
/*Blog Stop*/
/*Blog content START*/
.padding_nulla {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.font_18.sfaturi_lister_Description {
    margin: 20px 0;
    font-family: 'Montserrat-Light';
    text-align: justify;
    font-size: 16px;
}
.sfaturi_lister_data_div .shareIconHolder {
    display: inline-block;
    float: right;
    width: 140px;
    margin-top: 15px;
}
.sfaturi_lister_data_div-2 .shareIconHolder {
    display: inline-block;
    float: left;
    width: 140px;
    margin-top: 15px;
}
/*Blog content STOP*/
.containerFull {
    width: 85%;
    max-width: 1600px;
    margin: auto;
    padding: 0;
}
.containerListerNav {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 11px;
    font-family: 'Montserrat-Semibold';
}
.containerListerNav a{
    font-size: 12px;
    font-family: 'Montserrat-Semibold';
    transition: .3s ease-in-out;
    text-transform: capitalize;
}
.containerListerNav a:hover{
    color: #4da29d;
}
.shareIconHolder {
    display: inline-block;
    float: left;
    width: 125px;
    margin-right: 25px;
}
.prodShareIconHolder {
    font-size: 16px;
    font-family: 'Montserrat-Semibold';
    line-height: 20px;
}
.prodShareIconIMG {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.share_icons {
    border-top: 1px solid;
    width: fit-content;
    margin-top: 10px;
    padding-top: 5px;
} 
.share-bubble {
    filter: invert(53%) sepia(44%) saturate(717%) hue-rotate(101deg) brightness(100%) contrast(87%);
}
.headerUeLogos {
    display: inline-block;
    max-width: fit-content;
    width: 100%;
    background-color: white;
    min-height:fit-content;
    padding: 10px;
}
.hederUeLogoImgHolder {
    text-align: center;
}
.hederUeLogoImgHolder img {
    margin: auto;
}
.header-icon-blue {
    opacity: 1;
    transition: .3s ease-in-out;
}
.headerUeLogos-2 {
    display: inline-block;
    max-width: fit-content;
    width: 100%;
    background-color: white;
    min-height:fit-content;
}
.headerUeLogos-3 {
    display: inline-block;
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
    width: 60%;
    background-color: white;
    min-height:fit-content;
}
.hederUeLogoImgHolder-2 {
    text-align: center;
}
.hederUeLogoImgHolder-3 {
    text-align: center;
}
.hederUeLogoImgHolder-2 img {
    margin: 10px;
}
.hederUeLogoImgHolder-3 img {
    margin: 10px;
    margin-right: auto;
    float: left;
}
.header-icon-blue-2 {
    opacity: 1;
    transition: .3s ease-in-out;
    max-height: 50px;
}
.footer-img {
    padding-top: 20px;
}
.textUe {
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}
#masini_filter_choice_marca,
#masini_filter_choice_tip,
#masini_filter_choice_model{
    display: block;
    width: 100%;
    margin: auto;
    color: #262523 !important;
    border: 1px solid #000000;
    margin-bottom: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    
}
#masini_filter_choice_marca:hover,
#masini_filter_choice_tip:hover,
#masini_filter_choice_model{
    border: 1px solid #f4bb44;
}
#masini_filter_choice_marca:focus,
#masini_filter_choice_tip:focus,
#masini_filter_choice_model:focus{
    border: 1px solid #f4bb44;
    outline: none;
}
#masini_filter_choice_marca::-webkit-input-placeholder,
#masini_filter_choice_tip::-webkit-input-placeholder,
#masini_filter_choice_model::-webkit-input-placeholder{
    color: #262523 !important;
    font-size: 15px !important;
}
.filterRezervareButton {
    color: #ffffff !important;
    width: 100%;
    margin: auto;
    background-color: #f4bb44 !important;
    border: 1px solid #f4bb44 !important;
    border-radius: 0;
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    transition: .3s ease-in-out;
    text-align: center;
    
}
.filterRezervareButton:hover{
    background-color: black;
    color: white;
}
.selecteazaFilterText {
    font-family: 'Montserrat-Regular' !important;
    text-align: left;
    
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
}
.buttonHolder {
/*    padding-top: 20px;
    padding-bottom: 20px;*/
}
/* container lister*/

.contaienr-Lister-Design-Text {
    padding-left: 30px;
    line-height: 19px;
    float: left;
    position: relative;
    z-index: 10;
}
.containerListerBoxIMG {
    width: 100%;
    min-height: 350px;
    height: 40%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.containerListerBoxIMG img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.containerListerProdStoc {
    color: #000000;
    text-align: left;
    font-size: 12px;
    height: 16px;
    font-family: 'Montserrat-Light';
}
.containerListerProdTitle {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    color: #404040;
    font-family: 'Montserrat-Bold';
    height: 60px;
    text-transform: uppercase;
    
}
.containerListerProdText {
    text-align: center;
    font-size: 14px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    color: #404040;
    font-family: 'Montserrat-Regular';
    height: 80px;
}
.containerListerProdText p {
    font-size: 14px !important;
}
.containerListerProdText p font {
    font-size: 14px !important;
}
.containerListerPriceHolder {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}
.containerListerPriceOrig {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat-Black';
    color: #477baf;
    
}
.containerListerPriceOrigOLD {
    text-align: center;
    color: #afafaf;
    text-decoration: line-through #AFAFAF8F;
    font-family: 'Montserrat-Black';
    margin-right: 15px;
    
}
.containerListerPricePromo {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat-Black';
    
}
.containerListerButtonInternHolder {
    width: 100%;
    display: flex;
}

.containerListerProdStocIntern {
    color: #000000;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    
}
.containerListerProdTitleIntern {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 60px;
    color: #000000;
    font-family: 'Montserrat-Regular';
    height: 50px;
    text-transform: uppercase;
    
}
.containerListerPriceHolderIntern {
    text-align: center;
    font-size: 16px;
    padding-top: 60px;
}
.containerListerPriceOrigIntern {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat-Black';
    color: #000000;
    
}
.containerListerPriceOrigOLDIntern {
    text-align: center;
    color: #afafaf;
    text-decoration: line-through #AFAFAF8F;
    font-family: 'Montserrat-Black';
    margin-right: 15px;
    
}
.containerListerPricePromoIntern {
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat-Black';
    
}


.containerListerPromoBuble {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #7e1d50;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    z-index: 1009;
}
.containerListerAdToCartBTN {
    background: #f4bb44;
    width: 150px;
    max-width: 150px;
    margin: 5px auto;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    padding: 0px 20px;
    transition: .3s ease-in-out;
    cursor: pointer;
    float: left;
    font-size: 14px;
    
    font-family: 'Montserrat-Light';
}
.containerListerAdToCartBTN:hover {
    background: #171A21;
    color: #ffffff !important;
}
.containerListerAdToCartBTNMin {
    background: #f4bb44;
    width: 70px;
    max-width: 70px;
    margin: 5px auto;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    padding: 0px 10px;
    transition: .3s ease-in-out;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    margin-top: 60px;
}
.containerListerAdToCartBTNMin:hover {
    background: #171A21;
    color: #ffffff !important;
}
.containerListerProdBox{
    position: relative;
    transition: .3s ease-in-out;
}
.containerListerQuickViewIMG {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    cursor: pointer;
}
.sliderButtonHolder {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.imgBOXQ {
    transition: transform 0.5s, filter 1.0s ease-in-out;
    transform-origin: center center;
}
.imgBOXQ:hover {
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.imgBOXQBlog {
    transition: transform 0.5s, filter 1.0s ease-in-out;
    transform-origin: center center;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.imgBOXQBlog:hover {
    transform: scale(1.05);
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.imgBOXQRomania {
    transition: transform 0.5s, filter 1.0s ease-in-out;
    transform-origin: center center;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    width: 100%;
}
.imgBOXQRomania:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.visitRomaniaText {
    font-size: 14px;
    
    font-family: 'Montserrat-Light';
    color: #000000;
    padding-bottom: 40px;
}
.visitRomaniaImg {
    position: relative;
    padding-bottom: 40px;
    width: 100%;
    max-width:1900px;
}
.visitRomaniaText-absolute {
    position: absolute;
    color: #ffffff;
    font-family: 'Montserrat-Black';
    top: 40%;
    text-align: center;
    width: 100%;
    opacity: 0.8;
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 10000;
}
.contentGeneralText {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #000000;
}
.contentGeneralText p {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #000000;
}
.contentGeneralText u {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #000000;
}
.contentGeneralText h2 {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    color: #000000;
}
.contentGeneralTitle {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat-Semibold';
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.containerListerProdHeader {
    overflow: hidden;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
}
.containerListerProdCount {
    display: inline-block;
}
.containerListerCountPerPage {
    color: #afafaf;
    font-size: 16px;
    line-height: 37px;
    font-family: 'Montserrat-Regular';
}
/*Start Pagination*/
.pagination-item{
    display: inline-block;
    margin: 10px;
}
.page-pagination,  .next-pagination, .previous-pagination{
    transition: .3s ease-in-out;
    color: #929292;
    font-family: 'Montserrat-Regular';
}
.current-pagination {
    font-family: 'Montserrat-Black';
    display: inline-block;
    margin: 10px;
}
.pagination-pagination {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
.pagination-item:hover .page-pagination, 
.pagination-item:hover .next-pagination,  
.pagination-item:hover .previous-pagination{
    color: #7e1d50;
}

/*************************** START ContainerLister**********************************/
.containerListerCatBar {
    padding-top: 30px;
}
.containerListerTextHolder {
    position: relative;
    width: 100%;
    display: flow-root;
    padding: 20px;
}
.containerListerTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    margin: 0;
}
.containerListerCatSlider {
    min-height: 18px;
}
.containerListerCatSlider .slick-list {
    /*padding: 26px 0;*/
}
.containerListerCatSliderItem {
    position: relative;
    max-width: 280px;
}
.containerListerCatSliderIMG {
    width: 100%;
    height: 100%;
}
.containerListerCatSliderTitle {
    position: absolute;
    bottom: calc(-42px + 2vw);
    text-align: center;
    left: 2vw;
    line-height: 1.2;
    width: calc(100% - 4vw);
    /* color: #FFFFFF; */
    font-size: 12px;
    /* text-shadow: 2px 2px 4px #000000; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .3s ease-in-out;
    background: #f6f6f6;
    text-transform: initial;
    height: 42px;
}
.img-slider-overlay-Light{
    background: #ffffff70;
}
.img-slider-overlay-Light{
    background: #ffffff70;
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
    margin: auto;
    position: absolute;
    top: 2vw;
    left: 2vw;
    opacity: 0;
    transition: .3s ease-in-out;
}
.container-Cat-Filter {
    display: inline-block;
    float: left;
    width: calc(20% + 20px);
}
.container-Prod-List{
    display: inline-block;
    width: calc(80% - 20px);
}  
.container-Lister-CatFilter-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
    margin-bottom: 20px;
}
.container-Lister-CatFilter-List {
    max-height: 800px;
    overflow: auto;
    padding-right: 20px;
}
.container-Lister-CatText {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
.container-Lister-CatFilter-List {
    height: 45vh;
    overflow-x: auto;
}
.container-Lister-CatFilter-List::-webkit-scrollbar-track
{
    background-color: #FFFFFF;
}

.container-Lister-CatFilter-List::-webkit-scrollbar
{
    width: 5px;
    background-color: #FFFFFF;
}
.container-Lister-CatFilter-List::-webkit-scrollbar-thumb
{
    background-color: #FFFFFF;
}
.container-Lister-CatFilter-List:hover::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    background-color: #7e1d50;
}
.container-Lister-SubCatHolder {
    padding: 10px;
    margin-left: 20px;
    width: calc( 100% - 20px);
    display: none;
}
.container-Lister-SubCatHolder-Text {
    font-size: 14px;
    text-transform: initial;
    color: #c1c1c1 !important;
    line-height: 20px;
    transition: .3s ease-in-out;
    margin: 20px 0;
}
.container-Lister-SubCatHolder-Text:hover{
    color: #363636 !important;
}
.container-Lister-CatTextText{
    color: #363636;
    transition: .3s ease-in-out;
}
.container-Lister-CatText:hover .container-Lister-CatTextText{
    color: #7e1d50;
}
.container-Lister-SubSubCatHolder {
    padding-left: 20px;
    display: none;
}
.container-Lister-SubSubCatHolder-Text {
    font-size: 12px;
    color: #c1c1c1 !important;
    line-height: 20px;
    transition: .3s ease-in-out;
    margin: 20px 0;
}
.container-Lister-SubSubCatHolder-Text:hover {
    color: #363636 !important;
}
.container-Lister-PrettFilter-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
    margin-top: 15px;
    margin-bottom: 20px;
}
.containerLister-caracteristic-text {
    color: #c1c1c1;
}
.container-Lister-Coloe-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
    margin-top: 15px;
    margin-bottom: 7px;
}
.contaienr-Lister-ColorHolder {
    max-width: 200px;
    display: inline-block;
    /*overflow: auto;*/
}
.contaienr-Lister-ColorDots {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 8px;
    border: 1px solid #cdcdcd;
    transition: .3s ease-in-out;
}
.contaienr-Lister-ColorDots:hover {
    transform: scale(1.5);
}
.contaienr-Lister-ColorDots:nth-child(6n+1) {
    margin: 8px 8px 8px 0;
}
.contaienr-Lister-ColorDots:nth-child(6n+6){
    margin: 8px 0 8px 8px;
}
.container-Lister-Design-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Avenir-Black';
    /*padding-top: 40px;*/
    margin-top: 15px;
    margin-bottom: 20px; 
}
.contaienr-Lister-DesignHolder {
    max-height: 800px;
    overflow: auto;
    padding-right: 20px;
}
.contaienr-Lister-DesignHolder {
    max-height: 60vh;
    overflow-x: auto;
}
.contaienr-Lister-DesignHolder::-webkit-scrollbar-track
{
    background-color: #FFFFFF;
}

.contaienr-Lister-DesignHolder::-webkit-scrollbar
{
    width: 5px;
    background-color: #FFFFFF;
}
.contaienr-Lister-DesignHolder::-webkit-scrollbar-thumb
{
    background-color: #FFFFFF;
}
.contaienr-Lister-DesignHolder:hover::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    background-color: #7e1d50;
}
.contaienr-Lister-Design-Text{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
.contaienr-Lister-BrandHolder{
    position: relative;
}
/* Hide the browser's default checkbox */
.contaienr-Lister-BrandHolder input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 17px;
    width: 17px;
    margin: 0;
}
/* On mouse-over, add a grey background color */
.contaienr-Lister-BrandHolder:hover input ~ .checkmarkList {
    border: 1px solid #7e1d50;
}

/* When the checkbox is checked, add a blue background */
.contaienr-Lister-BrandHolder input:checked ~ .checkmarkList {
    background-color: #7e1d50;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkList:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contaienr-Lister-BrandHolder input:checked ~ .checkmarkList:after {
    display: block;
}

/* Style the checkmark/indicator */
.contaienr-Lister-BrandHolder .checkmarkList:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slectordiv #produsePePaginaList:focus{
    outline: none;
}
.slectordiv{
    position: relative;
    width: 200px;
    float: right;
}
.slectordiv #produsePePaginaList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    color: #afafaf;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    padding-left: 10px;
    text-transform: uppercase;
    border: 1px solid #afafaf;
    width: 100%;
    line-height: 35px;
    font-size: 12px;
}
.slectordiv:after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    background: url(/images/down-chevron.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
}
.tableHolderScroll {
    position: relative;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 40px;
}
.header {
    float: left;
    min-width: 80px;
}
.header2 {
    float: left;
    min-width: 160px;
}
.headerList {
    float: left;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    min-width: 80px;
    padding: 3px;
}
.headerList2 {
    float: left;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    min-width: 160px;
    padding: 3px;
}
.headerListExtra {
    border-right: 1px solid #000000;
}
.headerRow {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #f4bb44;
    color: #ffffff;
    min-width: 880px;
}
.listRow {
    position: relative;
    width: 100%;
    display: flex;
}
.containerListerBoxIMGList {
    width: 100%;
    min-height: 150px;
    height: 40%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}
.containerListerBoxIMGList img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.containerListerTitleList {
    color: #000000;
    text-align: left;
    font-size: 14px;
    height: 16px;
    font-family: 'Montserrat-Light';
    padding-top: 70px;
}
.containerListerHeaderList {
    color: #000000;
    text-align: left;
    font-size: 12px;
    height: 16px;
    font-family: 'Montserrat-SemiBold';
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

/*Start Container Prod Page*/
.containerProdLeft {
    display: inline-block;
    float: left;
    width: 60%;
}
.containerProdRight{
    display: inline-block;
    width: 40%;
    padding-left: 40px;
    float: right;
}
.containerProdSlider {
    display: inline-block;
}
.containerProdSliderNav{
    display: inline-block;
    float: left;
    width: 100%;
}
.containerProdSliderHolder {
    display: inline-block;
    width: calc(80% - 80px);
}
.contaienrProdSliderNavSlider {
    display: inline-block;
    float: left;
    width: 15%;
    margin-right: 80px;
}
.contaienrProdSLiderNavItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contaienrProdBif{
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
.containerProdSlider, .containerProdSlider .slick-list,.containerProdSlider .slick-track  {
    height: 100%;
}
.containerProdSliderIMG img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 650px;
}
.contaienrProdSliderNavSliderMobile{
    display: none;
}
.contaienrProdSliderNavSlider .slick-prev:before {
    background-image: url(/images/arrow-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}
.contaienrProdSliderNavSlider .slick-next:before {
    background-image: url(/images/arrow-right.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}
.contaienrProdSliderNavSlider .slick-prev, .contaienrProdSliderNavSlider .slick-next{
    right: -50px;
    left: unset;
    top: 50%;
}
.contaienrProdSliderNavSlider .slick-prev{
    transform: translateY(-400%);
}
.contaienrProdSliderNavSlider .slick-next{
    transform: translateY(400%);
}
.containerProdTitle {
    font-family: 'Montserrat-Regular';
    font-size: 30px;
    line-height: 30px;
}
.containerProdCodeProd {
    font-size: 20px;
    color: #3636369e;
}
.containerProdPriceOrig {
    font-family: 'Montserrat-Regular';
    font-size: 28px;
}
.containerProdProperties {
    line-height: 25px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cotntainerProdPropertiesItems ul{
    margin: 0;
    list-style: none;
    padding-left: 0;
    display: block;
    width: 100%;
    float: left;
}
.containerProd{
    padding:0 15px;
}
.marginCOntainerProd {
    margin: 15px 0;
    line-height: 20px;
    font-family: 'Montserrat-Black';
}
.marginCOntainerProd span{
    font-family: 'Montserrat-Black';
}
.containerProddeliverIcon {
    height: 20px;
    width: auto;
    padding: 4px;
    margin-right: 5px;
}
.container-prod-quantity {
    display: inline-block;
    float: left;
    width: 80px;
    position: relative;
}
.container-prod-price-holder {
    display: inline-block;
}
.container-addToCart-holder {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
button#price_minus, button#price_plus {
    border: 0;
    height: 35px;
    width: 20px;
    background: transparent;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}
button#price_minus:hover {
    background: #afafaf;
    border: 1px solid #afafaf;
    border-right: 1px solid transparent;
    color: #FFFFFF;
}
button#price_plus:hover{
    background: #afafaf;
    border: 1px solid #afafaf;
    border-left: 1px solid transparent;
    color: #FFFFFF;
}
button#price_minus:focus {
    outline: none;
}
button#price_plus:focus{
    outline: none;
}
button#price_minus{
    left: 0;
    position: absolute;
}
button#price_plus{
    right: 0;
    position: absolute;
}
input#price_quantity {
    width: 80px;
    height: 35px;
    text-align: center;
    float: left;
    border: 1px solid #afafaf;
    transition: .3s ease-in-out
}
input#price_quantity:focus {
    outline: none;
    border: 1px solid #7e1d50;
}
input#price_quantity:hover {
    border: 1px solid #7e1d50;
}
button#price_cumpara {
    background: #7e1d50;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #FFFFFF;
    border: 2px solid #333333;
    padding: 5px 20px;
    transition: .3s ease-in-out;
    border-radius: 8px;
    display: inline-block;
}
button#price_cumpara:hover{
    background: #363636;
}
button#price_cumpara:focus, button#price_wishlist:focus{
    outline: none;
}
button#price_wishlist {
    color: #000000;
    font-size: 18px;
    border: 2px solid #333333;
    padding: 5px 20px;
    line-height: 24px;
    transition: .3s ease-in-out;
    border-radius: 8px;
    background: transparent;
    transition: .3s ease-in-out;
    display: inline-block;
    /*margin-left: 35px;*/
}
button#price_wishlist:hover{
    background: #363636;
    color: #ffffff !important;
}
.container-prod-quantityHOLDER {
    float: left;
}
.prodInteriorDescLeft {
    color: #3636369e;
    font-family: 'Montserrat-Light';
    font-size: 16px;
}
.container-cantitate-text {
    color: #3636369e;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    padding-right: 20px;
    line-height: 35px;
    text-transform: uppercase;
}
.container-descriere-text {
    color: #3636369e;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    width: 80%;
}
.container-share {
    width:50%;
    float: left;
    text-align: left;
}
.container-visa {
    width:50%;
    float: right;
    text-align: right;
}
.mastercard-img {
    height: 35px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mastercard-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.visa-img {
    height: 25px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.visa-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.buyformStyleFlex{
    display: flex;
}
.containerProdWishBTN {
    display: inline-block;
    line-height: 35px;
    padding-right: 6px;
}
.containerProdWishBTN i{
    color: #7e1d50;
    transition: .3s ease-in-out;    
}
.containerProdAddToCartHolder {
    margin-bottom: 20px;
    width: 100%;
}
.containerProdShareHolder {
    margin-bottom: 20px;
    width: 80%;
}
.containerProdWishBTN:hover button, .containerProdWishBTN:hover i {
    color: #363636 !important;
}
.containerProdTextRewNav {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.containerProdNavItem {
    color: #afafaf;
    font-family: 'Montserrat-Black';
    font-size: 16px;
    padding: 0 25px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.containerProdNavItem:hover{
    color: #363636;
}
.containerProdACTIVEnav{
    color: #363636;   
}
.containerProdNavItem:nth-child(2) {
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}
.containerProdTextBox {
    display: none;
    line-height: 2;
    text-align: center;
}
.containerProdACTIVE{
    display: block;
}
.containerProdTextBox ul {
    list-style: none;
    line-height: 2;
    padding: 0;
}
.containerRewLeft {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 40px;
}
.containerRewRight {
    display: inline-block;
    width: 50%;
}
.containerProdNameRev {
    font-family: 'Montserrat-Black';
}
.reviewCount {
    color: #afafaf;
}
.containerProdAddNewRev {
    border-top: 1px solid #afafaf;
    margin-top: 30px;
    padding-top: 30px;
} 
textarea#opinie_message {
    border: 1px solid #afafaf;
    width: 100%;
    height: 100px;
    padding: 5px 20px;
    font-size: 12px;
    margin-bottom: 2%;
    margin-top: 2%;
    transition: .3s ease-in-out;
}
input#opinie_name, input#opinie_email{
    border: 1px solid #afafaf;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    margin-bottom: 2%;
    transition: .3s ease-in-out;
}
textarea#opinie_message:hover, input#opinie_email:hover, input#opinie_name:hover{
    border: 1px solid #7e1d50;
}
textarea#opinie_message:focus, input#opinie_email:focus, input#opinie_name:focus{
    outline: none;
    border: 1px solid #7e1d50;
}
button#opinie_send {
    background: #7e1d50;
    text-align: center;
    line-height: 33px;
    width: 150px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    border: 0;
    display: inline-block;
    float: left;
}
button#opinie_send:hover {
    background: #363636;
}
button#opinie_send:focus {
    outline: none;
    background: #363636;
}
.contaienrProRevDesc, .contaienrProdRevName{
    font-family: 'Montserrat-Black';
}
.contaienrProdRevDate{
    color: #afafaf;
    font-size: 12px;
}
.containerProdRevBox {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.containerProdRevBox:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
#opinie_imageOpinii{
    display: none;
}
#error-max-4-image-text-container{
    color: #afafaf;
}
.fileSelectDogImg{
    display: block;
    background: #FFFFFF;
    text-align: center;
    line-height: 38px;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    border: 1px solid #afafaf;
    margin-bottom: 2%;
    transition: .3s ease-in-out;
}
.fileSelectDogImg:hover{
    background: #7e1d50;
    border: 1px solid #7e1d50 !important;
}
.fileSelectDogImg:hover #error-max-4-image-text-container{
    color: #FFFFFF !important;
}
.containerRevtextIMG {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.containerProdRevIMGtime {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    border: 1px solid #afafaf;
}
.containerProdRevIMGtime img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlayContainerProdRevIMG {
    width: 100%;
    height: 100%;
    background: #36363680;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out;
}
.containerProdRevIMGtime:hover .overlayContainerProdRevIMG{
    opacity: 1;
}
.faCustom{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff9e;
}
.containerProdTextRew, .containerProdSimilare {
    margin-bottom: 40px;
}
.contaienrProdSimilareTitle {
    font-family: 'Montserrat-Light';
    text-align: left;
    font-size: 22px;
}
.home-prod-noi-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000000;
}
/*Stop Container Prod Page*/
.containerDescription {
    font-family: 'Montserrat-Light';
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
}
.containerBigImg {
    width: 100%;
    padding-top: 40px;
}
.containerMinImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.containerTitle {
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 22px;
    color: #000000;
    
    padding-top: 20px;
}
.containerText {
    font-family: 'Montserrat-Regular';
    text-align: left;
    font-size: 16px;
    color: #404040;
    padding-left: 0px;
    
}
.containerText2 {
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 16px;
    color: #404040;
    
}
.pretDeLa {
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    font-size: 16px;
    color: #000000;
    
    padding-bottom: 60px;
}
.highlightPrice {
    color: #f4bb44;
    font-size: 30px;
}
.highlightPriceMin {
    color: #f4bb44;
    font-size: 24px;
}
.rezervareMasina {
    position: relative;
    display: inline-block;
    background-image: url(/images/rezervaremasina.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* rezervareForm */
#rezerva_locatie_predare,
#rezerva_locatie_ridicare,
#rezerva_choice_ridicare,
#rezerva_choice_predare{
    display: block;
    width: 100%;
    float: left;
    margin: auto;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
    background-color: transparent;
    font-family: 'Montserrat-Light';
    
}

#rezerva_tel,
#rezerva_email,
#rezerva_lastname,
#rezerva_name,
#rezerva_choice_plata,
#rezerva_message{
    display: block;
    width: 100%;
    float: left;
    margin: auto;
    color: #000000 !important;
    border: 2px solid #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
    background-color: transparent;
    font-family: 'Montserrat-Light';
    background-color: #ffffff;
    
}
#rezerva_rezervaInceput,
#rezerva_rezervaSfarsit{
    display: block;
    width: 70%;
    float: left;
    margin: auto;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
    background-color: transparent;
    -webkit-appearance: none;
    font-family: 'Montserrat-Light';
    
}
#rezerva_choice_ridicare option,
#rezerva_choice_predare option{
    background-color: #000000;
}
#rezerva_choice_plata option{
    background-color: #ffffff;
}
#rezerva_message {
    min-height: 150px;
}
#rezerva_locatie_predare:hover,
#rezerva_locatie_ridicare:hover,
#rezerva_tel:hover,
#rezerva_choice_ridicare:hover,
#rezerva_choice_predare:hover,
#rezerva_rezervaInceput:hover,
#rezerva_rezervaSfarsit:hover,
#rezerva_email:hover,
#rezerva_lastname:hover,
#rezerva_name:hover,
#rezerva_choice_plata:hover,
#rezerva_message:hover{
    border: 2px solid #f4bb44;
}
#rezerva_locatie_predare:focus,
#rezerva_locatie_ridicare:focus,
#rezerva_tel:focus,
#rezerva_choice_ridicare:focus,
#rezerva_choice_predare:focus,
#rezerva_rezervaInceput:focus,
#rezerva_rezervaSfarsit:focus,
#rezerva_email:focus,
#rezerva_lastname:focus,
#rezerva_name:focus,
#rezerva_choice_plata:focus,
#rezerva_message:focus{
    border: 2px solid #f4bb44;
    outline: none;
}
#rezerva_locatie_predare::-webkit-input-placeholder,
#rezerva_locatie_ridicare::-webkit-input-placeholder,
#rezerva_choice_ridicare::-webkit-input-placeholder,
#rezerva_choice_predare::-webkit-input-placeholder,
#rezerva_rezervaInceput::-webkit-input-placeholder,
#rezerva_rezervaSfarsit::-webkit-input-placeholder{
    color: #ffffff !important;
    font-size: 15px !important;
}
#rezerva_tel::-webkit-input-placeholder,
#rezerva_email::-webkit-input-placeholder,
#rezerva_lastname::-webkit-input-placeholder,
#rezerva_name::-webkit-input-placeholder,
#rezerva_choice_plata::-webkit-input-placeholder,
#rezerva_message::-webkit-input-placeholder{
    color: #000000 !important;
    font-size: 15px !important;
}
.formTextHolder {
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    
    text-transform: uppercase;
}
.formTextHolder2 {
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 20px;
    color: #000000;
    
    text-transform: uppercase;
}
.firstChapterFormular {
    padding-top: 60px;
}
.calendarImg {
    width: 40px;
}
.calendarButton {
    background-color: transparent !important;
    padding-top: 10px;
    border: 0px;
}
#rezerva_save {
    color: #000000 !important;
    width: fit-content;
    margin: auto;
    background-color: #f4bb44 !important;
    border: 1px solid #f4bb44 !important;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 40px;
    width: 250px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' !important;
    transition: .3s ease-in-out;
    border-radius: 10px;
}
.style-rezerva-send:hover{
    background: black;
    color: white;
}
.comanda-radio-button-label-text-holders {
    text-align: center;
    font-family: 'Montserrat-Regular' !important;
    color: #ffffff !important;
    font-size: 14px !important;
}
.secondChapterFormular {
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(/images/cities.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.rezervareMasina2 {
    padding: 0px;
    margin: 0px;
}
.sliderMobile {
    display: none;
}
.detaliiGarantii {
    text-align: center;
    margin: 20px auto;
}
/* rezervare form end */
.buttonHolder {
    position: relative;
}
.despreNoi-header-text {
    
}
.desprenoi-image {
    width: 100%;
}
.despre-noi-text-holder {
    font-family: 'Montserrat-Regular';
    text-align: justify;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 22;
    -webkit-box-orient: vertical;
    margin-top: 20%;
}
/* special button element START */
.special-button-holder-slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.special-button-holder {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 350px;
    display: flow-root;
}
.special-button-holder-2 {
    position: relative;
    width: 50%;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 350px;
    display: flow-root;
}
.special-button-holder-ultimele {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 450px;
    display: flow-root;
}
.special-button-element-space {
    content: "\00a0";
    position: relative;
    line-height: 4px;
    height: 4px;
}
.special-button-element-space-slider {
    content: "\00a0";
    position: relative;
    line-height: 1px;
    height: 1px;
}
.special-button-element {
    content: "\00a0";
    position: relative;
    line-height: 10px;
    height: 10px;
    border-bottom: 2px solid #477baf;
}
.special-button-element-slider {
    content: "\00a0";
    position: relative;
    line-height: 9px;
    height: 9px;
    border-bottom: 2px solid #477baf;
}
.special-button-element-title {
    content: "\00a0";
    position: relative;
    line-height: 10px;
    height: 10px;
    border-bottom: 2px solid #477baf;
}
.special-button-left {
    float: left;
    width: 30%;
    height: 40px;
}
.special-button-text-slider {
    transition: .3s ease-in-out;
    width: 40%;
    padding: 10px 20px;
    background-color: #477baf;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    color: #000000;
    text-transform: lowercase;
    border: 1px solid #000000;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.special-button-text-slider:hover {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}
.special-button-text {
    transition: .3s ease-in-out;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #000000;
    text-transform: uppercase;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.special-button-text:hover {
    color: #f4bb44;
}

.special-button-text-content {
    transition: .3s ease-in-out;
    float: left;
    width: 70%;
    padding: 10px 30px;
    background-color: #477baf;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 0px 9px 0px rgba(163,163,163,1);
    line-height: inherit !important;
}
.special-button-text-content:hover {
    color: #f4bb44;
    background-color: #ffffff;
    box-shadow:inset 0px 0px 0px 2px #f4bb44;
}

.special-button-text-detalii {
    transition: .3s ease-in-out;
    width: 100%;
    padding: 13px 25px;
    background-color: #f4bb44;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    color: #000000;
    text-transform: uppercase;
    line-height: inherit !important;
    border-radius: 10px;
    border: 1px solid #f4bb44;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}
.special-button-text-detalii:hover {
    color: #f4bb44;
    background-color: #ffffff;
    border: 1px solid #f4bb44;
}
.special-button-text-detalii-2 {
    transition: .3s ease-in-out;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    text-transform: lowercase;
    margin-left: 0px;
    margin-right: auto;
}
.special-button-text-detalii-2:hover {
    color: #f4bb44;
}
.special-button-right {
    float: left;
    width: 15%;
    height: 80px;
}
.special-border-color-verde {
    border-color: #f4bb44 !important;
}
.special-background-color-verde {
    background-color: #f4bb44;
}
/* special button element END */

.despre-noi-holder {
    padding-top: 40px;
}
.despre-noi-background {
    position: relative;
    height: 100%;
    display: block;
    margin-top: 20px;
}
.despre-noi-elements-holder {
    width: 100%;
    position: relative;
    display: block;
}
.despre-noi-elements-title {
    color: #404040;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
.despre-noi-elements-title-number {
    float: left;
    width: 20%;
    padding-left: 20px;
    font-size: 50px;
}
.despre-noi-elements-title-text {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat-ExtraBold';
    color: #000000;
    text-transform: uppercase;
}
.despre-noi-elements-image-holder {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.despre-noi-elements-text {
    color: #404040;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-align: center;
    padding: 0px 50px 0px 50px;
}
.categorii-background {
    background: #ffffff;
    padding-top: 40px;
}
.categorii-elements-holder {
    width: 100%;
    position: relative;
    display: block;
}
.categorii-elements-image-holder {
    position: relative;
    padding-bottom: 40px;
}
.categorii-elements-text-holder {
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 9px 0px rgba(163,163,163,1);
    background-color: #ffffff;
    color: #477baf;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    top: -70px;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
}
.categorii-elements-text-holder:hover {
    background-color: #477baf;
    color: #ffffff;
}
.proiecte-elements-image-holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 350px;
}
.proiecte-bootHolder {
    padding: 15px;
}
.proiecte-holder {
    margin-top: 20px;
    margin-bottom: 20px;
}
.proiecte-elements-text-holder {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase !important;
    font-size: 30px;
    font-family: 'Montserrat-Semibold' !important;
    text-shadow: 0px 1px 6px #000000;
    padding-left: 10px;
    padding-right: 10px;
}
.proiecte-button {
    display: block;
    transition: .3s ease-in-out;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.homePageProiecteText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #262523 !important;
    height: 100px;
}
.homePageProiectetextTitle {
    padding-top: 16px;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
    text-align: justify;
}
.proiecte-button:hover {
}
.stiri-text {
    color: #404040;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.containerListerComision {
    color: #404040;
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 14px;
}
.containerListerTitleHolder {
    position: relative;
    display: block;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}
.container-background-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.container-breadcrumb {
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #6f6f6f;
    padding-bottom: 20px;
}
.container-background-text-holder {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.container-background-text {
    color: #000000;
    text-transform: uppercase !important;
    font-size: 20px;
    font-family: 'Montserrat-Semibold' !important;
    padding-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
.container-background-text-2 {
    color: #ffffff;
    text-transform: uppercase !important;
    font-size: 30px;
    font-family: 'Montserrat-Regular' !important;
    text-shadow: 0px 1px 6px #000000;
    padding-bottom: 20px;
    line-height: 30px;
}
.container-background-info {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-top: 40px;
}
.container-background-icon {
    height: 80px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(115deg) brightness(103%) contrast(103%);
    padding-bottom: 10px;
}
.container-suprafata-text, .container-suprafata-value {
    color: #ffffff;
    text-transform: uppercase !important;
    font-size: 20px;
    font-family: 'Montserrat-Regular' !important;
    text-shadow: 0px 1px 6px #000000;
}
.container-background-button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 160px;   
}
.container-images-box {
    padding: 10px;
}
.container-images-box-holder {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.container-info-box-title {
    font-size: 20px;
    font-family: 'Montserrat-Bold' !important;
    color: #404040;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}
.container-info-box {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.container-slider .slick-dots {
    bottom: -20px;
}
.container-slider .slick-dots li button {
    color: #f4bb44;
}
.container-slider .slick-dots li.slick-active button {
    border: 2px solid #f4bb44;
    background-color: transparent;
}
.container-info-agent {
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    background-color: #ececec;
    text-align: center;
    padding: 20px;
}
.container-info-agent-data {
    font-size: 18px;
    font-family: 'Montserrat-Bold' !important;
    color: #404040;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.container-info-agent-data-tel {
    font-size: 18px;
    font-family: 'Montserrat-Regular' !important;
    color: #404040;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.special-background-color-verde-border {
    background-color: #f4bb44;
    border: 2px solid #f4bb44;
    color: #ffffff !important;
}
.special-background-color-verde-border:hover {
    background-color: #477baf;
    border: 2px solid #477baf;
    color: #ffffff !important;
}
.container-shareIconHolder {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.share_icons-container {
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}
.containerListerBoxIMG-similare {
    width: 100%;
    min-height: 250px;
    height: 40%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.containerListerBoxIMG-similare img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.proiecteContainerDescription{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #262523;
    height: 60px;
}
.despre-noi-menu-text {
    color: #404040;
    font-size: 18px;
    font-family: 'Montserrat-Regular' !important;
    text-align: justify;
}
.headerLogoHolder {
    margin-top: 30px;
}
.sfaturi_container {
    padding-top: 40px;
}

.ue-logos {
    max-width: 500px;
    max-height: 100px;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: clamp(12px, 2.5vw, 48px);
    padding-right: clamp(12px, 2.5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.ue-logo {
    height: 100px;
}
