

.category_title, .post_title, .post_subtitle, .post_content, .document_title, .document_box_title, 
.document_box_description, .__description, .sec_title, .cat_title,
.cat_description, .project__title, .category-title, .content_title,
 .post__intro, .post__news .post__desc, .__category_post{
overflow-wrap: break-word;
    word-wrap: break-word;
}
.post_content, .post__intro, .post__news .post__desc, .__category_post .post_subtitle{
text-align: justify;
}

.section__evidenta_pers .post_content p{
    margin-bottom:0rem;
}

.__consilieri_post .category_title{
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.5rem;
     color: rgb(var(--title-primary-color)); 
}
.__consilieri_post .category_title_h::after{
    content: "";
    position: absolute;
    max-width: calc(100% - 30px);
    width:100%;
    background-color: rgb(var(background-primary-color)); 
    height: 7px;

}
.info-box-with-image .post_image img{
    width:100%;
    height: auto;
}
.info-box-with-image .post_custom_fields ul{
    list-style: none;
    padding: 0px;
}
.info-box-with-image .post_custom_fields li i{
     color: rgb(var(--theme-primary-color)); 
    font-size: 1.3rem;
    display: inline-block;
}
.info-box-with-image .post_custom_fields li .icon_holderx{
    width:50px;
}
.info-box-with-image .post_custom_fields li .psm-tools-email{
    font-size: 1.1rem;
}
.info-box-with-image .post_custom_fields li .psm-tools-location{
    font-size: 1.6rem;
}

.info-box-with-image .post_custom_fields li{
   display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info-box-with-image .post_custom_fields .__description{
     color: rgb(var(--theme-primary-color)); 
    font-family: var(--theme-secondary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height:1rem;
    width: calc(100% - 50px);
}

.info-box-with-image .post_custom_fields ul li img{
max-width: 50px;
    height: auto;
    width: 50px;
    object-fit: contain;
    max-height: 35px;
}
.__consilieri_post .post_title{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    color: rgb(var(--title-primary-color)); 
}
.__consilieri_post .post_subtitle{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.85rem;
   color: rgb(var(--title-primary-color)); 
}
.__consilieri_post .post_content{
    font-family: var(--theme-secondary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5em;
     color: rgb(var(--text-primary-color));
}

/*  A csatolt dokumentumoknal a cim es az ikonok      */

.__consilieri_post .document_title{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
   color: rgb(var(--title-primary-color)); 
    text-transform: uppercase;
}
.__consilieri_post .document_title_h::after{
    content: "";
    position: absolute;
    max-width: calc(100% - 30px);
    width:100%;
    background-color: rgb(var(--title-primary-color)); 
    height: 5px;
}


.__consilieri_post .document_icons_holder .tabs {
    display: grid;
    grid-template-columns: repeat(var(--consilier-document-grid), 1fr);
    /*column-fill: auto;
    display: grid;
    grid-column-gap: 8px;
    column-gap: -1px;
    padding: 0;*/
}
.__consilieri_post .document_icons_holder .icons_holder{
    width:100%;
    padding: 0px 15px;
    display: grid;
    margin-bottom: 20px;
    cursor: pointer;
}
@media only screen and (max-width:991.98px){
    .__consilieri_post .document_icons_holder .tabs {
         grid-template-columns: repeat(2, 1fr);
    }
    .__consilieri_post .document_icons_holder .tabs._single {
         grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width:767.98px){
    .__consilieri_post .document_icons_holder .tabs {
         grid-template-columns: repeat(1, 1fr);
    }
    .__consilieri_post .document_icons_holder .icons_holder {
        *width: 75%;
    }
}
/*
.__consilieri_post .document_icons_holder .icons_holder{
    width:20%;
    padding: 0px 15px;
    display: grid
}
.__consilieri_post .document_icons_holder._hide .icons_holder{
    width:25%;
}
.__consilieri_post .document_icons_holder._hide .icons_holder:last-child{
    display:none !important;
}*/
.__consilieri_post .document_icons_holder .icon_box{
    background-color: rgb(var(--background-light-color)); 
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 15px 20px;
    box-shadow: 0px 2px 20px #EEEEEE;
}
.__consilieri_post .document_icons_holder .d_icon_title h4{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: rgb(var(--title-primary-color)); 
    text-transform: uppercase;
    text-align: center;
}
.__consilieri_post .document_icons_holder .icon_box ._d_icon{
    display: flex;
    justify-content: center;  
   
}
.__consilieri_post .document_icons_holder .icon_box ._d_icon i{
    color: rgb(var(--theme-primary-color)); 
    font-size:4rem;
}
.__consilieri_post .document_icons_holder .icon_box:hover, 
.__consilieri_post .document_icons_holder .icons_holder.active .icon_box,
.__consilieri_post .document_icons_holder .icon_box.active{
background-color: rgb(var(--background-primary-color)); 

}
.__consilieri_post .document_icons_holder .icon_box:hover .d_icon_title h4,
.__consilieri_post .document_icons_holder .icons_holder.active .d_icon_title h4,
.__consilieri_post .document_icons_holder .icon_box.active .d_icon_title h4{
    color:rgb(var(--theme-light-color));
}
.__consilieri_post .document_icons_holder .icon_box:hover ._d_icon i, 
.__consilieri_post .document_icons_holder .icons_holder.active ._d_icon i,
.__consilieri_post .document_icons_holder .icon_box.active ._d_icon i{
    color:rgb(var(--theme-light-color));
}

    /*  A csatolt dokumentumoknal az ikonok tordelese      */
/*
@media only screen and (max-width:991.98px){
    .__consilieri_post .document_icons_holder .icons_holder{
        width: 33.33%;
        padding: 0px 15px;
        display: grid;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .__consilieri_post .document_icons_holder._hide .icons_holder{
        width: 33.33%;
    }
}
@media only screen and (max-width:767.98px){
    .__consilieri_post .document_icons_holder .icons_holder{
        width: 50%;
        padding: 0px 15px;
        display: grid;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .__consilieri_post .document_icons_holder._hide .icons_holder{
        width: 50%;
    }
}
@media only screen and (max-width:575.98px){
    .__consilieri_post .document_icons_holder .icons_holder{
        width: 50%;
        padding: 0px 15px;
        display: grid;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .__consilieri_post .document_icons_holder._hide .icons_holder{
        width: 50%;
    }
}
@media only screen and (max-width:399.98px){
    .__consilieri_post .document_icons_holder .icons_holder{
        width: 75%;
        padding: 0px 15px;
        display: grid;
        margin: 0 auto;
        margin-bottom: 20px;
    }   
    .__consilieri_post .document_icons_holder._hide .icons_holder{
        width: 75%;
    }
}*/
        /*  A csatolt dokumentum boxok      */

.attached_documents .documents_h ul{
    list-style: none;
    padding: 0px;
}
.attached_documents .documents_h li{
    margin-bottom:30px;
}
.attached_documents .documents_h .document_box{
    box-shadow: 0px 2px 20px rgba(196, 196, 196, 0.34);
    padding: 20px 30px;
}
.attached_documents .document_box_header .document_img{
    float:left;
    font-size: 1.5rem;
    color: rgb(var(--text-primary-color));
}
.attached_documents .document_box_header .document_date{
    margin: auto 0 auto auto;
}
.attached_documents .document_box_header .document_date span{
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1rem;
    color: rgb(var(--text-primary-color));
}
.attached_documents .document_box_body .document_box_title{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--title-primary-color));
    text-transform: uppercase;
}
.attached_documents .document_box_body .document_box_description{
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--text-primary-color));
}
.__consilieri_post{}

.__consilieri_post{}


        /*    Index Page   */ 

/* index read more gomb*/
.section_read_more  .btn-bgr{
    background-color: rgb(var(--background-primary-color)); 
    padding: 1rem 3rem
}
.section_read_more  .btn-title{
    font-family: var(--theme-primary-font);
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: rgb(var(--button-text-light-color));
    text-decoration: none !important;
}
.section_read_more a{
    text-decoration: none !important;
}


.section.index_title{
    padding-top: calc(30px + 1vw);
}
.section.index_title .sec_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: rgb(var(--title-primary-color));
    width: fit-content;
    width:-moz-fit-content;
    margin: 0 auto;
    text-align: center;
    background-color:rgb(var(--background-light-color));
    padding: calc(15px + (100vw/30));
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 5;
    position: relative;
}
.section.index_title .title_holder{
    position: relative;
}
.section.index_title .title_holder::after{   
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    background-color: rgb(var(--background-primary-color));
    height: 5px;
    top: 50%;
    margin-top: -2.5px;
    z-index: 2;
}
@media only screen and (max-width:575.98px){
    .section.index_title .sec_title{
    width:auto;
    }
}

        /*    Section 1, featured categories   */ 

.featured_categories .cat_holder{
    text-align: center;
}
.featured_categories .cat_holder a{
    text-decoration: none !important;
}
.featured_categories .icon{
    font-size: 4.5rem;
    color: rgb(var(--theme-secondary-color));

}
.featured_categories .cat_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: rgb(var(--text-primary-color));
    text-decoration: none !important;

}

.featured_categories .cat_description{
    font-family: var(--theme-secondary-font);
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: rgb(var(--text-primary-color)); 
    text-decoration: none !important;
}

.featured_categories .cat_holder:hover .icon, .featured_categories .cat_holder:hover .cat_title, .featured_categories .cat_holder:hover .cat_description  {
text-decoration: none !important;
color: rgb(var(--title-primary-color));

}


     /*    Section 2, proiectele noastre   */ 


/*.proiectele_noastre .project-holder.__first ol li {
background-color: #ccd8e1;
}*/
.proiectele_noastre .project-holder.__second ol li:first-child {
background-color: #135080;
}
.proiectele_noastre .project-holder.__second ol li:nth-child(2){
background-color: #2F6087;
}
.proiectele_noastre .project-holder.__second ol li:nth-child(3){
background-color: #436987;
}
.proiectele_noastre .project-holder.__second ol li:nth-child(4){
background-color: #5F798D;
}
.proiectele_noastre .project-holder.__second ol li:nth-child(5){
background-color: #4A5E6F;
}

.proiectele_noastre .project-holder.__first ol li:first-child {
background-color: #A3BDC2;
}
.proiectele_noastre .project-holder.__first ol li:nth-child(2){
background-color: #52ABBE;
}
.proiectele_noastre .project-holder.__first ol li:nth-child(3){
background-color: #4E6E75;
}
.proiectele_noastre .project-holder.__first ol li:nth-child(4){
background-color:#39474A;
}
.proiectele_noastre .project-holder.__first ol li:nth-child(5){
background-color:#A3BDC2;
}

.proiectele_noastre .project-holder ol{
padding: 0px ;
width:100%;
  list-style: none;

}
.proiectele_noastre .project-holder .box_holder{
    width:20%;
    display: grid;
    padding:0px 15px;
}
.proiectele_noastre .project-holder ol li{
    min-height:230px;
    max-height:230px;
     float:left;
}


