@media (min-width:1200px) {
    .container {
        max-width: 1032px
    }
}

body {
    padding-top: 5px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.subscribe-now .footer {
    font: 15px/1.8em;
    margin: 20px auto
}

.subscribe-now .header {
    font: 15px/1.8em
}

.subscribe-now .form-horizontal {
    padding-bottom: 0;
    margin-bottom: 0
}

.subscribe-now .footer {
    text-align: center;
    background: #fff;
    padding-bottom: 0
}

.subscribe-now h2 {
    margin: 10px 0
}

.subscribe-now form {
    margin-bottom: 20px
}

.subscribe-now form.form-newsletter {
    max-width: 300px
}

.subscribe-now p {
    margin-bottom: 20px
}

.btn-custom {
    color: white;
    background-color: rgb(187, 210, 68)
}

.btn-custom hover {
    color: rgb(78, 95, 105)
}

.navbar {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    font-size: 14px
}

.titlu-modul-rs {
    font-size: 18px;
    color: #b90404;
    font-weight: bold;
}
.modul-produse-rs{
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 5px;
}
.modul-produse-rs a{
    color: rgb(185, 4, 4);
} 

@media screen and (max-width:580px) {
    .l1, .l2, .l3, .l4, .l5 {
        font-size: 12px !important
    }

    .articol {
        margin-left: -45px !important
    }
}

@media only screen and (max-width:1000px) {
    .noMobile {
        display: none !important
    }

    .box {
        width: auto
    }

    .onlyMobile {
        display: block !important
    }
}

@media only screen and (min-width :1001px) {
    .noMobile {
        display: block !important
    }

    .onlyMobile {
        display: none !important
    }
    
}
h3.page-header.headline-stiri {
    margin-top: 70px !important;
}
@media only screen and (max-width: 720px) {
    section.subscribe-now .row.header {
        padding: 20px 0px !important;
    }
    .pfa-card{
        flex-direction: column;
    }
}

.box {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    display: block;
    clear: both
}
.listItem {
    padding: 4px 0px;
    font-weight: 500;
}
.iconList{
    margin-right: 5px;
}
.listItem{
    padding: 5px 0px;
}
a.big_link {
    position: relative;
    display: inline-block;
    float: right;
    padding: 0px 10px 0px 24px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 36px;
    background: #bad144;
    color: #fff;
}
a.big_link::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 14px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
a.big_link::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 14px solid #bad144;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.btn-group-xs>.btn, .btn-xs{
    font-size: 14px !important;
}
.small, small{
    font-size: 14px !important;
}
input#accept_gdpr {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
}
/* ---------------- tabs ------------------ */
.plmtab2 a, .plmtab a {display:block;padding:2px;margin-bottom:5px;}
.plmtabtriggers, .plmtab2triggers {list-style-type:none;margin:0px;text-align:center;padding: unset;}
.plmtabtriggers li, .plmtab2triggers li {display:inline-block;float:left;border-right:2px solid #FFF;}
.plmtabtrigger, .plmtab2trigger {font-size:10px;display:block;color:#FFF !important;background-color:#4f606a;border-bottom:1px solid #FFF;text-decoration:none;margin:0px;padding:0px 5px;line-height:30px;height:30px;overflow:hidden;font-size:14px;color:#FFF;} 
.plmtabtrigger:hover, .plmtab2trigger:hover {background-color:#bad143;color:#FFF;text-decoration:none;}
.plmtabtrigger.active, .plmtab2trigger.active {background-color:#bad143;color:#FFF;border-bottom:1px solid #bad143;text-decoration:none;}
.plmtab, .plmtab2 {display:none;background-color:#FFF;border:3px solid #bad143;border-top-width:5px;padding:10px 0px;}
.plmtab.active, .plmtab2.active {display:block;position:relative;clear:both;}
.articole_similare_tab a,.ultimele_articole_similare_tab a,.plmtab a, .plmtab2 a {padding-left:10px;margin:0px 10px;display:block;    color: #4e5e6b;}
.articole_similare_tab a:hover,.ultimele_articole_similare_tab a:hover,.plmtab a:hover, .plmtab2 a:hover {text-decoration:none;}
.articole_similare_tab a.moreLink,.ultimele_articole_similare_tab a.moreLink  {padding:0px !important;margin:0px !important;}

.btn-primary{
    white-space: normal !important;
    word-wrap: break-word !important;
}

@media only screen and (max-width: 792px) {
    .subscribe-now{
        padding: 20px;
    }
    .page-header{
        font-size: 25px !important;
    }
    .container img {
        width: 100% !important;
    }
    
}

.onlyDesktopApi{
    display: block;
}
.onlyMobileApi{
    display: none;
}
@media only screen and (max-width: 792px) {
    .onlyDesktopApi{
        display: none;
    }
    .onlyMobileApi{
        display: block;
    }
    body{
        word-wrap: break-word !important;
    }
  }

  .listItem {
    padding: 5px 0px!important;
}
.iconList {
    margin-right: 5px !important;
}
math {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}
table {
    width: 100% !important;
    display: block !important;
    overflow: auto !important;
    border: unset !important;
}

/* SEMINARII */
#seminarii_box{position:relative;width:100%;height:150px;overflow:hidden;padding:0px;margin-top: 25px;
    margin-bottom: 25px;}
#seminarii_box .box{padding:0px;}
#seminarii_box .seminariu{position:relative;display:block;max-width:100%;height:150px;padding: 20px 35px 20px 160px;
	background:#f2f2f2 !important;}
#seminarii_box .seminariu a{color:#000;}
#seminarii_box .seminariu .sem_date{display:block;position:absolute;top:0px;left:0px;width:140px;height:150px;
	background:#e4e5e6;padding:10px 10px 10px 30px;font-size: 16px !important;}
#seminarii_box .seminariu .sem_date > span{display:block;line-height:26px;font-size:22px;text-align:center;text-transform:uppercase;}
#seminarii_box .seminariu .sem_date > span.zi{line-height:50px;font-weight:bold;font-size:44px;}
#seminarii_box .seminariu .sem_locuri{display:flex;    align-items: center;position:absolute;top:0px;right:0px;width:120px;height:100px;
	background:#e4e5e6;padding:20px 30px 10px 10px;font-weight:normal;text-align:center;}
#seminarii_box .seminariu .sem_title{display:block;padding-bottom:5px;font-size:16px;line-height:1.2;}
#seminarii_box .seminariu .sem_option{text-align:right;padding:10px 5px;}
#seminarii_box .seminariu .sem_option a{display:inline-block;line-height:34px;border:1px solid #4f5357;color:#4f5357;padding:0px 10px;border-radius:4px;margin-right: 6px;
}
#seminarii_box .seminariu .sem_option a:hover{border-color:#fd9700;}
#seminarii_box .bx-wrapper .bx-controls-direction a{top:20px !important;}

@media only screen and (max-width: 600px) {
    .subscribe-now  img.img.img-responsive {
        width: 150px !important;
        margin: auto !important;
        float: unset !important;
    }
    #seminarii_box .seminariu .sem_date{
        display: none !important;
    }

    #seminarii_box .seminariu{
        padding: 10px 35px 5px 35px;
        height: 230px;
    }
    #seminarii_box{
        height: 230px;
    }
    .bx-controls.bx-has-controls-direction {
        display: block!important;
    }
    #seminarii_box .bx-wrapper .bx-controls-direction a{top:50px !important;height: 80px!important;}
}

.cmu_tags {
    background: #9e9e9ede;
    border-radius: 3px 0 0 3px;
    color: #fff !important;
    display: inline-block !important;
    /* height: 26px; */
    /* line-height: 26px; */
    padding: 0 30px 0 10px;
    position: relative;
    margin: 0 3px 3px 0;
    text-decoration: none;
}

.cmu_tags::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    right: 13px;
    position: absolute;
    width: 6px;
    top: 6px;
}