.proiectele_noastre .project-holder ol li{
  counter-increment: section;
  position: relative;
}
.proiectele_noastre .project-holder ol li::before{
    content: counter(section);
    position: absolute;
    top: 10%;
    left: 10%;
    color: rgb(var(--theme-light-color));
    font-size: 1.5rem;
    font-weight: 700;
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5rem;
    z-index: 10;
}
.proiectele_noastre .project-holder .box-content{
    position: absolute;
    bottom: 0px;
}
.proiectele_noastre .project-holder .box-content .project__title {
   font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--title-light-color));
    padding: 10px;
    padding-right: 5px;
    text-transform:inherit;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 100%);
}
/*.proiectele_noastre .project-holder ol li{
    min-height:300px;
    max-height:300px;
    float:left;
}*/
.proiectele_noastre .project-holder .project__image ._img-responsive{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.proiectele_noastre .project-holder .box-background{
    overflow: hidden;
    height: 230px;
}
.proiectele_noastre .project-holder .project__image{
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.proiectele_noastre .project-holder li:hover .project__image{
    opacity: 1;
}
@media only screen and (min-width:499.98px) and (max-width:991.98px){

.proiectele_noastre .project-holder ol {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}
@media only screen and (max-width:499.98px){


.proiectele_noastre .project-holder ol{
    padding: 0px ;
    width:100%;
    list-style: none;
    column-fill: auto;
    display: grid;
    column-gap: 0px;
}
}
@media only screen and (max-width:991.98px){
.proiectele_noastre .project-holder .project__image{
opacity: 1 !important;
}
.proiectele_noastre .project-holder .box_holder{
    width:100%;
  }
}


            /*    Section 3, servicii    */

.servicii_c_c .cat_holder{
    text-align: center;
}
.servicii_c_c .icon{
    font-size: 5rem;
   color: rgb(var(--theme-primary-color)); 

}
.servicii_c_c .cat_holder a{
    text-decoration: none !important;
}
.servicii_c_c .cat_box:hover{
background-color: rgb(var(--background-primary-color));  
}
.servicii_c_c .cat_box:hover .icon{
color:rgb(var(--theme-light-color)); 
}
.servicii_c_c .cat_box:hover .cat_title{
color:rgb(var(--theme-light-color)); ;
}
.servicii_c_c .cat_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
   color: rgb(var(--text-primary-color)); 
}
.servicii_c_c .cat_box{
box-shadow: 0px 2px 20px #EEEEEE;
height:100%;
padding:20px;
}

.servicii_c_c .grid_box{
    display:grid;
}

/*  A csatolt dokumentumoknal az ikonok tordelese      */

.servicii_c_c .icons_holder{
    width: 20%;
    padding: 0px 5px;
    display: grid;
}

.servicii_c_c .cat_title_h{
    width: 162px;
}
@media only screen and (max-width:1199.98px){
.servicii_c_c .cat_title_h{
    width:155px;
}
.servicii_c_c .cat_box{
    padding:20px 10px;
}
}
@media only screen and (max-width:991.98px){
.servicii_c_c .icons_holder{
    width: 33.33%;
    padding: 0px 5px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}
.servicii_c_c .cat_title_h{
    width:185px;
}
.servicii_c_c .cat_box{
    padding:20px 15px;
}
}
@media only screen and (max-width:767.98px){
.servicii_c_c .icons_holder{
    width: 50%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}
.servicii_c_c .cat_title_h{
    width:190px;
}
.servicii_c_c .cat_box{
    padding:20px 20px;
}
}
@media only screen and (max-width:575.98px){
.servicii_c_c .icons_holder{
    width: 50%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}
.servicii_c_c .cat_title {
     font-size: 1rem;
}
.servicii_c_c .cat_title_h{
    width: calc(30vw );
    text-align: center;
    margin: 0 auto;
}
}
@media only screen and (max-width:459.98px){
.servicii_c_c .icons_holder{
    width: 75%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}  
.servicii_c_c .cat_title_h{
    width:250px;
} 
.servicii_c_c .cat_box{
    padding:20px 10px;
}
}

@media only screen and (max-width:399.98px){
.servicii_c_c .icons_holder{
    width: 95%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}  
.servicii_c_c .cat_title_h{
     width: calc(70vw);
} 
.servicii_c_c .cat_box{
    padding:15px 10px;
}
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px){
.servicii_c_c .cat_title{
    font-size:.8rem;
}
}





 
    .header-top__logo a {
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -49px;
    top: 10px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
}


/*  section4, a categoria boxok tordelese     */


.inf_publice .project-holder ol li{
    background-color: rgb(var(--theme-primary-color));
}

.inf_publice .project-holder ol li:first-child, .inf_publice .project-holder ol li:nth-child(7), .inf_publice .project-holder ol li:nth-child(13), .inf_publice .project-holder ol li:nth-child(19), .inf_publice .project-holder ol li:nth-child(25) {
background-color: rgb(var(--theme-primary-color));
}
.inf_publice .project-holder ol li:nth-child(2), .inf_publice .project-holder ol li:nth-child(8), .inf_publice .project-holder ol li:nth-child(14), .inf_publice .project-holder ol li:nth-child(20), .inf_publice .project-holder ol li:nth-child(21){
background-color: #135081;
}
.inf_publice .project-holder ol li:nth-child(3), .inf_publice .project-holder ol li:nth-child(9), .inf_publice .project-holder ol li:nth-child(15), .inf_publice .project-holder ol li:nth-child(16), .inf_publice .project-holder ol li:nth-child(22){
background-color: #456279;
}
.inf_publice .project-holder ol li:nth-child(4), .inf_publice .project-holder ol li:nth-child(10), .inf_publice .project-holder ol li:nth-child(11), .inf_publice .project-holder ol li:nth-child(17), .inf_publice .project-holder ol li:nth-child(23){
background-color:  #333E46;
}
.inf_publice .project-holder ol li:nth-child(5), .inf_publice .project-holder ol li:nth-child(6), .inf_publice .project-holder ol li:nth-child(12), .inf_publice .project-holder ol li:nth-child(18), .inf_publice .project-holder ol li:nth-child(24){
background-color: #142938;
}
.inf_publice .project-holder ol{
    padding: 0px ;
    width:100%;
    list-style: none;
    display: flow-root;
}
.inf_publice .project-holder ol li{
    counter-increment: section;
    position: relative;
}
.inf_publice .project-holder ol li::before{
    content: counter(section);
    position: absolute;
    top: 10%;
    left: 10%;
    color: rgb(var(--theme-light-color));
    font-size: 1.5rem;
    font-weight: 700;
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5rem;
    z-index: 10;
}
.inf_publice .project-holder .box-content{
    position: absolute;
    bottom: 0px;
}
.inf_publice .project-holder .box-content .project__title{
   font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--title-light-color));
    padding: 10px;
    padding-right: 5px;
}
.inf_publice .project-holder .box_holder{
    width:20%;
    display: grid;
}
.inf_publice .project-holder ol li{
    min-height:230px;
    max-height:230px;
     float:left;
}

.inf_publice .project-holder .box-background{
    overflow: hidden;
}
.inf_publice .project-holder .project__image{
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}

 
.inf_publice .project-holder li:hover .project__image{
    opacity: 1;
}
@media only screen and (max-width:991.98px){
.inf_publice .project-holder .box_holder{
  width: 100%;
    margin: 0 auto;
}

.inf_publice .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
}
}
@media only screen and (max-width:767.98px){
.inf_publice .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.inf_publice .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}
@media only screen and (max-width:575.98px){
.inf_publice .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.inf_publice .project-holder ol{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}

}
@media only screen and (max-width:399.98px){
.inf_publice .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}   
}
.category_tree  .list-holder ul{
    list-style: none;
    padding:0px;
}
.category_tree .list-box{
    background-color:rgb(var(--background-light-color));
    margin: 20px 0px;
    box-shadow: 0px 2px 20px rgba(196, 196, 196, 0.34), 0px 8px 20px -15px #000000;
    padding: 20px;
}
.category_tree .list-box:hover, .category_tree .list-box.active {
    /*background: #003b6a;*/
    background-color: rgb(var(--background-primary-color));
   
}
.category_tree .list-box .category-title{
font-family: var(--theme-primary-font);
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    color: rgb(var(--title-primary-color));
}
.category_tree .list-box:hover .category-title, .category_tree .list-box.active .category-title{
     color: rgb(var(--title-light-color));
}
.category_tree .list-holder a{
    text-decoration: none !important;
}

        /*Projekt post page design*/

.__project_post .post_title{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    color: rgb(var(--title-primary-color)); 
}
.__project_post .post_subtitle{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.85rem;
    color: rgb(var(--text-primary-color)); 
}
.__project_post .post_content{
    font-family: var(--theme-secondary-font);
    font-style: normal;
    /* font-weight: 300; -removed by Dorin*/ 
    font-size: 1.25rem;
    line-height: 1.5em;
     color: rgb(var(--text-primary-color));
}

.__project_post .content_title{
    font-family: var(--theme-primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
   color: rgb(var(--title-primary-color)); 
    text-transform: uppercase;
}
.__project_post .content_title_h::after{
    content: "";
    position: absolute;
    max-width: calc(100% - 30px);
    width:100%;
    background-color: rgb(var(background-primary-color)); 
    height: 5px;
}
.__project_post .post_custom_fields .__description{
    font-family: var(--theme-secondary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
    color: rgb(var(--title-primary-color)); 
    text-transform: uppercase;

}
.__project_post .post_custom_fields .__description span{
    font-family: var(--theme-secondary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--text-primary-color)); 
    text-transform: uppercase;
    display: block;

}
.__project_post .info-box-with-image .post_custom_fields li i{
    color: rgb(var(--theme-primary-color)); 
    font-size: 2.25rem;
    display: inline-block;
}
.__project_post .info-box-with-image .post_custom_fields li .icon_holderx{
    width:80px;
}
.__project_post .info-box-with-image .post_custom_fields li .__description{
    width: calc(100% - 80px);
}

/*  Category_square_child      */

.square_boxs .project-holder ol li{
    background-color: #135080;
}

.square_boxs .project-holder ol li:first-child, .square_boxs .project-holder ol li:nth-child(7), .square_boxs .project-holder ol li:nth-child(13), .square_boxs .project-holder ol li:nth-child(19), .square_boxs .project-holder ol li:nth-child(25) {
background-color: #135080;
}
.square_boxs .project-holder ol li:nth-child(2), .square_boxs .project-holder ol li:nth-child(8), .square_boxs .project-holder ol li:nth-child(14), .square_boxs .project-holder ol li:nth-child(20), .square_boxs .project-holder ol li:nth-child(21){
background-color: #2F6087;
}
.square_boxs .project-holder ol li:nth-child(3), .square_boxs .project-holder ol li:nth-child(9), .square_boxs .project-holder ol li:nth-child(15), .square_boxs .project-holder ol li:nth-child(16), .square_boxs .project-holder ol li:nth-child(22){
background-color: #436987;
}
.square_boxs .project-holder ol li:nth-child(4), .square_boxs .project-holder ol li:nth-child(10), .square_boxs .project-holder ol li:nth-child(11), .square_boxs .project-holder ol li:nth-child(17), .square_boxs .project-holder ol li:nth-child(23){
background-color: #5F798D;
}
.square_boxs .project-holder ol li:nth-child(5), .square_boxs .project-holder ol li:nth-child(6), .square_boxs .project-holder ol li:nth-child(12), .square_boxs .project-holder ol li:nth-child(18), .square_boxs .project-holder ol li:nth-child(24){
background-color: #4A5E6F;
}



.square_boxs .project-holder ol{
padding: 0px ;
width:100%;
   list-style: none;
}
.square_boxs .project-holder ol li{
  counter-increment: section;
  position: relative;
}
.square_boxs .project-holder ol li::before{
content: counter(section);
    position: absolute;
    color: #000;
    top: 10%;
    left: 10%;
    color: rgb(var(--theme-light-color));
    font-size: 1.5rem;
    font-weight: 700;
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5rem;
    z-index: 10;
  
}
.square_boxs .project-holder .box-content{
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
.square_boxs .project-holder .box-content .project__title{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: rgb(var(--title-light-color));
    width: 90%;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.square_boxs .project-holder .box_holder{
    width:20%;
    display: grid;
}
.square_boxs .project-holder ol li{
    min-height:230px;
    max-height:230px;
     float:left;
}

.square_boxs .project-holder .box-background{
    overflow: hidden;
}
.square_boxs .project-holder .project__image{
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}

 
.square_boxs .project-holder li:hover .project__image{
    opacity: 1;
}
@media only screen and (max-width:991.98px){
.square_boxs .project-holder .box_holder{
  width: 100%;
    margin: 0 auto;
}

.square_boxs .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
}
}
@media only screen and (max-width:767.98px){
.square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.square_boxs .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}
@media only screen and (max-width:575.98px){
.square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.square_boxs .project-holder ol{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}

}
@media only screen and (max-width:399.98px){
.square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}   
.square_boxs .project-holder ol{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}


        /*  Project page Category      */

.__category_post .post_subtitle{
    font-family: var(--theme-secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: rgb(var(--text-primary-color));
}

.__project-list .square_boxs .project-holder ol{
    margin:0px;
}
.__project-list .big_cat_holder{
    position: relative;
    height:100%;
}
.__project-list .big_cat_holder .project__title{
    position: absolute;
    top: 50%;
    font-weight: 700;
    font-size:2rem;
    line-height: 2.5rem;
    color:rgb(var(--title-light-color));
    width: 50%;
    left:30px;
    margin-top:-40px;
     -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.__project-list .big_cat_holder .project__image{
    background-repeat: no-repeat;
    background-size: cover;
}

.__project-list .square_boxs .project-holder .box_holder{
    width:25%;
    display: grid;
}
.__project-list .square_boxs .project-holder ol li{
    min-height:260px;
    max-height:260px;
     float:left;
}
.__project-list .project-holder ._box_holder{
    height:552px;
}
.__project-list .project-holder ._box_holder ._box-content{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    opacity: 0;
     -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.__project-list .project-holder ._box_holder  ._box-background:hover ._box-content{
    opacity: 1;
}
.__project-list .project-holder ._box_holder  ._box-background .big_cat_holder .project__image {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.__project-list .project-holder ._box_holder  ._box-background:hover .big_cat_holder .project__image {
    opacity: 0.4;
}
.__project-list .project-holder ._box_holder  ._box-background:hover .big_cat_holder .project__title{
    opacity: 0;
}

@media only screen and (max-width:991.98px){
.__project-list .square_boxs .project-holder .box_holder{
  width: 100%;
    margin: 0 auto;
}
.__project-list .project-holder ._box_holder{
    height:auto;
}
.__project-list .project-holder ._box_holder ._box-content{
    position: relative;
    z-index: 10;
    width: 100%;
    opacity: 1;
}
.__project-list .project-holder ._box_holder  ._box-background .big_cat_holder .project__image{
    background:transparent !important;
}

.__project-list .big_cat_holder .project__title{
   position: relative;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color:rgb(var(--title-light-color));
    opacity: 1;
    width: 100%;
    left: 0px;
    margin-top: 0px;
    padding: 20px 20px;
    color: #fff;
    background: rgb(var(--background-primary-color));
}
.__project-list .project-holder ._box_holder  ._box-background{
        box-shadow: 0px 2px 20px #EEEEEE;
}
.__project-list .square_boxs .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
}
.__project-list .square_boxs .project-holder .project__image{
    opacity: 1;
}
.__project-list .project-holder ._box_holder ._box-background:hover .big_cat_holder .project__image {
    opacity: 1;
}
.__project-list .project-holder ._box_holder ._box-background:hover .big_cat_holder .project__title {
    opacity: 1;
}
}
@media only screen and (max-width:767.98px){
.__project-list .square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.__project-list .square_boxs .project-holder ol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}
@media only screen and (max-width:575.98px){
.__project-list .square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}
.__project-list .square_boxs .project-holder ol{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
.__project-list .square_boxs .project-holder ol li{
    min-height:200px;
    max-height:200px;
}
.__project-list .big_cat_holder .project__title{
    font-size: 1.25rem;
    
}
}
@media only screen and (max-width:399.98px){
.__project-list .square_boxs .project-holder .box_holder{
    width: 100%;
    margin: 0 auto;
}   
.__project-list .square_boxs .project-holder ol{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
.__project-list .square_boxs .project-holder ol li{
    min-height:220px;
    max-height:220px;
}
}

.footer .psm-tools-logo-full{
        line-height: 1.15;
}
.footer span span{
    display: block !important;
}

/*  Proiect alkategoriak design   */


.cat_suqare_format .list-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;

}
.cat_suqare_format .list-box .post_image img{
    height:250px;
    width: 100%;
    object-fit: cover;
}


.cat_suqare_format .category-title{
   position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(var(--background-primary-color));
    padding: .5rem 1rem;
     color:rgb(var(--title-light-color));
    font-size: 1rem;
    text-align: center;
    width: 100%;
   min-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
     -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  border: 1px solid rgb(var(--theme-secondary-color));
}

.cat_suqare_format .list-box.active .category-title{
    background-color: rgb(var(--background-light-color));
    color: rgb(var(--title-primary-color));
    font-weight: 600;
    border: 1px solid rgb(var(--theme-primary-color));
}
.cat_suqare_format .category-title:hover{
   background-color: rgb(var(--background-light-color));
   color: rgb(var(--title-primary-color));
    font-weight: 600;
    border: 1px solid rgb(var(--theme-primary-color));
}




/*  Header es hambuger menu  */

.mmenu {
    font-size: .84rem;
    font-weight: 600;
    line-height: 1.1rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mmenu input[type="checkbox"] {
    display: none;
}
.mmenu li, 
.mmenu a {
    position: relative;
    display: block;
    *text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}
.mmenu .menu-main li a{
    color: rgb(var(--header-text-secondary-color));
    /*padding: 1.3225rem 1.25rem;*/
    padding: 1.25rem;
    background-color: rgb(var(--header-background-primary-color));
    line-height: 1.5rem;
    margin-top: 2px;
    /*font-family: Montserrat,Arial,sans-serif;*/
    font-size:1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    outline-color: #fff;
    padding-right: 30px;
}
.mmenu .menu-main li a:hover {
background-color: rgb(var(--hamburger-header-hover-background-color));
}
.mmenu .menu-main li .active {
background-color:rgb(var(--hamburger-header-background-color));
}
.mmenu .menu-main li .active:hover {
background-color: rgb(var(--hamburger-header-hover-background-color));
}
.mmenu .sub-menu{
    background: rgb(var(--hamburger-header-background-color));
}
.mmenu .menu-sub li {
    border-bottom: 0;
}

.mmenu .menu-dropdown {
    display: none;
    top: 100%;
    z-index: 100;

}
.mmenu input[type="checkbox"]:checked ~ .menu-dropdown {
    display: block;
    position: absolute;
     background: rgb(var(--hamburger-header-background-color));
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    overflow-y: hidden;
}
.mmenu li label.drop-icon {
    position: absolute;
    right: 0;
    /*top: 50%;*/
    padding: 10px 10px;
    /*margin-top: -18.5px;*/
    justify-content: center;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
}
.mmenu a {
    padding: .5rem;
    width: 100%;
    
}
.mmenu label {
    margin: 0;
    color: rgb(var(--header-text-secondary-color));
    cursor: pointer;
    width: 15%;
    float: left;
}
.mmenu label.drop-icon {
    padding: .5rem;
    font-size: 1em;
    text-align: right;
}
.mmenu label.drop-icon ._up{
    display: none;
}
.mmenu  input[type="checkbox"]:checked ~ .clearfix .drop-icon ._up {
    display: inline-block;
}
.mmenu  input[type="checkbox"]:checked ~ .clearfix .drop-icon ._down {
    display: none;
}
.mmenu .menu-sub {
    *flex-direction: column;
    *background: #fff;
    *border: .0625rem solid #ddd;
    *border-radius: .125rem;
    padding: 0px 0px 0px 15px;
}

.mmenu .menu-link {
    color: rgb(var(--header-text-secondary-color));
    cursor: pointer;
}
.mmenu .m-hide-txt .txt {
    display: none;
}
.mmenu .m-hide-icon i {
    display: none;
}


.hbg_menu_tools{
    background-color:rgb(var(--header-background-secondary-color));
    z-index: 10;
    position: relative;
}

.left_panel {
    position: fixed;
    top: 0;
    bottom: 0;
    *width: 70%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    *transform: translate3d(-100%,0,0);
    left:-100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3000;
    background-color: rgb(var(--hamburger-header-background-color));
        border-right: 1px solid rgb(var(--hamburger-header-background-color));
    
}
.left_panel__wrap {
    position: relative;
    width: 300px;
    padding: 0rem;
}
.left_panel__btnOpen {
    cursor: pointer;
}
.left_panel.open {
    left:0;
}
@media (max-width: 575.98px) { 
    .left_panel {
        *width: 70%;
    }
    .left_panel__wrap {
    
    width: 260px;
    
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .left_panel {
        *width: 60%;
    }
    
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .left_panel {
        *width: 50%;
    }

}
.left_panel__open{
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.left_panel__overlay {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s linear,opacity .4s ease-in-out;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.left_panel__open .left_panel__overlay {
    visibility: visible;
    opacity: 1;
}
.hamburger-float-menu .top-img {
    background-color:rgb(var(--header-background-secondary-color));
        padding: 30px 0px;
}
.hamburger-float-menu .top-img img{
    *width:100px;
    image-rendering: -webkit-optimize-contrast;
    filter: drop-shadow(0px 0px 5px #00000038);
}
.hbg_menu_tools {
    position: relative;
    left: 0;
    -webkit-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
}
.left_panel__open .hbg_menu_tools{
   
    left: 50%;
}
@media (min-width: 992px) {
.left_panel__open .hbg_menu_tools {
   
    left: 15%;
}}
.left_panel, .mmenu .menu-dropdown{
  overflow-x: scroll; /* For horiz. scroll, otherwise overflow-y: scroll; */

    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}


.left_panel::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}



.menu-main .menu-item.h {
  display:none;
  
}
.menu-main .clearfix.h {
  display:none;
 
}
.menu-main .menu-dropdown.h{
  display:none;
 
}

.menu-item .drop-icon.drop-back{
    left: 0 !important;
    padding: 0px;
    /*margin-top: -20px;*/
    /*width: 30px;*/
    width: 30px;

}
.menu-main .has-children.p .clearfix a{
  padding-left:30px;

}
.menu-main .has-children.p .menu-dropdown .clearfix a{
  padding-left:30px ;

}
.mmenu .menu-sub{
  padding:0px;
  border:none;
}
.mmenu .menu-main li a{
*background:transparent;
}
.mmenu .menu-main li{
  background: rgb(var(--hamburger-header--background-color));

}
.menu-dropdown>.menu-sub>.has-children.p>.clearfix>a{
  padding-left:30px;
}
.mmenu li label.drop-icon{
  padding:0px;
}
.mmenu li label.drop-icon ._down, 
.mmenu li label.drop-icon ._up {
    *padding:10px;
}

.mmenu li label.drop-icon ._up,
.mmenu li label.drop-icon ._down {
    width:100%;
    height:100%;
    background: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><g color="white"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17 10-5 5-5-5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center center;
}
.mmenu li label.drop-icon ._up {
    transform: rotate(90deg);
}


.mmenu .menu-main li .active {
    background-color: rgb(var(--hamburger-header-hover-background-color));
}
.mmenu .menu-main li .active:hover {
    background-color: rgb(var(--hamburger-header-hover-background-color));
}
.hb_menu_holder{
background-color:#003b6a ;
padding:8px 0px 17px;

}

.header-top .__left_panel{
    width: 3rem;
    height: 3rem;
}
.header-top__menu-lang .navbar-nav {
    flex-direction: row;
    text-align: right;
    float: right;
}
.menu-anim-hamb {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 24px;
  height: 24px;
}
.menu-global-anim-hamb {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid white;
  width: 100%;
  transition: 0.55s;
}
.menu-top-anim-hamb {
  top: 0;
}
.menu-middle-anim-hamb {
  top: 7px;
}
.menu-bottom-anim-hamb {
  top: 14px;
}
.menu-top-click-anim-hamb {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.menu-middle-click-anim-hamb {
  opacity: 0;
}
.menu-bottom-click-anim-hamb {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
.text-anim-hamb{
font-family: var(--theme-primary-font);
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: rgb(var(--header-text-secondary-color));
    top: 22px;
    border: none;
    letter-spacing: .5px;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 992px){
.left_panel__open .hbg_menu_tools{
    left: 301px;
    position: relative;
}}
.left_panel__overlay{
  background-color: rgb(0 0 0 / 0%);
}
.left_panel__open .left_panel__overlay {
    visibility: hidden;
    opacity: 0;
}
.header-top{
padding:0px ;
}
.mobile-menu{
  display: none;
}


/*  Header es hambuger menu mobilra */

@media (max-width: 991.98px){
.left_panel{
  display: none;
}
.mobile-menu{
  display: contents;
}
.header-top.is-sticky {
    padding: 0px;
    font-size: .86rem;
}

.mmenu .menu-main li{
  background-color: rgb(var(--header-background-primary-color));

}
.mmenu .menu-main{
   padding: 2px 0px;
   background-color: rgb(var(--hamburger-header-background-color));
}
.menu-dropdown .menu-sub{
   background-color:rgb(var(--hamburger-header-background-color));
}
.mmenu .menu-main.col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 3px;
    
   
}
.menu-dropdown .menu-sub.col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 3px;
     padding-top: 1px;
}
.mmenu ul li{
    margin: 1px 0px;
}


.mmenu .menu-main li a {
    background: transparent;
    margin-top: 0px;
    line-height: 1.2rem;
    font-size: .8rem;
    padding: 1rem;
        padding-right: 1.6rem;
}
/*.header-top.pos{
  z-index: 150;
}
.header-middle{
z-index: 50;
}
.mobile-menu .mmenu{
background: #fff;
    padding-bottom: 50px;
}*/

.mmenu input[type="checkbox"]:checked ~ .menu-dropdown {
    display: block;
   position: initial;
    background-color:rgb(var(--hamburger-header-background-color));
   width:auto; 
     height: auto; 
    z-index: 100;
    overflow: hidden;
    overflow-y: hidden;
}
.menu-item .drop-icon.drop-back {
    left: 0 !important;
    padding: 0px;
    width: 30px;
   /* margin-top: -19px;*/
}
.menu-item .clearfix{
  position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-items: center;
}
.hamburger-float-menu{
width: 100%;
    display: block;
    z-index:999;
}
#mob-menu.mmenu{
  display:none;
}
#mob-menu.mmenu.show{
  display:block;
}
.left_panel__overlay{
display: none;
}

.left_panel__open .hbg_menu_tools{
     left: 0%; 
}

}

/* Desktop hambi menu open and close method*/

aside.left_panel{
  left:0%;
  z-index:1;
}
.below-sticky, #body{
 background-color:rgb(var(--header-background-secondary-color));
}
.hbg_menu_tools{
  z-index:20;
}

.header-top .__white_bgr{
  background-color:rgb(var(--header-background-secondary-color));
}

.menu-item .drop-icon svg {
    width:13.812px;
    height:8px;
}
.menu-item .drop-icon ._up svg {
    -ms-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.mmenu .menu-main.col {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    column-gap: 3px;
}

.menu-dropdown .menu-sub.col {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    column-gap: 3px;
    padding-top: 1px;
}

.menu-main .has-children.p>.clearfix>a{
    background-color: rgb(var(--hamburger-header-active-background-color));
}


/*sticky header */

.header-top.is-sticky {
    top: 0;
    *left: 301px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    
}

@media (max-width: 991.98px) {
    .sticky.is-sticky {
        position: fixed;
    }
}
@media (min-width: 992px) {
    .sticky-lg.is-sticky {
        position: fixed;
    }
    .container-sticky {
        max-width: 1140px;
        margin: 0 auto;
    }
    .is-sticky .container-sticky {
        padding: 0 1rem;
    }
}


.menu-mof span{
    color: rgba(var(--header-elements-color),1);
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: right;
}
.menu-mof a{
    text-decoration: none !important;
}
@media (max-width: 575.98px) {
   .menu-mof span {
       font-size:.65rem;
       line-height: 1rem;
    }
}

    /* Hotarari tablazat design*/

._hotarari_table ._table thead th:nth-child(3){
    width:90%;
}

._hotarari_table ._table table tr td {
    padding: 15px;
    line-height: 16px;
    border: 1px solid rgb(var(--theme-primary-color),30%);
}
._hotarari_table ._table table tr th {
     border: 1px solid rgb(var(--theme-light-color),50%);
}
._hotarari_table ._table  table tr th:first-child {
    border-left-color: transparent;
}
._hotarari_table ._table  table tr th:last-child {
    border-left-color: transparent;
}
._hotarari_table ._table table tr th {
    text-transform: uppercase;
    font-size: .85rem;
    padding: 20px;
    background-color: rgb(var(--theme-primary-color));
    margin: 0;
    color: rgb(var(--theme-light-color));
    border-top-color: transparent;
}
._hotarari_table .postbox__title{
    font-family: var(--title-primary-font);
    font-size: 0.85rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}
._hotarari_table .postbox__description {
    font-family: var(--title-secondary-font);
    font-size: 0.85rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}
._hotarari_table .postbox__created{
    font-size: 0.85rem;
    font-weight: 500;
}
.view-post.format-hotarari .post__intro{
    font-size: 1.25rem;
}
.filter .select2-container{
width:100% !important;
    padding-left: 5px;
}

.filter label{
    margin-bottom:0;
    color: rgb(var(--title-primary-color));
    font-weight: 500;
    font-size: 1rem;
}



.filter input{
    width:100%;
}
.filter .filter_btn{
    justify-content: flex-end;
}
.filter ._f_number{
    width:calc(100% - 70px);
        margin-left: 5px;
        height:35px;
        line-height: 35px;
        border: 1px solid rgb(var(--theme-secondary-color),40%);
    border-radius: 4px;
}
.filter .select2-selection{
    height:35px;
}
.filter .select2-selection__rendered{
line-height: 35px !important;
}
.filter .select2-selection__arrow{
    height:35px !important;
}
.filter .filter_btn .button{
    background-color: rgb(var(--theme-primary-color));
    color: rgb(var(--text-light-color));
    border-radius: 4px;
    width: 130px;
    padding: 3px 8px;
    font-size: 14px;
    border: none;
}

#hotarari_table .td_number{
    font-size:0.9rem;
}
#hotarari_table .td_title .postbox__title{
    color: rgb(var(--theme-primary-color));
}
#hotarari_table .td_indicative{
    font-size:0.85rem;
    padding:5px;
}
#hotarari_table .td_indicative span {
    padding:10px;
    color: rgb(var(--text-light-color));
    /*text-transform: capitalize;*/
    width: 100px;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
}
#hotarari_table .td_indicative span::first-letter {
    text-transform: capitalize;
}
#hotarari_table .td_indicative .post_status_modificat{
background-color: #237bf3;

}
#hotarari_table .td_indicative .post_status_abrogat{
background-color: #d6cf15;

}
#hotarari_table .td_indicative .post_status_anulat{
background-color: #f44336;

}
#hotarari_table .td_indicative .post_status_revocat{
background-color: #c2723b;;

}
#hotarari_table .td_indicative .post_status_aprobat{
background: #74c14c;
}
@media (max-width: 991.98px) {
.filter .select2-container{
width:100% !important;
margin:auto 0 auto auto;
    padding-left: 0px;
}
.filter .filter_btn{
    justify-content: center;
    margin:0 auto;
}

.filter ._f_number{
     width:100% !important;
     margin-left: 0px;
}
}
   /* Hotarari tablazat design mobil*/