.box_ccontainer{
   display: block;
    background: #bbd24442;
    overflow: hidden;
    border-radius: 4px;
    color: #000;
    /* font-weight: bold; */
    max-width: 350px !important;
    text-align:center;
    font-size: 13px; 
    line-height: 1.1; 
    padding: 5px;
}
.logoMobile{
    display: none;
}
.logoDesktop{
    display: block;
}
@media only screen and (max-width : 1020px)   {
    .dNoneM{
      display: none !important;
    }
    .logoMobile{
        display: block;
        padding: unset;
        margin: auto;
    }
    .logoDesktop{
        display: none;
    }
}
@media only screen and (max-width : 650px)   {
    #search{
        max-width: 100% !important;
    }
    #btn-form-search {
        padding: 9px;
    }
    .container .logoMobile {
        height: 150px;
        width: auto !important;
    }
    .navbar-form{
        padding: 0px 5px !important;
        margin-bottom: 0px !important;
    }
}
.navbar-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: white;
}
.navbar-nav li {
    position: relative;
    padding: 0 10px;
}
.navbar-collapse{
    padding-right: 0px !important;
}
.dFlexContainer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-c {
    display: flex;
}
.gap-50{
    gap:50px;
}
.align-items-center{
    align-items: center;
}
.box_news_top{
    padding: 15px 10px;
    box-shadow: 0px 0px 10px 4px rgb(186 209 64 / 25%);
    border-top-right-radius: 70px;
    margin-bottom: 30px;
}
.justify-content-center {
    justify-content: center;
    display: flex;
    align-items: center;
}
#navigare a.breadcrumbs{position:relative;display:inline-block;padding:0px 2px 0px 10px;margin-right:4px;line-height:22px;background:#9bb128;color:#fff;}
#navigare a.breadcrumbs::before{content:'';position:absolute;left:0px;top:0px;display:block;width:0px;height:0px;
	border-left:7px solid #fff;border-top:11px solid transparent;border-bottom:11px solid transparent;}