@media (max-width: 767.98px) {

._hotarari_table .postbox__title{
    font-family: var(--theme-primary-font);
    color: rgb(var(--theme-primary-color));
    font-size: .9rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}
._hotarari_table .td_link{
     font-family: var(--theme-primary-font);
    font-size: .85rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}

._hotarari_table ._mobile_table tr{
    display: flex;
    width: 100%;
}
._hotarari_table ._mobile_table tbody{
  border:1px solid rgb(var(--theme-primary-color),30%);
}
._hotarari_table ._table ._mobile_table tr td{
    border:none;
}
._hotarari_table ._mobile_table tr{
    border-top: 1px solid rgb(var(--theme-primary-color),30%);
}
._hotarari_table ._mobile_table tr:first-child{
    border:none;
}
._hotarari_table ._mobile_table tr td:first-child{
    display: flex;
    align-items: center;
    width:30%;
    background-color: rgb(var(--theme-primary-color));
    

}
._hotarari_table ._mobile_table tr td:first-child span{
 color:rgb(var(--theme-light-color));
line-height: 1.25rem;
font-size:.85rem;
}
._hotarari_table ._mobile_table tr td:nth-of-type(2){
    display: block;
    width:70%;
}
._hotarari_table ._mobile_table tr .td_indicative {
    display: flex !important;
    align-items: center;
    padding-left:15px !important;
}
}


/* Hotarari tablazat design cjsm*/

._hotarari_table._cjsm  tr th{
    text-transform: initial !important;
    font-weight: 500;
    letter-spacing: 1px;
}
@media (max-width: 767.98px) {

._hotarari_table._cjsm .postbox__title{
    font-family: var(--theme-primary-font);
    color: rgb(var(--theme-primary-color));
    font-size: .9rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}
._hotarari_table._cjsm .td_link{
     font-family: var(--theme-primary-font);
    font-size: .85rem;
    line-height: 1.375rem;
    text-transform: initial;
    font-weight: 500;
}

._hotarari_table._cjsm ._mobile_table tr{
    display: flex;
    width: 100%;
}
._hotarari_table._cjsm ._mobile_table tbody{
  border:1px solid rgb(var(--theme-primary-color),30%);
}
._hotarari_table._cjsm ._mobile_table tr td{
    border:none;
}
._hotarari_table._cjsm ._mobile_table tr{
    border-top: 1px solid rgb(var(--theme-primary-color),30%);
}
._hotarari_table._cjsm ._mobile_table tr:first-child{
    border:none;
}
._hotarari_table._cjsm ._mobile_table tr td:first-child{
    display: flex;
    align-items: center;
    width:40%;
    background-color: rgb(var(--theme-primary-color));
    

}
._hotarari_table._cjsm ._mobile_table tr td:first-child span{
 color:rgb(var(--theme-light-color));
line-height: 1.25rem;
font-size:.85rem;
}
._hotarari_table._cjsm ._mobile_table tr td:nth-of-type(2){
    display: block;
    width:60%;
}
._hotarari_table._cjsm ._mobile_table tr .td_indicative {
    display: flex !important;
    align-items: center;
    padding-left:15px !important;
}
}