#navigare a.breadcrumbs::after{content:'';position:absolute;left:100%;top:0px;display:block;width:0px;height:0px;
	border-left:7px solid #9bb128;border-top:11px solid transparent;border-bottom:11px solid transparent;}
#navigare a.breadcrumbs:hover{background:#9bb128;color:#fff;}
#navigare a.breadcrumbs:hover::after{border-left-color:#9bb128;}
.time-container{display: flex;justify-content: space-between;}
.page-header{margin: 25px 0 25px !important;}
.container-flex {display: flex;justify-content: space-between;align-items: center;}
.btns-social{min-width: 200px;}
.article-content .hn-meta.large {
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}
.article-content .hn-meta .authors {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.article-content .hn-meta .article-source {
    display: inline;
    left: -3px;
    position: relative;
    color: #9bb128;
    font-weight: bold;
}
.article-content .hn-meta .article-source::before {
    color: rgb(57, 57, 57);
    content: " • ";
    margin-left: 4px;
}
.imgAutor{
    max-width:200px; 
    height:auto;    
    float: left; 
    margin-right: 10px;
}
.containerAutor{
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 170px;
}
@media only screen and (max-width : 650px)   {
    .cssonD{
        width: 100% !important;
    }
    .subscribe-now{
        padding: unset !important;
    }
    #search{
        max-width: 100% !important;
    }
    #btn-form-search {
        padding: 9px;
    }
    .container .logoMobile {
        height: 150px;
        width: auto !important;
    }
    .navbar-form{
        padding: 0px 5px !important;
        margin-bottom: 0px !important;
    }
    .container-flex {
        justify-content: space-between !important;
        align-items: baseline !important;
        flex-direction: column!important;
    }
    .time-container{
        flex-direction: column !important;
        align-items: flex-start!important;
    }
    .col-md-8{
        padding: unset !important
    }
    .navbar-form{
        padding: unset !important;
        margin: 0px 0px;
    }
    form#search-form-2 {
        display: none !important;
    }
    .btns-social{
        min-width: unset!important;
        margin-top: 10px !important;
    }
    .st-btn.st-last.st-remove-label {
        display: inline-block !important;
    }
}
.nfc-wrap {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 40px 48px;
    background: #fafaf7;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 4px rgb(186 209 64 / 25%);
    width: 100%;
  }

  .nfc-book { flex: 0 0 220px; position: relative; }
  .book-shadow {
    position: absolute;
    bottom: -10px; left: 50%;
    transform: translateX(-50%);
    width: 160px; height: 18px;
    background: rgba(0,0,0,0.12);
    border-radius: 50%;
    filter: blur(6px);
  }

  .book-img {
    width: 220px;
    background: #c8c4e8;
    border-radius: 4px 10px 10px 4px;
    padding: 20px 16px 20px 28px;
    position: relative;
    box-shadow: 4px 6px 18px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .book-spine {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 20px;
    background: #a09ad0;
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 3px;
  }

  .spine-ring {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: #f5f3ff;
    border: 2px solid #8880c8;
  }

  .book-badge {
    font-size: 9px; font-weight: 600;
    color: #3c3489;
    background: #eeedfe;
    border-radius: 4px;
    padding: 2px 6px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: .5px;
  }

  .book-logo { font-size: 9px; color: #534ab7; font-weight: 500; text-align: right; }

  .book-title { font-size: 18px; font-weight: 700; color: #26215c; line-height: 1.2; margin: 4px 0; }
  .book-year  { font-size: 28px; font-weight: 800; color: #26215c; }

  .book-card {
    background: #e8e4f5;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .book-tag {
    background: #534ab7;
    color: #fff;
    font-size: 10px; font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
    margin-top: 6px;
  }

  .book-footer { font-size: 8px; color: #7f77dd; margin-top: 8px; }

  /* ── CONTENT ── */
  .nfc-content { flex: 1; display: flex; flex-direction: column; gap: 16px; }

  .nfc-h1 { font-size: 30px; font-weight: 700; color: #1a1a2e; line-height: 1.15;margin-bottom: 25px;}
  .nfc-h2 { font-size: 24px; font-weight: 600; color: #1a1a2e; }

  .nfc-body { font-size: 15px; color: #555; line-height: 1.65; }

  .nfc-input {
    width: 100%;
    border: 1.5px solid #d0cfe8;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background: #fff;
    outline: none;
  }
  .nfc-input:focus { border-color: #534ab7; }

  .nfc-btn {
    width: 100%;
    padding: 14px;
    background: #2b4a9f;
    color: #fff;
    font-size: 16px; font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: .2px;
  }
  .nfc-btn:hover { background: #1e3a87; }

  .nfc-disclaimer { font-size: 12px; color: #999; text-align: center; }

.modal-center-content {
    background: #f8fbe8;
    border-left: 3px solid #bad143;
    padding: 10px 12px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 16px;
}
.modal-paddding {
    padding: 16px 16px 16px;
}
.modal-bottom-content {
    text-align: center;
}
input#btn-mobile-floater {
    width: 100%;
    background: #3F51B5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}
#btn-mobile-floater {
    animation: glow-pulse 2s ease-in-out infinite;
}
.bounce-icon-buton   { display: inline-block; animation: bounce-icon 2s ease-in-out infinite; }
@keyframes bounce-icon {
  0%, 100% { transform: translateY(0); }
  40%       { transform: translateY(-6px); }
  60%       { transform: translateY(-3px); }
}

@keyframes slide-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 0 0   rgba(186, 209, 67, 0.45); }
  50%       { box-shadow: 0 0 0 8px rgba(186, 209, 67, 0); }
}

  .pfa-card {
  
    background: var(--color-background-primary);
    border: 0.5px solid var(--color-border-tertiary);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background: #f7f2e4;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pfa-accent {
    width: 6px;
    flex-shrink: 0;
    background: #97ab33;
  }

  .pfa-body {
    padding: 2rem 2rem 1.75rem;
    flex: 1;
  }

  .pfa-badge {
    display: inline-block;
    background: #97ab33;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 0.85rem;
  }

  .pfa-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-text-primary);
    margin: 0 0 0.35rem;
  }

  .pfa-subtitle {
    font-size: 13px;
    color: var(--color-text-secondary);
    margin: 0 0 1.5rem;
    line-height: 1.5;
  }

  .pfa-input-row {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .pfa-input-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
  }

  .pfa-input-wrap i {
    position: absolute;
    left: 12px;
    font-size: 16px;
    color: var(--color-text-secondary);
    pointer-events: none;
  }

  .pfa-input-wrap input {
    width: 100%;
    padding: 0 12px 0 36px;
    height: 44px;
  
    font-size: 14px;
    background: var(--color-background-secondary);
    border: 0.5px solid var(--color-border-secondary);
    border-radius: var(--border-radius-md);
    color: var(--color-text-primary);
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.15s;
  }

  .pfa-input-wrap input:focus {
    border-color: #97ab33;
    box-shadow: 0 0 0 3px rgba(29,158,117,0.12);
  }

  .pfa-btn {
    height: 44px;
    padding: 0 20px;
    background: #97ab33;
    color: #fff;
    border: none;
    border-radius: var(--border-radius-md);
  
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
  }

  .pfa-btn:hover { background: #0F6E56; }
  .pfa-btn:active { transform: scale(0.98); }

  .pfa-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 0.85rem;
  }

  .pfa-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #97ab33;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }

  .pfa-consent label {
    font-size: 11.5px;
    color: var(--color-text-secondary);
    line-height: 1.5;
    cursor: pointer;
  }

  .pfa-consent label a {
    color: #97ab33;
    text-decoration: none;
  }

  .pfa-divider {
    width: 0.5px;
    background: var(--color-border-tertiary);
    flex-shrink: 0;
    margin: 1.5rem 0;
  }

  .pfa-book-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    flex-shrink: 0;
  }

  .pfa-book-wrap {
    position: relative;
    width: 130px;
  }

  .pfa-book-cover {
    width: 90px;
    height: 120px;
    background: linear-gradient(145deg, #e85d8a 0%, #c83468 100%);
    border-radius: 3px 8px 8px 3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    box-shadow: 3px 4px 14px rgba(0,0,0,0.18), inset -2px 0 6px rgba(0,0,0,0.12);
    position: relative;
    box-sizing: border-box;
  }

  .pfa-book-cover::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 10px;
    background: rgba(0,0,0,0.18);
    border-radius: 3px 0 0 3px;
  }

  .pfa-book-title {
  
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 1;
  }

  .pfa-book-label {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #ffff00;
    color: #333;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 4px;
    border: 0.5px solid #5DCAA5;
  }