/* header banner animacio */

.header-middle{
    overflow: hidden;
}
.header-middle .header-middle__background .owl-item .item{
    position: relative;
    overflow: hidden;
}
.header-middle .header-middle__background .owl-item .item img{
 -webkit-transition: all 3.5s ease-out;
    transition: all 3.5s ease-out, filter 3.5s;
    /*filter: grayscale(0.15) blur(3px);*/
     filter: brightness(0.85);
     transform: scale(1.2);
    
}

.header-middle .header-middle__background .owl-item.active .item img{
transform: scale(1);
    /*filter: grayscale(0) blur(0);*/
    filter : brightness(1) ;
}
.header-middle .header-middle__background .owl-item img{
    height: 300px;
    object-fit: cover;
}
@media only screen and (max-width:567.98px){
    .header-middle .header-middle__background .owl-item img{
        height:auto;
        max-height:300px;
    }
}
/* Share box */

.share_box_holder{
    position: absolute;
    bottom: -46px;
    display: flex;
    right: 0;
}
.content_title.line_inline .share_box_holder{
 bottom: -22px;
}
.share_box{
position: relative;
z-index: 99;
margin: auto 0 auto auto;
}
.share_box .open_share_box{
    line-height: 1rem;
}

.share_box #openShare{
    font-family: var(--theme-secondary-font);
    font-size: 0.75rem;
    line-height: 1.5;
    background-color: rgb(var(--background-primary-color));
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    padding:.35rem .75rem;
    cursor:pointer;
    /*border: 1px solid #003b6a;*/
    border: 1px solid rgb(var(--theme-primary-color));
     -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;


}
.share_box #openShare:hover{
      color: rgb(var(--theme-secondary-color));
  background-color:rgb(var(--theme-light-color));
}
.share_box a{
    text-decoration: none !important;
}
.share_box_container{
    position: absolute;
    top: 35px;
    z-index: 1000;
    background-color:rgb(var(--theme-light-color));
    padding: 10px 25px 15px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px #0000006b;
    display: none;
    right:0px;
}
.share_box_container.show{
    display: block;
}
.share_box_container .close_btn{
  position: absolute;
    top: 10px;
    right: 10px;
    line-height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #8d8d8d;
    cursor: pointer;
}
.share_box_container .close_btn:hover{
color:#333;
}

.share_box .box_title span{
font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(var(--theme-primary-color));
    text-transform: uppercase;
    font-weight: 700;
}
.share_box .social-icon .s-i-text{
font-family: var(--font-text);
    font-size: 0.7rem;
    line-height: 1.5;
    color: rgb(var(--theme-primary-color));
    text-transform: uppercase;
    font-weight: 500;
}
.share_box .social-icon a:hover span{
    color: rgb(var(--theme-secondary-color));
}
.share_box .social-icon.fb_share{

}
.share_box .social-icon.email_share{

}
.share_box .social-icon .s-i-bck{
width: 35px;
    height: 35px;
    background-color:#3B5998;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_box .social-icon.email_share .s-i-bck{
width: 35px;
    height: 35px;
    background-color:rgb(var(--theme-light-color));
    border-color:rgb(var(--theme-primary-color));
    border:1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_box .social-icon .s-i-bck i{
    color:rgb(var(--theme-light-color));
}
.share_box .social-icon.email_share .s-i-bck i{
     color: rgb(var(--theme-primary-color));
}
.share_box .social-icon{
    width:70px;
}
.share_box .email_share .email_share_dropdown{
   position: absolute;
    bottom: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    width: 140px;
    background-color:rgb(var(--theme-light-color));
    padding: 10px 20px;
    right:-32px;
    pointer-events: none;   
}
.share_box .email_share:hover .email_share_dropdown{
pointer-events: all;
    opacity: 1;
    bottom: -50px;
  
}
.share_box .email_share .email_share_dropdown a{
    text-decoration: none !important;
    font-size:.75rem;
    font-weight: 500;
}
.share_box .email_share .email_share_dropdown a:hover{
      color: rgb(var(--theme-secondary-color));
}
.share_box .email_share .email_share_dropdown{
        box-shadow: 0px 3px 10px 0px #5555558a;
}
.share_box .box_link_copy{
   background: rgba(196, 196, 196, 0.16);
border-radius: 3px;
padding:5px 10px;
}
.share_box .box_link_copy .page_link{
    font-family: var(--font-text);
    font-size: 0.7rem;
    line-height: 1rem;
    color: rgb(var(--color-title));
    font-weight: 500;
}
.share_box .box_link_copy .page_link input{
    font-family: var(--theme-secondary-font);
}
.share_box .box_link_copy .copy_link_btn{
      
    margin-left:15px;
        cursor: pointer;   
         margin: auto 0 auto auto;
}
.share_box .box_link_copy .copy_link_btn button{
font-family: var(--theme-secondary-font);
    font-size: 0.65rem;
    line-height: 1rem;
    color: rgb(var(--theme-primary-color));
    border:none ;
    outline:none;
    font-weight: 600;
    text-transform: uppercase;
}
.share_box .box_link_copy .copy_link_btn:hover span{
     color: rgb(var(--theme-secondary-color));
}
.share_box .box_link_copy .page_link input{
    border: none;
    background: none;
    text-overflow: ellipsis;
    width: 170px;
}
.share_box .box_link_copy .page_link input:focus{
outline: 1px solid #666666;
}
.share_box  .copy_link_btn{
position: relative;
}
.share_box  .copy_link_btn .copied{

}
.share_box  .copy_link_btn .copied:after{
   content: 'Copied';
    font-family: var(--font-text);
    position: absolute;
    font-size: 0.6rem;
    left: 0;
    background: #f6f6f6;
    color: #00be2b;
    line-height: 1.3rem;
    top: 2px;
    padding: 0px 5px;
}

/*  Index page share elem design */

@media (min-width: 991.98px) {
._proportional_2-4 .postbox__wrap.size_md .postbox__image picture{
        max-width: 100%;
    width: 100%;
}
._proportional_2-4 .postbox__wrap.size_md .postbox__image picture img{
    object-fit: cover;
    min-height:237px;
    max-height: 237px;
}
._proportional_2-4 .postbox__wrap.size_md .postbox__image a{
    width:100%;
}
._proportional_2-4 .postbox__wrap.size_md .postbox__content{
    height:252px !important;

}
._proportional_2-4 .postbox__wrap.size_md .postbox__content .postbox__title{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
._proportional_2-4 .postbox__wrap.size_md .postbox__content .postbox__intro{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
}
._proportional_2-4 .postbox__wrap.size_md .postbox__content .postbox__footer{}




._proportional_2-4 .postbox__wrap.size_sm .postbox__image picture{
        max-width: 100%;
    width: 100%;
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__image picture img{
    object-fit: cover;
    max-height: 232px;
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__image a{
    width:100%;
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__content{
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__content .postbox__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size:1rem;
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__content .postbox__intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    font-size:.9rem;
}
._proportional_2-4 .postbox__wrap.size_sm .postbox__content .postbox__footer{
    margin-top: 1rem;
    font-size:.9rem;
}
}

/* Category posts design 10 post  */

@media (min-width: 991.98px) {
._proportional_3-7 .postbox__wrap.size_md .postbox__image picture{
        max-width: 100%;
    width: 100%;
}
._proportional_3-7 .postbox__wrap.size_md .postbox__image picture img{
    object-fit: cover;
    min-height:274px;
    max-height: 274px;
}
._proportional_3-7 .postbox__wrap.size_md .postbox__image a{
    width:100%;
}
._proportional_3-7 .postbox__wrap.size_md .postbox__content{
    height:300px !important;

}
._proportional_3-7 .postbox__wrap.size_md .postbox__content .postbox__title{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
._proportional_3-7 .postbox__wrap.size_md .postbox__content .postbox__intro{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
}
._proportional_3-7 .postbox__wrap.size_md .postbox__content .postbox__footer{}




._proportional_3-7 .postbox__wrap.size_sm .postbox__image picture{
        max-width: 100%;
    width: 100%;
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__image picture img{
    object-fit: cover;
    max-height: 232px;
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__image a{
    width:100%;
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__content{
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__content .postbox__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size:1rem;
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__content .postbox__intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    font-size:.9rem;
}
._proportional_3-7 .postbox__wrap.size_sm .postbox__content .postbox__footer{
    margin-top: 1rem;
    font-size:.9rem;
}
}





        /*  pagination mobil design */

@media (max-width: 767.98px) {

.posts__pagination .pagination{
    position: relative;
}
.posts__pagination .pagination li{
    display: none;
}

.posts__pagination .pagination li:first-child{

    display: inline-block;
}
.posts__pagination .pagination li:last-child{

    display: inline-block;
}

.posts__pagination .pagination li.active{
    display: inline-block;
        margin: 0px 35px;
        position: relative;
}
.posts__pagination .pagination li.active:before{
 content: '...';
    position: absolute;
     color: rgb(var(--theme-secondary-color),50%);
    bottom: 0;
    left: -35px;
    border: 1px solid rgb(var(--theme-secondary-color),30%);
    width: 34px;
    height: 38px;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
        margin-top: -18px;
}
.posts__pagination .pagination li.active:after{
content: '...';
    position: absolute;
     color: rgb(var(--theme-secondary-color),50%);
    bottom: 0;
    right: -34px;
    border: 1px solid rgb(var(--theme-secondary-color),30%);
    width: 34px;
    height: 38px;
    font-size: 1.5rem;
    text-align: center;
}
.posts__pagination .pagination li:nth-of-type(2){
display: inline-block;
position: relative;
}

.posts__pagination .pagination li:nth-of-type(3){
display: inline-block;
position: relative;
}
.posts__pagination .pagination li.active:nth-of-type(2):before,.posts__pagination .pagination li.active:nth-of-type(2):after{
display: none;
}
.posts__pagination .pagination li.active:nth-of-type(3):before,.posts__pagination .pagination li.active:nth-of-type(2):after{
display: none;
}
.posts__pagination .pagination li.active:nth-of-type(4):before{
    display: none;
}
.posts__pagination .pagination li.active:nth-of-type(2),.posts__pagination .pagination li.active:nth-of-type(3){
    margin:0;
}
.posts__pagination .pagination li.active:nth-of-type(4){
    margin-left:0;
}
.posts__pagination .pagination li.active:nth-of-type(2) + li{
    margin-right:35px !important;
}
.posts__pagination .pagination li.active:nth-of-type(2) + li:after{
content: '...';
    position: absolute;
      color: rgb(var(--theme-secondary-color),50%);
    bottom: 0;
    right: -35px;
       border: 1px solid rgb(var(--theme-primary-color),30%);
    width: 34px;
    height: 38px;
    font-size: 1.5rem;
    text-align: center;
}
.posts__pagination .pagination li.active:nth-of-type(3){
    margin-right:35px !important;
}
.posts__pagination .pagination li.active:nth-of-type(3):after{
    content: '...';
    position: absolute;
    color: rgb(var(--theme-secondary-color),50%);
    bottom: 0;
    /*top:10px;*/
    right: -35px;
    border: 1px solid rgb(var(--theme-primary-color),30%);
    width: 34px;
    height: 38px;
    font-size: 1.5rem;
    text-align: center;
}

.posts__pagination .pagination li:nth-last-child(2){
display: inline-block;
position: relative;
}
.posts__pagination .pagination li:nth-last-child(3){
display: inline-block;
position: relative;
}
.posts__pagination .pagination li.active:nth-last-child(2):after,.posts__pagination .pagination li.active:nth-last-child(2):before{
display: none;
}
.posts__pagination .pagination li.active:nth-last-child(3):after{
display: none;
}
.posts__pagination .pagination li.active:nth-last-child(4):after{
    display: none;
}
.posts__pagination .pagination li.active:nth-last-child(2){
margin:0;
}
.posts__pagination .pagination li.active:nth-last-child(3){
    margin-right:0;
}
.posts__pagination .pagination li.active:nth-last-child(4){
    margin-right:0;
}

.posts__pagination .pagination li.active:nth-last-child(4) + li{
    margin-left:0px !important;
}
.posts__pagination .pagination li.active:nth-last-child(4) + li:before{
    display: none;
}
.posts__pagination .pagination li.active:nth-last-child(3){
    margin-left:35px;
}
.posts__pagination .pagination li.active:nth-last-child(3):before{
    content: '...';
    position: absolute;
   color: rgb(var(--theme-secondary-color),50%);
    bottom: 0;
    left: -35px;
    border: 1px solid rgb(var(--theme-primary-color),30%);
    width: 34px;
    height: 38px;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
        margin-top: -18px;
}
}


@media (max-width: 319.98px) {
.posts__pagination .pagination li:first-child{
position: absolute;
    bottom: 0;
    margin-bottom: -43px;
    left: 50%;
    margin-left: -45px;
    display: inline-block;
}
.posts__pagination .pagination li:last-child{
position: absolute;
    bottom: 0;
    margin-bottom: -43px;
    right: 50%;
    margin-right: -25px;
    display: inline-block;
}
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  } to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
/*@keyframes fadeInUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  } to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeInUP {
  animation-name: fadeInUp;
}*/
.custom_btn{
    display: inline-block;
}
.custom_btn a{
   background-color: rgb(var(--background-primary-color));
    padding: .55rem 1rem;
    color: rgb(var(--theme-light-color));
    text-decoration: none;
    margin: .25rem;
    display: inline-block;
    font-family: var(--theme-secondary-font);
    line-height: 1.5rem;
}

#footer .poweredby img{
    position: relative;
    top: -3px;
}
#footer .footer_contact a{
    text-decoration: none;
    color: rgb(var(--footer-primary-text-color));
        font-size: 1rem;
}
#footer ._adress_h span{
    font-size: .85rem;
    line-height: 1.55;
    text-transform: uppercase;
}
/*   Contact page design */
.view-page.format-contact .section__page h4{
    color: rgb(var(--title-primary-color));
    margin-bottom: 5px;
    margin-top: 25px;
}
.view-page.format-contact .section__page h4:first-child{
    margin-top:0px;
}
.view-page.format-contact .section__page p{
margin-bottom:2px;
font-size:1.05rem;
}
.view-page.format-contact .section__page .reg-fild{
    font-size:.85rem;
}

.view-page.format-contact .section__page .btn{
   border: 1px solid #ced4da;
    background-color: rgb(var(--color-text));
    color: rgb(var(--theme-light-color));
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.view-page.format-contact .section__page .btn:hover{
     border: 1px solid #ced4da;
    background-color:rgb(var(--background-light-color));
    color: rgb(var(--theme-secondary-color));
    font-weight: 500;
}

.mmenu .mobile_lang_menu{
   
}
.mmenu .mobile_lang_social_menu_holder{
       background-color: rgb(var(--hamburger-header-background-color));
         display: flex;
    justify-content: space-between;
}
.mmenu .mobile_lang_menu .menu-link.active {
    color: #ffc107;
}

/*    Section 1, featured categories cjsm design   */ 

.featured_categories .template_cjsm .cat_holder{
    text-align: center;
}
.featured_categories .template_cjsm .cat_holder a{
    text-decoration: none !important;
}
.featured_categories .template_cjsm .icon{
    font-size: 4.5rem;
    color: rgb(var(--theme-secondary-color));

}
.featured_categories .template_cjsm .cat_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: rgb(var(--text-primary-color));
    text-decoration: none !important;
    min-height: 56px;

}

.featured_categories .template_cjsm .cat_description{
    font-family: var(--theme-secondary-font);
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: rgb(var(--text-primary-color)); 
    text-decoration: none !important;
}

.featured_categories .template_cjsm .cat_holder:hover .icon, .featured_categories .template_cjsm .cat_holder:hover .cat_title, .featured_categories .template_cjsm .cat_holder:hover .cat_description  {
text-decoration: none !important;
color: rgb(var(--title-primary-color));

}


.featured_categories .template_cjsm .box_holder{
    width: 20%;
    padding: 0px 5px;
    display: grid;
}

@media only screen and (max-width:1199.98px){
}
@media only screen and (max-width:991.98px){
.featured_categories .template_cjsm .box_holder{
    width: 33.33%;
    padding: 0px 5px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
@media only screen and (max-width:767.98px){
.featured_categories .template_cjsm .box_holder{
    width: 50%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}

}
@media only screen and (max-width:575.98px){
.featured_categories .template_cjsm .box_holder{
    width: 50%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}

}
@media only screen and (max-width:459.98px){
.featured_categories .template_cjsm .box_holder{
    width: 75%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}  
}

@media only screen and (max-width:399.98px){
.featured_categories .template_cjsm .box_holder{
    width: 95%;
    padding: 0px 15px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
}  
}

/*    Section 2, proiectele noastre  template cjsm */ 
.proiectele_noastre .template_cjsm .project-holder.__first ol li{
background-color: transparent !important;
}

.proiectele_noastre .template_cjsm .project-holder.__first ol li .box_holder {
background-color: #ccd8e1;
}

.proiectele_noastre .template_cjsm .project-holder.__first ol li:first-child .box_holder{
background-color: #A3BDC2;
}
.proiectele_noastre .template_cjsm .project-holder.__first ol li:nth-child(2) .box_holder{
background-color: #52ABBE;
}
.proiectele_noastre .template_cjsm .project-holder.__first ol li:nth-child(3) .box_holder{
background-color: #4E6E75;
}
.proiectele_noastre .template_cjsm .project-holder.__first ol li:nth-child(4) .box_holder{
background-color:#39474A;
}

.proiectele_noastre .template_cjsm .project-holder ol{
padding: 0px ;
width:100%;
  list-style: none;

}
.proiectele_noastre .template_cjsm .project-holder li .box_holder{
    width: 100%;
}
.proiectele_noastre .template_cjsm .project-holder li{
    width:20%;
    display: grid;
    padding:0px;
}
.proiectele_noastre .template_cjsm .project-holder ol li{
    min-height:230px;
    max-height:230px;
     float:left;
}


.proiectele_noastre .template_cjsm .project-holder ol li{
  counter-increment: section;
  position: relative;
  margin-bottom:10px;
}
.proiectele_noastre .template_cjsm .project-holder ol{
column-fill: auto;
    display: grid;
    grid-column-gap: 15px;
    column-gap: 10px !important;
}
.proiectele_noastre .template_cjsm .project-holder ol li::before{
content: counter(section);
    position: absolute;
    top: 10%;
    left: 10%;
    color: rgb(var(--theme-light-color));
    font-size: 1.5rem;
    font-weight: 700;
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5rem;
    z-index: 10;
    display:none !important;
  
}
.proiectele_noastre .template_cjsm .project-holder .box-content{
    position: relative;
    bottom: 0px;
}
.proiectele_noastre .template_cjsm .project-holder .box-content .project__title {
   font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--theme-secondary-color));
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-transform:inherit; 
    text-align: center;
}
/*.proiectele_noastre .project-holder ol li{
    min-height:300px;
    max-height:300px;
    float:left;
}*/
.proiectele_noastre .template_cjsm .project-holder .project__image ._img-responsive{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.proiectele_noastre .template_cjsm .project-holder .box-background{
    overflow: hidden;
    height: 230px;
}
.proiectele_noastre .template_cjsm .project-holder .project__image{
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover !important;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.proiectele_noastre .template_cjsm .project-holder li:hover .project__image{
    opacity: 1;
}
@media only screen and (max-width:991.98px){
.proiectele_noastre .template_cjsm .project-holder ol li{
    width: 100%;
    position: relative;
    display: table;
}
}
@media only screen and (min-width:499.98px) and (max-width:991.98px){

.proiectele_noastre .template_cjsm .project-holder ol {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
}
@media only screen and (max-width:499.98px){


.proiectele_noastre .template_cjsm .project-holder ol{
    padding: 0px ;
    width:100%;
    list-style: none;
    column-fill: auto;
    display: grid;
    column-gap: 0px;
}
}
@media only screen and (max-width:991.98px){
.proiectele_noastre .template_cjsm .project-holder .project__image{
opacity: 1 !important;
}
.proiectele_noastre .template_cjsm .project-holder .box_holder{
    width:100%;
  }
}


/*  -------- Shortcode----- category-childrens-with-icons----    */
@media only screen and (min-width:991.98px){
.custom_lg_2_5{
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media only screen and (max-width:575.98px){
.custom-mobil{
    flex: 0 0 calc(65vw + 70px);
    max-width: calc(65vw + 70px);
}
}
.category_childrens_with_icons .content_holder{
    text-align: center;
}
.category_childrens_with_icons .content_holder.colored_background{
box-shadow: 0px 2px 20px #eeeeee;
    height: 100%;
    padding: 20px;
}
.category_childrens_with_icons .box_holder .column-grid{
    display: grid;
}
.category_childrens_with_icons .box_holder{
width: 100%!important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.category_childrens_with_icons .content_holder a{
    text-decoration: none !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category_childrens_with_icons .icon{
    font-size: 4.5rem;
    color: rgb(var(--theme-secondary-color));
}
.category_childrens_with_icons .content_title .order-1{
min-height:56px;
}
.category_childrens_with_icons .content_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: rgb(var(--text-primary-color));
    text-decoration: none !important;
    margin-bottom:0;

}
.category_childrens_with_icons .content_title:after{
    display: none !important;
}

.category_childrens_with_icons .content_description{
    font-family: var(--theme-secondary-font);
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: rgb(var(--text-primary-color)); 
    text-decoration: none !important;
}

.category_childrens_with_icons .content_holder:hover .icon,
.category_childrens_with_icons .content_holder:hover .content_title, 
.category_childrens_with_icons .content_holder:hover .content_description  {
text-decoration: none !important;
color: rgb(var(--title-primary-color));

}

.servicii_c_c .category_childrens_with_icons .icon{
    font-size: 5rem;
   color: rgb(var(--theme-primary-color)); 

}
.servicii_c_c .category_childrens_with_icons .content_holder a{
    text-decoration: none !important;
}
.servicii_c_c .category_childrens_with_icons .content_holder:hover{
background-color: rgb(var(--background-primary-color));  
}
.servicii_c_c .category_childrens_with_icons .content_holder:hover .icon{
color:rgb(var(--theme-light-color)); 
}
.servicii_c_c .category_childrens_with_icons .content_holder:hover .content_title{
color:rgb(var(--theme-light-color)); ;
}
.servicii_c_c .category_childrens_with_icons .content_title{
    font-family: var(--theme-primary-font);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
   color: rgb(var(--text-primary-color)); 
}


/*  -------- Shortcode----- category-childrens-with-background-list-view ---    */

.category_childrens_with_background_list_view  ol li{
background-color: transparent !important;
}

.category_childrens_with_background_list_view  ol li .box-background {
background-color: #ccd8e1;
}

.category_childrens_with_background_list_view  ol li:first-child .box-background{
background-color: #A3BDC2;
}
.category_childrens_with_background_list_view  ol li:nth-child(2) .box-background{
background-color: #52ABBE;
}
.category_childrens_with_background_list_view  ol li:nth-child(3) .box-background{
background-color: #4E6E75;
}
.category_childrens_with_background_list_view  ol li:nth-child(4) .box-background{
background-color:#39474A;
}

.category_childrens_with_background_list_view ol{
padding: 0px ;
width:100%;
  list-style: none;

}
.category_childrens_with_background_list_view .element_holder{
    width: 100%;
    padding:0px 15px;
}
.category_childrens_with_background_list_view  li{
    width:20%;
    display: grid;
    padding:0px;
}
@media only screen and (min-width:991.98px) {
.category_childrens_with_background_list_view ol.separated{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-fill: auto;
    column-gap: 10px !important;
}

.category_childrens_with_background_list_view ol.separated li{
   width:calc(20% - 8px);
   margin-bottom:15px;
}
.category_childrens_with_background_list_view  ol li.list_custom_col{
     width:calc(25%);
}
.category_childrens_with_background_list_view ol.separated li.list_custom_col{
   width:calc(25% - 8px);
}
.category_childrens_with_background_list_view ol .list_custom_col .box-background{
    height: 260px !important;
}
}
@media only screen and (max-width:991.98px){
.category_childrens_with_background_list_view ol.separated li{
   margin-bottom:20px;
}}

.category_childrens_with_background_list_view ol li{
  counter-increment: section;
  position: relative;
  margin-bottom:0px;
}
.category_childrens_with_background_list_view ol{
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category_childrens_with_background_list_view ol .list_counter::before{
content: counter(section);
    position: absolute;
    top: 10%;
    left: 10%;
    color: rgb(var(--theme-light-color));
    font-size: 1.5rem;
    font-weight: 700;
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5rem;
    z-index: 10;
    display:none !important;
}
.category_childrens_with_background_list_view ol .list_counter::before{
    display:initial !important;
}
.category_childrens_with_background_list_view  .box-content{
    position: relative;
    bottom: 0px;
}
.category_childrens_with_background_list_view  .box-content.inner_content{
    position: absolute;
    bottom: 0px;
}

.category_childrens_with_background_list_view  .box-content .content__title {
   font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(var(--theme-secondary-color));
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-transform:inherit; 
    text-align: center
}
.category_childrens_with_background_list_view  .box-content.inner_content .content__title{
    color: rgb(var(--title-light-color));
    text-align: left;
    padding-left:15px;
}
/*.proiectele_noastre .project-holder ol li{
    min-height:300px;
    max-height:300px;
    float:left;
}*/
.category_childrens_with_background_list_view  .content__image{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.category_childrens_with_background_list_view  .box-background{
    overflow: hidden;
    position: relative;
    height: 230px !important;
}
.category_childrens_with_background_list_view  .content__image{
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 0.5);
}
.category_childrens_with_background_list_view  li:hover .content__image{
    opacity: 1;
}
@media only screen and (max-width:991.98px){
.category_childrens_with_background_list_view  ol li{
    width: 100%;
    position: relative;
    display: table;
    margin-bottom:0px;
}

}
@media only screen and (min-width:499.98px) and (max-width:991.98px){
.category_childrens_with_background_list_view  ol {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 0px;
  
}
.category_childrens_with_background_list_view  ol.separated{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    column-gap: 15px;
  
}
}
@media only screen and (max-width:499.98px){


.category_childrens_with_background_list_view  ol{
    padding: 0px ;
    width:100%;
    list-style: none;
    column-fill: auto;
    display: grid;
    column-gap: 0px;
}
}
@media only screen and (max-width:991.98px){
.category_childrens_with_background_list_view .content__image{
opacity: 1 !important;
}
.category_childrens_with_background_list_view .element_holder{
    width:100%;
  }
}


    .index.posts__news .postbox__image img{
        width: 100%;
        border-radius: 0px 0px 40px 0px;
    }
    
    .index.posts__news ._proportional_2-4 .postbox__wrap{
        background-color: #fff;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.12));
            border-radius: 0px 0px 40px 0px;
    }
    

    
    .image_box.post_title .post_list_title{
    font-weight: 600;
        font-size: calc(1rem + 0.25vw);
        line-height: calc(1.5rem + 0.25vw);
        color: rgb(var(--theme-light-color));
        padding: 10px;
        padding-right: 15px;
        padding-left: 15px;
        text-transform: inherit;
        border: 4px solid;
        border-radius: 0px 0px 40px 0px;
        margin: 24px;
        text-transform: uppercase;
           position: absolute;
        bottom: 0px;
        width: -webkit-fill-available;
    }
    .post_list .post_box_holder{
    background-color: rgb(var(--theme-light-color));
        height: 100%;
        align-content: space-between;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 40px 0px;
    }
    .post_list .post_box_holder .post__intro{
        padding: 20px 40px 20px 20px;
    }
    .post_list .post_box_holder img{
        border-radius: 0px 0px 40px 0px;
    }
    
    

    
     .dynamic_boxes_element_holder .sc_content_title {
        font-size:calc(1rem + 25vw/100);
        line-height:calc(1.5rem + 25vw/100); ;
    }
    
    ._servicii .category_list .box_content_title{
         font-size:calc(1rem + 25vw/100);
        line-height:calc(1.5rem + 25vw/100); ;
    }
     
    .featured_categories .category_tiles._sub_page .box-content {
        height: 100%;
    }
    
    .featured_categories .category_tiles .box-content img{
        margin-botto:auto;
        margin-top:60px;
        margin-left: auto;
        margin-right: auto;
    }
    .featured_categories .category_tiles li.active img{
        display: block;
    }
    
    .featured_categories .category_tiles li img{
        display: none;
    }
    
    .featured_categories .category_tiles .project-holder .box-content .project__title {
    margin-bottom:20px;
    margin-top:auto;
    
    }
    .post_list_title {
    color: #003553;
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .__istoria .__post_description{
        text-align: justify;
        color: rgb(var(--theme-primary-color));
        font-weight: 500;
        font-size: 1.125rem;
    }
    .__istoria ._post_extra_content{
        display:none;
    }
    .__istoria .post_box_holder.show ._post_extra_content{
        display:block;
    }
    
    .__istoria ._post_content_toogle_off, .__istoria ._post_content_toogle_on{
        display: none;
    
    }
    
    .__istoria .post_box_holder.show ._post_content_toogle_off.show, .__istoria ._post_content_toogle_on.show{
        display: block;
        cursor: pointer;
    }
    
    .postbox__wrap.size_md .postbox__created {
    display: none !important;
    }
    .postbox__wrap.size_sm .postbox__created._floating {
    display: none !important;
    }
    .postbox__wrap.size_md .postbox__created._floating{
    position: absolute;
        top: 0px;
        padding: 10px 10px;
        background: #003B6A;
        color: #fff;
        width: 60px;
         height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0px 0px 25px 0px;
        font-size: 14px;
        left: 20px;
       
    }
    .postbox__wrap._list_style .postbox__created._floating{
    position: absolute;
        top: 0px;
        padding: 10px 10px;
        background: #003B6A;
        color: #fff;
        width: 60px;
         height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0px 0px 25px 0px;
        font-size: 14px;
        left:0px;
    }
    
    .postbox__wrap._list_style .postbox__intro{
    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            margin-top: 1rem;
            font-size: .9rem;
        }
     .postbox__wrap._list_style{
        background-color: #fff;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.12));
        border-radius: 0px 0px 40px 0px;
    }
    .postbox__wrap._list_style .postbox__content{
    padding: 10px 20px 10px 0px !important;
        }
    
       .postbox__wrap._list_style img{
           border-radius: 0px 0px 25px 0px;
       }
    
       .post.post__news .post__intro{
        font-size: 1.125rem;
        font-weight: 500;
        color:rgb(var(--theme-primary-color));
        line-height: 1.5rem;
        font-style: italic;
       }
      .post.post__news  .post_box_holder .content_title {
        color: rgb(var(--title-primary-color));
        font-size: 1.75rem;
        font-weight: 600;
        text-transform: uppercase;
      }
     .post.post__news  .post_box_holder{
      background-color: rgb(var(--theme-light-color));
        height: 100%;
        align-content: space-between;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 40px 0px;
        min-height: 63vh;
    }
    .ctm_px{
        padding-right:50px;
        padding-left:40px;
    }
    
    .post.__single_post_page .postbox__created._floating {
        position: absolute;
        top: 0px;
        padding: 10px 10px;
        background: #003B6A;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0px 0px 25px 0px;
        font-size: 14px;
        left: 0px;
    }
    .custom_header_button_holder a{
        color:#fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1rem;
        max-width: 140px;
        text-align: center;
        display: block;
        line-height: 1rem;
    
    }
    .custom_header_button_holder a span{
        color: #00CBFF;
    }
    
    .primary_banner._sub_header .project__image img{
        border-radius:0px 0px 40px 0px;
        max-height: 500px;
    }
    
    .primary_banner._sub_header .box-content{
        background-color:#00CBFF;
        padding: 20px;
        display: inline-block;
        position: absolute;
        bottom: 40px;
        max-width: 360px;
        left:40px;
        border-radius:0px 0px 40px 0px;
    }
    
    .primary_banner._sub_header .box-content .project__title{
        font-family: var(--theme-primary-font);
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: initial;
        color: rgb(var(--title-primary-color));
        position: relative;
        margin: 0;
        text-decoration: none !important;
        text-transform: uppercase;
    }
    
    .primary_banner.slick-initialized .slick-arrow{
        bottom:0px;
    }
    .primary_banner.slick-initialized .slick-next{
    left: 100%;
    margin-left: -100px;
        bottom:20px;
            top: auto;
            z-index: 99;
    
    }
    .primary_banner.slick-initialized .slick-prev{
    left: 100%;
        margin-left: -170px;
        bottom:20px;
            top: auto;
            z-index: 99;
    }
    .primary_banner  .slick-prev, .primary_banner .slick-next{
        width:60px;
        height:60px;
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        font-size: 40px;
        *background-color: #000;
        opacity: 0;
           overflow: hidden;
    }
    .primary_banner .slick-prev:before, .primary_banner .slick-next:before{
        font-size:40px;
    }
    .primary_banner._sub_header .banner_nav_overlay{
        padding: 20px;
        display: inline-block;
        position: absolute;
        left:100%;
       margin-left: -200px;
        bottom:0px;
            top: auto;
            z-index: 99;
        display: flex;
      
    }
    
    
    
    
    
    
    @media only screen and (max-width:991.98px){
    ._subheader_banner .container{
        padding: 0px !important;
    }
    section.__lini .selected_line._mobile_v {
            font-size: 2rem;
            min-width: 60px;
            height: 60px;
            padding: 0px 10px;
            margin-top: 0px;
            margin-bottom: auto;
            white-space: nowrap;
        }
    .primary_banner._sub_header .project__image{
       height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        background-size: cover;
        border-radius:0px 0px 0px 0px;
    }
    .primary_banner._sub_header .project__image img{
        border-radius:0px 0px 0px 0px;
    }
    .primary_banner._sub_header .box-content{
        background-color:#00CBFF;
        padding: 15px;
        display: inline-block;
        position: relative;
        bottom: 0px;
        max-width: 100%;
        left:0px;
        border-radius:0px 0px 40px 0px;
        position: relative;
        justify-content: start !important;
        height: 120px;
    
    }
    
    .primary_banner._sub_header .box-content .project__title{
        font-family: var(--theme-primary-font);
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5rem;
        text-transform: initial;
        color: rgb(var(--title-primary-color));
        position: relative;
        margin: 0;
        text-decoration: none !important;
        text-transform: uppercase;
        overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 50px;
    }
    
    .primary_banner.slick-initialized .slick-arrow{
        bottom:0px;
    }
    .primary_banner.slick-initialized .slick-next{
    right: 50%;
    margin-right: -55px;
        bottom:140px;
            top: auto;
            z-index: 99;
                    left: auto;
            margin-left: auto;
    
    }
    .primary_banner.slick-initialized .slick-prev{
    left: 50%;
        margin-left: -50px;
        bottom:140px;
            top: auto;
            z-index: 99;
                    right: auto;
            margin-right: auto;
    }
    .primary_banner  .slick-prev, .primary_banner .slick-next{
        width:50px;
        height:50px;
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        font-size: 40px;
        *background-color: #000;
        opacity: 0;
           overflow: hidden;
    
    }
    .primary_banner .slick-prev:before, .primary_banner .slick-next:before{
        font-size:40px;
    }
    .primary_banner._sub_header .banner_nav_overlay{
       padding: 0px;
            display: inline-block;
            position: absolute;
            left: 50%;
            margin-left: -40px;
            bottom:140px;
            top: auto;
            z-index: 99;
            display: flex;
            background: #0000002e;
            border-radius: 8px;
      
    }
    .primary_banner._sub_header .banner_nav_overlay img{
        max-width:40px !important ;
    }
    }
    
    .post_galery   .slick-prev:before, .post_galery  .slick-next:before{
       color:#000;
    
    }
    .post_galery   .slick-prev:after, .post_galery  .slick-next:after{
       color:#000;
    
    }
    
    
    footer  ._footer_title {
        font-weight: 700;
        font-size: 1rem;
        text-align: left;
        display: block;
    }
    
    footer ._adress_h ul li{
    text-align: left;
    }
    footer .logo._primary{
        text-align: right;
        vertical-align: baseline;
        display: flex;
        align-items: flex-start;
        justify-content: end;}
    
    
        .primary_banner {
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
    }
    
    .primary_banner.slick-initialized {
        visibility: visible;
        opacity: 1;    
    }
    
    @media only screen and (max-width:767.98px){
        footer  ._footer_title {
       
        text-align: center;
       
    }
    
    footer ._adress_h ul li{
    text-align: center;
    }
    .ctm_mp{
        padding-left:15px;
        padding-right: 15px;
    }
    .ctm_rmp .container > .row > .col-12{
        padding: 0px;
    }
    .content_title.line_inline .content_title__title{
        bottom: 5px;
    }
    ._title_inlne_button{
        font-size: 1rem;
        top: 50px;
        max-width: 160px;
        right: 0px;
    }
    .post.post__news .post_box_holder{
        filter: none;
    }
    .ctm_px{
      padding-left:15px;
        padding-right: 15px; 
    }
    .app_calltoaction .box_holder{
        padding: 30px 20px;
    }
    .category_inner_banner .floating_box{
        height: 200px;
    }
    .category_inner_banner .box-background .category__image{
        height: 300px !important;
    }
    .postbox__wrap._list_style .postbox__content{
        padding: 10px 20px 10px 20px !important;
    }
    }
    
    .post__desc form .form-group{
        margin-bottom: 15px;
        
    }
    .post__desc form .form-group label ~ div{
        display: none !important;
    }
    .post__desc form .form-group._label label{
        background-color:#EEEEEE;
        color:rgb(var(--title-primary-color));
        width: 100%;
        min-height: 38px;
        border: 1px solid #C4C4C4;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        align-items: center;
        padding-left: 12px;
        border-radius: 5px;
    }
    .post__desc form .form-group input{
        border: 1px solid #C4C4C4;
    }
    
    .post__desc form .form-group textarea{
        border: 1px solid #C4C4C4;
    }
    
    .post__desc form .form-group.form_ctm_text input{
        border:none !important;
        border-bottom: 1px solid rgb(var(--title-primary-color)) !important;
        border-radius: 0px;
        cursor:default;
         color:rgb(var(--title-primary-color));
         font-size: 14px;
           font-weight: 600;
    }
    
    .post__desc form .form-group ._form_ctm_btn{
        background-color:#FFA500;
        color:rgb(var(--title-primary-color));
        border: 1px solid #C4C4C4;
         font-weight: 600;
        font-size: 1rem;
        border-radius: 0px 0px 15px 0px;
    }
    
    
    
    .galery_nav_overlay._left{
       position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
        z-index: -1;
    }
    
    .galery_nav_overlay._right{
       position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
       
        z-index: -1;
    
    }
    .post_box_holder img{
        border-radius: 0px 0px 40px 0px;
    }
    .post_galery img{
        border-radius: 0px 0px 40px 0px;
    }
    .post_galery  .slick-prev, .post_galery .slick-next{
        width:50px;
        height:50px;
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        font-size: 40px;
        *background-color: #000;
        opacity: 0;
           overflow: hidden;
            margin-top: -25px;
    
    }
    
        .post_galery  .slick-prev{
        left:-70px;
    } 
    .post_galery .slick-next{
        right:-70px;
    }
    
    .vertical_text{
         writing-mode: vertical-rl; /* Szöveg függőlegesen jobbról balra */
      text-orientation: upright; /* Betűk egyenesen álljanak */
      font-size: 1rem;           /* Betűméret */
      line-height: 1.2;
            position: absolute;
            right: 17px;
            top: 50%;
        transform: translatey(-50%);
        white-space: nowrap;
    }
    
    @media only screen and (max-width:991.98px){
        .post_galery  .slick-prev{
        left:-40px;
    } 
    .post_galery .slick-next{
        right:-40px;
    }
    section.__lini .right_box.__stations .stations_list_holder:first-child ul{
        position: initial !important;
        overflow: initial !important;
    }
    }
    
    @media only screen and (max-width:575.98px){
    .dynamic_boxes_element_holder .sc_content_title{
        font-size: calc(.8rem + 15vw / 100);
        line-height: calc(1.2rem + 15vw / 100);
    }
    }
    
    .category_tiles_with_icons._sub_page  .dynamic_boxes_holder ul{
       grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
    }
    .category_tiles_with_icons._sub_page  .dynamic_boxes_holder li.active .dynamic_boxes_element_holder {
       border:4px solid rgb(var(--theme-primary-color));
    }
    
    .header_top_ext .notification p{
        margin-bottom:0px;
    }
    
    .category_icon ._icon_box {
        background-color: rgb(var(--theme-light-color));
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        align-content: space-between;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.12));
        border-radius: 0px 0px 25px 0px;
        padding: 20px;
        position: relative;
        overflow: hidden;
    }
    .category_icon ._icon_box i{
        font-size: 7.5rem;
        color: rgb(var(--theme-primary-color));
    }
    

    
    .content-loading {
      position: relative;
    }
    
    /* A töltés overlay-t létrehozza a ::before ál-elemmel */
    .content-loading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 10;
      display: block;
    }
    
    /* Spinner létrehozása a ::after ál-elemmel */
    .content-loading:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin-left: -20px; /* Spinner középre igazítása */
      margin-top: -20px;  /* Spinner középre igazítása */
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-top-color: #000;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      z-index: 11; /* Az overlay fölé helyezve */
      display: block;
    }
    
    
    /* Spinner animáció */
    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }
    
    ._show_more_content_toogle .btn_holder{
        background-color:rgba(0, 203, 255, 0.2) ;
        border: 1px solid rgba(196, 196, 196, 1);
            padding: 10px 15px;
        border-radius: 0px 0px 12px 0px;
    } 
    ._show_more_content_toogle .btn_holder ._btn_title{
    font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
        color: #003553;
        text-transform: uppercase;
        display: block;
        text-align: left;
    }
    
    ._show_more_content_toogle_times .btn_holder{
        background-color:rgba(0, 203, 255, 0.2) ;
        border: 1px solid rgba(196, 196, 196, 1);
            padding: 10px 15px;
        border-radius: 0px 0px 12px 0px;
    } 
    ._show_more_content_toogle_times .btn_holder ._btn_title{
    font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
        color: #003553;
        text-transform: uppercase;
        display: block;
        text-align: left;
    }
  
    ._show_more_content_toogle.show ._arrow_icon img{
        rotate: 0deg !important;
    }
    
   
    ._show_more_content_toogle .btn_holder{
        margin:5px;
        margin-right: 0px;
    }
    
    }
 
    @media only screen and (min-width:1399.98px){
      header ._extra_header_links{
        justify-content: center !important;
      }
    }
    
    @media only screen and (min-width:1599.98px){
      header ._extra_header_links{
        justify-content: end !important;
      }
    }
    
    
    table.resp_fix td , table.resp_fix p{
    text-align:left !important;
    }
    table tbody tr:first-child td p{
        text-align: center !important;
    }
    @media only screen and (max-width:767.98px){
    
    table.resp_fix tr{
    width: 100%;
        display: flex;
        flex-direction: row;
    }
    table.resp_fix td, table.resp_fix p{
    max-width: 120px;
    word-break: break-word;
    word-wrap: break-word; 
    overflow-wrap: break-word;
    text-align:left;
    }
    table.resp_fix td{
        display: flex;
    align-items: center;
    }
    table.resp_fix tr td:first-child{
        justify-content: center;
    }
    }
    
    
    .post_content table , .post__intro table{
        text-align: left;
    }
    .table-responsive {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; /* iOS gördítés */
    }
    
     table.custom_responsiv_table {
      width: 100%;
      border-collapse: collapse;
    }
    
    .custom_responsiv_table td, th {
      padding: 8px;
      text-align: center;
      border: 1px solid #ddd;
    }
    
    
    @media screen and (max-width: 768px) {
      table.custom_responsiv_table , .custom_responsiv_table thead, .custom_responsiv_table tbody, .custom_responsiv_table th, .custom_responsiv_table td, .custom_responsiv_table tr {
        display: block;
      }
      table.custom_responsiv_table thead{
        display: none !important;
      }
      .custom_responsiv_table tr {
        margin-bottom: 10px;
      }
      
            .custom_responsiv_table td {
            text-align: left;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-image: linear-gradient(90deg, #1f3864 131px, #fff 110px);
        }
    
      .custom_responsiv_table td:before {
        content: attr(data-label); 
        font-weight: bold;
        width: 120px;
        min-width: 120px; 
        text-align: left;
        padding-right: 10px;
        background-color: #1f3864; 
        color: #ffffff; 
        padding: 5px;
        border-radius: 0px; 
                margin-right: 10px;
            font-size: 14px;
      }
      .custom_responsiv_table td span {
        flex: 1; /* Jobb oldali tartalom kitöltése */
      }
    }
    

.banner .carousel-inner{
    background-color: #fff !important;
}
@media (max-width: 567.98px) {
 .header-top__logo a {
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -32px;
    top: 10px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
}
}