﻿body {
    background-color: WHITE;
    /* background-image: url("bg-pleter.png");*/
    background-position: right top;
    background-repeat: repeat-y;
    padding-top: 110px;
}

.hover-effect {
    text-decoration: none !important;
}

    .hover-effect:hover,
    .hover-effect:focus,
    .hover-effect:active,
    .hover-effect:visited {
        text-decoration: none !important;
    }

.opsdet table td {
    padding: 10px 12px !important;
}

.logo-head {
    width: 400px;
    height: 110px;
    background-image: url("vladazzhlogo.png");
    background-repeat: no-repeat;
    
}
/* <uniquifier > : Use a unique and descriptive class name
/* <weight > : Use a value from 200 to 1000*/
.mobileview {
    display: none !important;
}
/*Dugme Back to TOP*/
#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 6px; /* blagi radius */
    background: rgba(255,255,255,0.85); /* bijela transparentna */
    color: #123964;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 10005;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    #backToTop:hover {
        transform: translateY(-3px);
    }
/*END*/
/*Disleksija*/
.btnPristupacnost {
    background-image: url("acc.png");
    color: white;
    border: none;
    padding: 0px 14px;
    font-size: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: white;
    background-repeat: no-repeat;
    position:relative;
    right:20px;
    
}
#disleksija-panel {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    visibility: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    min-width: 180px;
    white-space: nowrap;
}
.postaviTekst {
    background-color: #123964;
    color: white;
    border: none;
    padding: 6px 10px;
    margin: 4px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
}
/*END*/
/*Search****************************/
.search-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    top: 52px;
    left: 380px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: opacity 220ms ease, background 220ms ease, visibility 0s linear 220ms;
}

    /* OTVORENO – sporije */
    .search-modal.search-modal-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        background: rgba(0,0,0,0);
        transition: opacity 360ms ease, background 360ms ease, visibility 0s;
    }

.search-modal-content {
    background: #fff;
    width: 505px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    transform: translateY(-40px);
    opacity: 0;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
    will-change: transform, opacity;
    /* SJENA LIJEVO & DESNO */
    box-shadow: -12px 0 18px rgba(0, 0, 0, 0.08), 12px 0 18px rgba(0, 0, 0, 0.08);
}

/* OTVORENO – sporije */
.search-modal.search-modal-open .search-modal-content {
    transform: translateY(60px);
    opacity: 1;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.search-modal-content h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
}

.search-modal-content label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.search-modal-content input {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
}

.search-modal-content button {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background: #123964;
    color: white;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
    cursor: pointer;
}

/***********************************/
.Klasa-Ured {
    width: 100%;
}
.red{background-color:red;}
.df{
    display:flex;
}
.sjenaokvir {
    background-color: white;
    
  
    transition: .5s;
    box-shadow: 0px 5px 20px 0px #00000014;
    
}
.sjenaokvir-male {
    background-color: white;
    padding-right:20px;
    transition: .5s;
    box-shadow: 0px 5px 20px 0px #00000014;
}
.Klasa-Ured td th {
    padding: 10px;
    background-color: red;
}

.font {
    font-family: "Nunito Sans", sans-serif;
}

.crvena {
    background-color: red;
    height: 200px;
}

.plava {
    background-color: blue;
    height: 200px;
}

.okvir {
    background-color: white;
    margin-top: 40px;
    border-radius: 80px;
    height: 80px;
    padding: 18px;
}

.pt0 {
    margin-top: 0px;
    padding-top: 0px;
}

a {
    text-decoration: none;
    border: none;
}

.pl {
    padding-left: 0px;
}

.pr {
    padding-right: 0px;
}

.mr30 {
    margin-right: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.row {
    margin: 0px;
}

.srch {
    cursor: pointer;
}

.hdpomak{
    padding-top: 35px;
}
.hdpomakIII {
    padding-top: 45px;
}

.ocisti {
    clear: both;
}

.topbarColor {
    color: blue;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 10px;
}

.floatl {
    float: left;
}

.lh40 {
    line-height: 40px;
}

.headerI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #123964;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    height: 110px;
    /* SJENA NA DNU */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}
/*************Tablica Biografija*****************************************************************/
/* Glavna biografija */
.bio-table {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    border-collapse: collapse;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #222;
    line-height: 1.6;
    background-color: #fff;
}

.bio-photo {
    width: 250px;
    padding-right: 25px;
    vertical-align: top;
}

    .bio-photo img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: block;
    }

.bio-content {
    vertical-align: top;
}

    .bio-content h1 {
        font-size: clamp(22px, 2.8vw, 32px);
        color: #004080;
        margin-bottom: 5px;
    }

    .bio-content .title {
        font-size: clamp(14px, 1.4vw, 18px);
        color: #555;
        margin-bottom: 20px;
    }

    .bio-content h2 {
        font-size: clamp(18px, 2.2vw, 24px);
        border-bottom: 2px solid #004080;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .bio-content h3 {
        font-size: clamp(16px, 1.8vw, 20px);
        margin-top: 20px;
        color: #222;
    }

    .bio-content ul {
        list-style-type: square;
        color: #004080;
        margin: 10px 0 0 25px;
        padding: 0;
    }

        .bio-content ul li {
            color: #222;
            margin-bottom: 4px;
        }

    .bio-content a {
        color: #004080;
        text-decoration: none;
    }

        .bio-content a:hover {
            text-decoration: underline;
        }

/* Donja kontakt tablica */
.contact-table {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
    border-collapse: collapse;
    background: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
}

.contact-left,
.contact-right {
    width: 50%;
    vertical-align: top;
    padding: 18px 24px;
}

.contact-left {
    text-align: right;
}

.contact-right {
    text-align: left;
}

.contact-left .small {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
}

.contact-left .name {
    font-size: 16px;
    margin-bottom: 14px;
}

.contact-right a {
    color: #004080;
    text-decoration: none;
}

    .contact-right a:hover {
        text-decoration: underline;
    }

/* Responzivnost */
.desktopview{
    display:none;
}
@media (max-width: 768px) {
    .bio-table, .contact-table {
        display: block;
    }

        .bio-table tr,
        .contact-table tr {
            display: block;
        }

    .bio-photo,
    .bio-content,
    .contact-left,
    .contact-right {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }

    .contact-left {
        text-align: left;
    }

    .bio-photo img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

/*END********************************************************************************************/
.hr-border{
/* background-image:url(hr-borderv.png)*/


    
}


.headerBottom {
    background-color: #123964;
 
   
  /*  background-image: url("GRBN-iz.png");*/
    background-position: right;
    background-repeat: no-repeat;
}

.ntpNaslov {
    height: 200px;
    padding-bottom: 40px;
    padding-right:20px;
    margin-top: 60px;
   
}



    .ntpNaslov h1 {
        font-family: "Outfit", sans-serif;
        font-weight: 500;
        color: white;
        
        
        text-align: left;
        line-height: 50px;
    }
    .ntpNaslov h3 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        text-align: left;
        margin-top:-15px;
       
    }
    .ntpNaslov p {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        
       
        text-align: left;
       
    }
.grad-izdvojen {
    height: 520px;
    overflow: hidden;
    position: relative;
    top: -80px;
    left: 10px;
    box-shadow: -20px -10px 40px -10px rgba(0,0,0,0.2), 20px -10px 40px -10px rgba(0,0,0,0.2);
}

.gifPlayBox {
    position: relative;
}

.playBtnYT {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.gifPlayWrap:hover .playBtnYT {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.95;
}
.meniOk {
    margin-top: 25px;
}

.meni {
   
    background-color: white;
    margin-top: 0px;
    padding-top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}

.baner {
    height: 700px;
    overflow: hidden;
    background-color: white;
}

.image {
}

.boja {
    color: white;
    background-color: red;
}

#mapa {
    height: 350px;
    width: 100%;
    padding:20px;
}

#kartazzh {
    height: 800px;
    width: 100%;
}






.homebtn {
    width: 14px;
    height: 58px;
    background-image: url(home.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
}

.dividerMali {
    width: 15px;
    height: 58px;
    /*background-image: url(divider.png);*/
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    margin-top: 2px;
}

.minibar {
    background-color: #333;
    height: 45px;
}

.mbar {
    height: 45px;
    line-height: 45px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding-left: 40px;
}

.NaslovTop {
    background-color: #333;
    color: white;
    font-weight: bold;
    height: 50px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 5px 10px;
    overflow: hidden;
}

.slikaTop {
    position: relative;
    /* z-index: 990;*/
   
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
    .slikaTop:hover img {
      
    }

.sjenaokvir a:hover {
   
}

.hover-effect img {
    transition: filter 0.5s ease, opacity 0.5s ease; /* Dodajemo fade tranziciju */
    filter: brightness(100%); /* Početna osvetljenost */
    opacity: 1; /* Slika je potpuno vidljiva */
}

.hover-effect:hover img {
    filter: brightness(60%); /* Zatamnjenje slike */
    
}

.DatumIkona {
    width: 290px;
    height: 60px;
    background: white;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
    position: absolute;
    z-index: 992;
    top: 220px;
    /*top: 430px;---Vratiti za okomiti prikaz*/
    left: 80px;
    /* transition: .5s;
    box-shadow: 0px 5px 5px 0px #00000014;*/
    border-radius: 3px;
}

.datumCrta {
    height: 10px;
    margin-top: 5px;
    width: 40px;
    position: absolute;
    z-index: 993;
    top: 54px;
    left: 10px;
}

.DatumOk {
    border-bottom: 1px solid #ccc;
}

.DatumNovosti {
    font-family: 'Nunito Sans', serif;
    font-size: 14px;
    background-color: #123964;
    color: white;
    padding: 5px 20px;
    width: 100px;
}

.krNaslov {
    position: absolute;
    z-index: 993;
    bottom: 60px;
    left: 10px;
    color: white;
    font-family: 'Nunito Sans', serif;
    font-size: 14px;
    padding: 0px 10px;
}

.NaslovNasNovo {
    margin-top: 10px;
    font-family: 'Nunito Sans', serif;
    font-size: 18px;
    color:#333;
}

.podnasMale {
    font-family: 'Nunito Sans', serif;
    font-size: 12px;
    padding: 0px 10px;
    position: absolute;
    left: 5px;
    color: white;
    z-index: 993;
    top: 5px;
}

.naslovmalenov {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin-top: 5px;
}

.Nav2Icon {
    float: left;
    height: 100%;
}

.Nav2Btn {
    height: 64px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.NavBtnSrc {
    height: 64px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 1px;
}

.Navtxt {
    float: right;
}

.Nav2ntp {
    float: right;
    color: white;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.Nav2ops {
    float: right;
    color: white;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.OkvirPretrage {
    width: 100%;
    color: white;
    padding: 10px 15px;
    background-color: #333;
}

.btnPretraga {
    width: 100%;
    margin-top: 10px;
}

.OkvirPretrage2 {
    height: 120px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: red;
}


/*Detaljno Stranica*/
.NaslovDetalji {
    margin-top: 30px;
}

.DetaljiKratkiTxt {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.Natxt {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}

.datumdet {
    padding: 5px 20px;
    background-color: #333;
    color: white;
    border-top: 3px solid red;
}

.opsdet {
    margin-top: 20px;
    font-family: 'Nunito Sans', serif;
    color: #333;
    text-align: justify; 
    font-size: 16px;
    line-height: 28px;
    padding-right:10px
  
}

.NaslovDetalji h4 {
    margin-left: 10px;
}


.minibarDet {
    background-color: #333;
    height: 50px;
}

.mbarDet {
    height: 50px;
    line-height: 50px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding-left: 10px;
}

.pagerNo {
    margin-top: 30px;
}

.pgL {
    height: 60px;
    width: 100px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 60px;
    cursor: pointer;
}

.pgR {
    height: 60px;
    width: 100px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: left;
    line-height: 60px;
    border-bottom: 2px solid red;
    cursor: pointer;
}

.pgLN {
    height: 60px;
    width: 150px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left:20px;
}

.pgRN {
    height: 60px;
    width: 150px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: right;
    margin-right:20px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pgLP {
    height: 60px;
    width: 100px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 60px;
    cursor: pointer;
    font-weight:bold;
}

.pgRP {
    height: 60px;
    width: 100px;
    background-color: #123964;
    color: white;
    text-align: center;
    float: left;
    line-height: 60px;
    font-weight: bold;
    cursor: pointer;
}
/*END*/
.dtmZadnje {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    background-color: #333;
    width: 110px;
    padding: 2px 5px 2px 8px;
    border-right: 3px solid red;
}

.footerbar {
    background-color: #002554;
   
  
    
}
.footersection {
    background-color: #1b5493;
    margin-top: 40px;
}
.footer-top {
    margin-top: 40px;
    color: white;
    height: 200px;
    font-family: 'Nunito Sans', sans-serif;
}
.footer {
    background-color: #0B1F33;
    height: 430px;
    /*  background-image: url("bg-pleterII.png");*/
    background: linear-gradient(180deg, #123964 20%, #0B1F33 100%);
    padding-top:30px;
}

.foottxt {
    
    font-size: 14px;
    
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
}

/*Dokumenti*/
.dokIkona {
    float: left;
    margin-left: 10px;
    color: #023964;
}

.dokOk {
    border-bottom: 1px solid #333;
    padding: 10px 5px;
    color: #023964;
}

.doksingle {
    padding: 15px 10px;
    background-color: #f0f0f0;
    margin-top: 15px;
    border-bottom: 1px solid #c3c3c3;
    min-height: 60px;
}

.doksingletxt {
    margin-left: 10px;
    margin-top: 8px;
    text-transform:uppercase;
    max-width:770px;
    overflow:hidden;
}

.DokNat {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    float: left;
    margin-left: 20px;
}
/*END*/
/*MENU*/
/* SmartMenus  */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
    position: relative;
    z-index: 9999;
    text-align: center;
}

    .sm, .sm ul, .sm li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

    .sm a.disabled {
        cursor: not-allowed;
    }

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    
}

.sm, .sm *, .sm *:before, .sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}


/* SmartMenus  theme sm-mint dio ZA MOBILNU*/

.sm-mint {
    background: white;
    margin-left: 0px;
    padding-right: 10px;
    margin-top: 0px;
}

    .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active { /* make room for the toggle button (sub indicator) */
        padding-right: 30px;
        color: #333;
        font-family: 'Raleway', sans-serif;
        font-size: 34px;
        line-height: 36px;
        text-decoration: none;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        text-transform:uppercase;
       
    }

        .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
            color: #de1818;
        }

        .sm-mint a.current {
            font-weight: bold;
        }

        .sm-mint a.disabled {
            color: #cccccc;
        }

        .sm-mint a span.sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -75px;
            left: auto;
            right: 4px;
            width: 150px;
            height: 150px;
            overflow: hidden;
            font: 48px/150px monospace !important;
            text-align: center;
            text-shadow: none;
            background: white;
            color: #123964;
        }
        
        .sm-mint a.highlighted span.sub-arrow:before {
            display: block;
            content: '-';
        }

    .sm-mint li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        /*background-image: url(divider.png);*/
        background-position: right;
        background-repeat: no-repeat;
    }

    .sm-mint > li:first-child {
        border-top: 0;
    }

    .sm-mint > li:last-child { /* Add */
        margin-bottom: 30px; /* Add */
        background-image: none;
    }

    .sm-mint ul {
        background: rgba(38, 96, 166, 0.0);
    }

        .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
           
            
        }

        .sm-mint ul ul a,
        .sm-mint ul ul a:hover,
        .sm-mint ul ul a:focus,
        .sm-mint ul ul a:active {
        }

        .sm-mint ul ul ul a,
        .sm-mint ul ul ul a:hover,
        .sm-mint ul ul ul a:focus,
        .sm-mint ul ul ul a:active {
        }

        .sm-mint ul ul ul ul a,
        .sm-mint ul ul ul ul a:hover,
        .sm-mint ul ul ul ul a:focus,
        .sm-mint ul ul ul ul a:active {
        }

        .sm-mint ul ul ul ul ul a,
        .sm-mint ul ul ul ul ul a:hover,
        .sm-mint ul ul ul ul ul a:focus,
        .sm-mint ul ul ul ul ul a:active {
        }

@media (min-width: 1200px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) REZ*/

    .sm-mint {
        float: left; /* Add */
        background: white;
        margin-left: 0px;
        margin-top: 10px;
        background-color: #201E1F;
    }

        .sm-mint ul {
            position: absolute;
            width: 12em;
        }

        .sm-mint li {
            float: left;
        }

        .sm-mint > li:first-child {
            margin-top: 0px; /* Add */
        }

        .sm-mint > li:last-child { /* Add */
            margin-bottom: 0px; /* Add */
        }

        .sm-mint.sm-rtl li {
            float: right;
        }

        .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
            float: none;
        }

        .sm-mint a {
            white-space: nowrap;
        }

        .sm-mint ul a, .sm-mint.sm-vertical a {
            white-space: normal;
        }

        .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
            white-space: nowrap;
        }

    /* ...end */
    .sm-mint {
        border-top: 0;
        background: transparent;
    }
        /*2303*/
        .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
            padding: 8px 12px;
            color: #333;
            font-family: 'Nunito Sans', sans-serif;
            font-size: 13px;
            text-transform: uppercase;
        }

            .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
                color: #123964;
            }

            .sm-mint a.highlighted {
                background: #ffffff;
                color: #333333;
                -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
                box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
                -webkit-border-radius: 4px 4px 0px 0px; /* Add */
                -moz-border-radius: 4px 4px 0px 0px; /* Add */
                -ms-border-radius: 4px 4px 0px 0px; /* Add */
                -o-border-radius: 4px 4px 0px 0px; /* Add */
                border-radius: 4px 4px 0px 0px; /* Add */
            }

            .sm-mint a.disabled {
                background: transparent;
                color: #cccccc;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            .sm-mint a.has-submenu {
                padding-right: 34px;
            }

            .sm-mint a span.sub-arrow {
                top: 50%;
                margin-top: -3px;
                right: 20px;
                width: 0;
                height: 0;
                border-width: 6px 4.02px 0 4.02px;
                border-style: solid dashed dashed dashed;
                border-color: #333333 transparent transparent transparent;
                background: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

            .sm-mint a:hover span.sub-arrow, .sm-mint a:focus span.sub-arrow, .sm-mint a:active span.sub-arrow {
                border-color: white transparent transparent transparent;
            }

            .sm-mint a.highlighted span.sub-arrow {
                border-color: #de1818 transparent transparent transparent;
            }

            .sm-mint a.disabled span.sub-arrow {
                border-color: #ff8200 transparent transparent transparent;
            }

            .sm-mint a.highlighted span.sub-arrow:before {
                display: none;
            
            }

        .sm-mint li {
            border-top: 0;
        }

        .sm-mint ul {
            border: 0;
            padding: 7px 7px;
            background: #ffffff;
            -webkit-border-radius: 0 4px 4px 4px;
            -moz-border-radius: 0 4px 4px 4px;
            -ms-border-radius: 0 4px 4px 4px;
            -o-border-radius: 0 4px 4px 4px;
            border-radius: 0 4px 4px 4px;
            -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
        }

            .sm-mint ul ul {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

            .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
                border: 0 !important;
                padding: 12px 20px 12px 15px;
                color: #333333;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                text-align: left;
            }

                .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
                    background: white;
                    color: #de1818;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                .sm-mint ul a.disabled {
                    background: transparent;
                    color: #b3b3b3;
                }

                .sm-mint ul a.has-submenu {
                    padding-right: 35px;
                }

                .sm-mint ul a span.sub-arrow {
                    right: 15px;
                    margin-top: -4.02px;
                    border-width: 4.02px 0 4.02px 6px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #ff8200;
                }

                .sm-mint ul a:hover span.sub-arrow, .sm-mint ul a:focus span.sub-arrow, .sm-mint ul a:active span.sub-arrow, .sm-mint ul a.highlighted span.sub-arrow {
                    border-color: transparent transparent transparent white;
                }

                .sm-mint ul a.disabled span.sub-arrow {
                    border-color: transparent transparent transparent #ff8200;
                }

        .sm-mint span.scroll-up,
        .sm-mint span.scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: #ffffff;
            height: 20px;
        }

        .sm-mint span.scroll-up-arrow, .sm-mint span.scroll-down-arrow {
            position: absolute;
            top: 6px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 0 6px 8px 6px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #ff8200 transparent;
        }

        .sm-mint span.scroll-down-arrow {
            border-width: 8px 6px 0 6px;
            border-style: solid dashed dashed dashed;
            border-color: #ff8200 transparent transparent transparent;
        }

        .sm-mint.sm-rtl a.has-submenu {
            padding-right: 20px;
            padding-left: 34px;
        }

        .sm-mint.sm-rtl a span.sub-arrow {
            right: auto;
            left: 20px;
        }

        .sm-mint.sm-rtl.sm-vertical {
            border-right: 0;
        }

            .sm-mint.sm-rtl.sm-vertical a {
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                -ms-border-radius: 0 4px 4px 0;
                -o-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
            }

                .sm-mint.sm-rtl.sm-vertical a.has-submenu {
                    padding: 10px 20px;
                }

                .sm-mint.sm-rtl.sm-vertical a span.sub-arrow {
                    right: auto;
                    left: 10px;
                    border-width: 4.02px 6px 4.02px 0;
                    border-style: dashed solid dashed dashed;
                    border-color: transparent #ff8200 transparent transparent;
                }

                .sm-mint.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
                    border-color: transparent white transparent transparent;
                }

                .sm-mint.sm-rtl.sm-vertical a.disabled span.sub-arrow {
                    border-color: transparent #ff8200 transparent transparent;
                }

        .sm-mint.sm-rtl ul {
            -webkit-border-radius: 4px 0 4px 4px;
            -moz-border-radius: 4px 0 4px 4px;
            -ms-border-radius: 4px 0 4px 4px;
            -o-border-radius: 4px 0 4px 4px;
            border-radius: 4px 0 4px 4px;
        }

            .sm-mint.sm-rtl ul a {
                -webkit-border-radius: 0 !important;
                -moz-border-radius: 0 !important;
                -ms-border-radius: 0 !important;
                -o-border-radius: 0 !important;
                border-radius: 0 !important;
            }

                .sm-mint.sm-rtl ul a.has-submenu {
                    padding: 10px 20px !important;
                }

                .sm-mint.sm-rtl ul a span.sub-arrow {
                    right: auto;
                    left: 10px;
                    border-width: 4.02px 6px 4.02px 0;
                    border-style: dashed solid dashed dashed;
                    border-color: transparent #ff8200 transparent transparent;
                }

                .sm-mint.sm-rtl ul a:hover span.sub-arrow, .sm-mint.sm-rtl ul a:focus span.sub-arrow, .sm-mint.sm-rtl ul a:active span.sub-arrow, .sm-mint.sm-rtl ul a.highlighted span.sub-arrow {
                    border-color: transparent white transparent transparent;
                }

                .sm-mint.sm-rtl ul a.disabled span.sub-arrow {
                    border-color: transparent #ff8200 transparent transparent;
                }

        .sm-mint.sm-vertical {
            border-bottom: 0;
        }

            .sm-mint.sm-vertical a {
                padding: 10px 20px;
                -webkit-border-radius: 4px 0 0 4px;
                -moz-border-radius: 4px 0 0 4px;
                -ms-border-radius: 4px 0 0 4px;
                -o-border-radius: 4px 0 0 4px;
                border-radius: 4px 0 0 4px;
            }

                .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
                    background: #de1818;
                    color: white;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                .sm-mint.sm-vertical a.disabled {
                    background: transparent;
                    color: #cccccc;
                }

                .sm-mint.sm-vertical a span.sub-arrow {
                    right: 10px;
                    margin-top: -4.02px;
                    border-width: 4.02px 0 4.02px 6px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #ff8200;
                }

                .sm-mint.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-vertical a:active span.sub-arrow, .sm-mint.sm-vertical a.highlighted span.sub-arrow {
                    border-color: transparent transparent transparent white;
                }

                .sm-mint.sm-vertical a.disabled span.sub-arrow {
                    border-color: transparent transparent transparent #ff8200;
                }

            .sm-mint.sm-vertical ul {
                -webkit-border-radius: 4px !important;
                -moz-border-radius: 4px !important;
                -ms-border-radius: 4px !important;
                -o-border-radius: 4px !important;
                border-radius: 4px !important;
            }

                .sm-mint.sm-vertical ul a {
                    padding: 10px 20px;
                }
}


/* Add - Adding a menu toggle button on small screens */

.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-indent: 60px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-top: -50px; /* Add */
    float: right; /* Add */
    right: 40px;
    top: -50px; /* pomak prema gore */
    left: -120px; /* pomak ulijevo */
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 8px; /* prije je bilo 4px – sada deblje linije */
    width: 60px; /* prije 40px – sada šire */
    background: #123964;
    border-radius: 4px; /* blago zaobljeni rubovi za bolji izgled */
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -20px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 20px;
        left: 0;
    }
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
    position: absolute;
    top: -99999px;
}
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
        clear: both;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
        clear:both;
    }

@media (min-width: 1200px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }

    #main-menu {
        font-size: 22px; /* ⬅️ OVDJE povećavaš font */
     
    }

    
    /*Ovo je responziv*/
   
}

/*END*/

/********************************************END*/
/*RESPONISVE Dodatak*/

@media (min-width: 1200px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */


}

@media (max-width: 1200px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    
    .ntpNaslov {
        height: 200px;
        padding-bottom: 40px;
        padding-right: 20px;
        margin-top: 80px;
    }



        .ntpNaslov h1 {
            font-family: "Outfit", sans-serif;
            font-weight: 500;
            color: white;
            text-align: left;
            line-height: 50px;
        }

        .ntpNaslov h3 {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            text-align: left;
            margin-top: -15px;
        }

        .ntpNaslov p {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            text-align: left;
        }

    .title {
        font-size: 24px;
    }

   

    .opsdet table td {
        padding: 20px 22px !important;
    }

    /*PAGERI RESPO*/



    .pgL {
        height: 100px;
        width: 140px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: left;
        margin-right: 10px;
        line-height: 100px;
        cursor: pointer;
        font-size: 30px;
    }

    .pgR {
        height: 100px;
        width: 140px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: left;
        line-height: 100px;
        border-bottom: 2px solid red;
        cursor: pointer;
        font-size: 30px;
    }

    .pgLN {
        height: 100px;
        width: 200px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: left;
        margin-right: 10px;
        line-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-left: 20px;
        font-size: 30px;
    }

    .pgRN {
        height: 100px;
        width: 200px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: right;
        margin-right: 20px;
        line-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 30px;
    }

    .pgLP {
        height: 100px;
        width: 140px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: left;
        margin-right: 10px;
        line-height: 100px;
        cursor: pointer;
        font-weight: bold;
        font-size:30px;
    }

    .pgRP {
        height: 100px;
        width: 140px;
        background-color: #123964;
        color: white;
        text-align: center;
        float: left;
        line-height: 100px;
        font-weight: bold;
        cursor: pointer;
        font-size: 30px;
       
    }


    /*END*/


    .DatumNovosti {
        font-family: 'Nunito Sans', serif;
        font-size: 24px;
        background-color: #123964;
        color: white;
        padding: 20px 20px 10px 20px;
        width: 130px;
        
    }
    .NaslovNasNovo {
        margin-top: 10px;
        font-family: 'Nunito Sans', serif;
        font-size: 28px;
        color: #333;
    }

    /*Search****************************RESPONSIVE*/
    .search-modal {
        left: 0;
        width: 100%;
     
    }

    .search-modal-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 200px 60px;
        box-sizing: border-box;
        top: 45px;
    }

        /* NASLOV */
        .search-modal-content h4 {
            font-size: 36px;
            letter-spacing: 0.5px;
        }

        /* LABELI */
        .search-modal-content label {
            font-size: 36px;
            margin-top: 18px;
        }

        /* INPUT POLJA */
        .search-modal-content input {
            font-size: 36px;
            padding: 40px 40px;
            margin-top: 8px;
            height: 54px;
        }

        /* GUMB */
        .search-modal-content button {
            font-size: 36px;
            padding: 20px;
            height: 80px;
            margin-top: 24px;
        }

    /* CLOSE X */
    .close-modal {
        font-size: 60px;
        top: 14px;
        right: 16px;
    }

    /*END SEARCH RESPO*/



    .Klasa-Ured tbody tr td h2 {
        font-size: 28px !important; /* prilagodi po potrebi */
        max-width:280px !important ;
    }
    .opsdet ul li {
        margin-top: 20px;
        font-family: 'Nunito Sans', serif;
        color: #333;
        text-align: justify;
        font-size: 28px;
        line-height: 28px;
        padding: 0px 20px !important;
    }
    .title {
        font-family: 'Nunito Sans', serif;
        font-size: 28px !important; 
        margin-bottom:80px !important;
    }
  

    .opsdet {
        margin-bottom: 40px;
    }
    .DatumP {
        color: #333;
        font-family: 'Nunito Sans', serif;
        margin-left: 10px;
        font-weight: 200;
        font-size: 30px;
    }

    .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
        font-size: 32px;
        line-height: 36px;
        text-decoration: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #backToTop {
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 120px;
        height: 120px;
        border: none;
        border-radius: 6px; /* blagi radius */
        background: rgba(255,255,255,0.85); /* bijela transparentna */
        color: #123964;
        font-size: 40px;
        cursor: pointer;
        display: none;
        z-index: 10005;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .btn-pretraga {
       
        width: 100% !important;
        height: 100px !important;
        cursor: pointer;
        background-color: #123964 !important;
        border: none;
        background-image: url("srch-ic-m.png") !important;
       
        padding: 0px !important;
        background-position: center;
        background-repeat: no-repeat;
        
    }


    .btnPristupacnost {
        background-image: url("acc.png");
        color: white;
        border: none;
        padding: 0px 14px;
        font-size: 20px;
        cursor: pointer;
        width: 100px;
        height: 100px;
        background-color: white;
        background-repeat: no-repeat;
        position: relative;
        right: 20px;
        top: 10px;
        background-position:center;
    }

    #disleksija-panel {
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.4s ease;
        visibility: hidden;
        position: absolute;
        top: 140px;
        right: 0;
        background-color: white;
        border: 1px solid #ccc;
        padding: 50px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        min-width: 180px;
        white-space: nowrap;
    }

    .postaviTekst {
        background-color: #123964;
        color: white;
        border: none;
        padding: 20px 40px;
        margin: 4px;
        font-size: 36px;
        cursor: pointer;
        font-family: "Nunito Sans", sans-serif;
    }

    .logo-head {
        width: 600px;
        height: 120px;
        background-image: url("vladazzhlogo-m.png");
        background-repeat: no-repeat;
        
    }

    .ntpzzh {
        height: 220px;
        background-color: #123964;
        padding: 20px;
        margin-top: 20px;
    }

        .ntpzzh h1 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            color: white;
            font-size: 40px;
            margin-left: 20px;
        }

        .ntpzzh h4 {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            margin-left: 20px;
            font-size: 28px;
        }


    .ntpposljednje {
        height: 160px !important;
        background-color: #123964;
        padding: 20px;
        margin-bottom: 30px;
    }

        .ntpposljednje h2 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            font-size:36px;
            color: white;
            margin-left: 20px;
        }

        .ntpposljednje h4 {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            margin-left: 20px;
            font-size: 28px;
        }



    .NaslovTopII h3 {
        font-size: 50px;
    }

    .NaslovTop h4 {
        font-size: 60px;
    }

    .baner {
        height: 240px;
    }

    .txtCentar {
        text-align: center;
    }

    .minibar {
        background-color: #333;
        height: 10px;
    }


    .mbar {
        height: 70px;
        line-height: 70px;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        padding-left: 40px;
        visibility: hidden;
    }

    .meni {
        background-color: #023964;
        height: 0px;
    }

    .homebtn {
    }

    .dividerMali {
    }

    .meniOk {
        height: 0px;
    }
    /*DETALNO*/
    .Natxt {
        font-family: 'Raleway', sans-serif;
        font-size: 60px;
        padding: 10px 20px;
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }

    .opsdet {
        margin-top: 20px;
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
    }

    .IzvorDetalji {
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
    }

    .DetaljiKratkiTxt {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: bold;
    }
    /*END*/
    .krNaslov {
        position: absolute;
        z-index: 993;
        bottom: 60px;
        left: 10px;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        padding: 0px 10px;
    }

    .NaslovTop {
        background-color: #333;
        color: white;
        font-weight: bold;
        height: auto;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        padding: 40px 20px;
        overflow: hidden;
    }

    container {
        width: 100%;
        margin-left: 30px;
        padding-left: 20px;
    }

    .pl {
        padding-left: 13px;
    }





    .datumCrta {
        height: 10px;
        margin-top: 5px;
        width: 100px;
        position: absolute;
        z-index: 993;
        top: 150px;
        left: 40px;
    }

    .htagNtp h3 {
        font-size: 60px;
        padding-top: 40px;
    }

    .DFKontOK {
        font-size: 40px;
        line-height: 80px;
    }

    .jn li {
        font-size: 30px;
    }

    .jn-ul h5 {
        font-size: 40px !important;
        font-family: 'Raleway', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 40px;
    }

    .pgR {
        height: 80px;
        font-size: 40px;
        width: 80px;
        background-color: #333;
        color: white;
        text-align: center;
        float: left;
        line-height: 80px;
        border-bottom: 2px solid red;
        cursor: pointer;
    }

    .pgL {
        height: 80px;
        font-size: 40px;
        width: 80px;
        background-color: #333;
        color: white;
        text-align: center;
        float: left;
        margin-right: 10px;
        line-height: 80px;
        border-bottom: 2px solid red;
        cursor: pointer;
    }

    .doksingletxt {
        font-size: 30px;
        font-family: 'Nunito Sans', serif;
    }

    .DokNat {
        color: #333333;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 40px;
        float: left;
        margin-left: 20px;
        max-width:820px;
        margin-bottom:20px;
        
        
    }

    .dokIkona {
        float: left;
        margin-left: 10px;
        color: #023964;
        font-size: 40px;
        margin-top:40px;
    }

    .headerII {
        background-color: #023964;
        height: 300px;
    }
    /*oliver*/
    .kontakt-grid {
        flex-direction: column;
    }

    .k-label {
        width: 200px !important;
        min-width: 200px !important ;
    }

    .kontakt-header {
        font-size: 30px !important;
        padding: 20px 40px;
    }

    .kontakt-grid {
    }

    .kontakt-card {
    }

    .kontakt-title {
        font-size: 30px !important;
    }

    .kontakt-name {
        font-size: 30px !important;
    }

    .kontakt-row {
    }

        .kontakt-row:last-child {
        }

    .k-label {
        font-size: 30px !important;
    }

    .k-value {
        font-size: 30px !important;
    }

        .k-value:hover {
        }



    .bio-content h1 {
        font-size: clamp(50px, 2.8vw, 32px);
        color: #004080;
        margin-bottom: 5px;
    }
    .bio-content h1 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 50px !important;

    }
    .bio-content h2 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 40px !important;
    }
    .bio-content h3 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 30px !important;
        font-weight:bold;
    }
    .bio-content h4 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 40px !important;
        font-weight: bold;
    }
    .bio-content p {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 30px !important;
        
    }

    .opsdet td h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .opsdet {
        font-size: 40px;
        line-height: 60px;
    }
    .opsdet h4 {
        font-size: 40px;
        text-align:left;
        
        
    }
    .bio-content{
        text-align: left !important;
    }
    .doksingle {
        padding: 15px 20px;
        background-color: #f0f0f0;
        margin-top: 15px;
        border-bottom: 1px solid #c3c3c3;
        overflow: hidden;
    }

    .footer {
        background: linear-gradient(180deg, #123964 20%, #0B1F33 100%);
        height: 860px;
        /* background-image: url(bg-pleterII.png);*/
        background-color: #0B1F33;
        padding-top: 30px;
    }
    .NatpisiFoter h4 {
        font-size: 35px;
    }
    .NatpisiFoter p {
        font-size: 28px !important;
    }
    .Follow {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }
    .Follow h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size:40px !important;
    }
        .Follow h4 {
            font-size: 28px !important;
        }

        .grad-izdvojen {
            height: 520px;
            overflow: hidden;
            position: relative;
            top: 0px !important;
            box-shadow: -20px -10px 40px -10px rgba(0,0,0,0.2), 20px -10px 40px -10px rgba(0,0,0,0.2);
        }
    .ntpOpc {
        position: relative;
        top: -120px !important;
        left: 20px;
    }

        .ntpOpc h2 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            color: white;
            padding: 0px;
            margin: 0px;
            font-size:40px !important;
        }

        .ntpOpc h4 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            color: white;
            padding: 0px;
            margin-bottom: 5px;
            font-size: 26px !important;
        }


    .ntpGosp {
        position: relative;
        top: -140px !important;
        left: 20px;
    }

        .ntpGosp h2 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            color: white;
            font-size:40px !important;
        }
        .ntpGosp p {
            font-family: "Outfit", sans-serif;
            font-size: 26px !important;
        }
    .ntpOpci {
        height: 140px;
        background-color: #123964;
        padding: 20px;
        margin-bottom: 30px;
        background-position: right;
        background-repeat: no-repeat;
        margin-top:40px;
    }

        .ntpOpci h2 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            color: white !important;
            margin-left: 20px;
            font-size:40px!important;
        }

        .ntpOpci h4 {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            margin-left: 20px;
            font-size: 28px !important;
        }

    .najaveVlade h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        margin-left: 20px;
        font-size:35px;
    }

    .najaveVlade h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
        font-size: 26px;
    }


    .meniDesno ul li {
        /*height: 150px;
        width: 150px;*/

        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-right: 30px;
        background-color: white;
        text-align: Left;
        cursor: pointer;
        font-family: 'Nunito Sans', serif;
        font-size: 34px !important;
        margin-bottom: 15px;
        background-image: url("right-a.png");
        background-position: center right;
        background-repeat: no-repeat;
        transition: .5s;
        box-shadow: 0px 5px 20px 0px #00000014;
    }

    .sjenaokvir-male {
        padding-right: 0px !important;
    }

    .NaslovTopIII {
        max-height: 300px !important;
        
        
    }

        .NaslovTopIII h3 {
            color: #333;
            font-family: 'Nunito Sans', serif;
            font-weight: 600;
            padding-bottom: 30px !important;
            font-size: 44px !important;
            margin-left: 0px !important;
            padding-top:20px;
            
        }
    .KratkiTopIII {
        font-family: 'Nunito Sans', serif;
        color: #333;
        text-align: justify;
        margin-top: 10px;
        font-size: 30px !important;
        margin-left: 10px;
        line-height: 45px!important;
        overflow: hidden;
        padding-bottom:20px !important;
    }
    .TopDrzac {
        min-height: 500px !important;
        max-height: 500px !important;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .KratkiTopII-izd {
        font-family: 'Nunito Sans', serif;
        color: #333;
        text-align: justify;
        margin-top: 0px;
        font-size: 30px !important;
        margin-bottom: 40px;
        line-height: 25px;
        overflow: hidden;
        padding: 0px 20px 10px 20px;
        line-height: 45px !important;
    }

    .najaveVlade {
        margin-top: 20px;
    }
    .najave h3 {
        color: #333;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        padding-bottom: 20px;
        font-size:50px;
        margin-left:20px;
    }
    .ntppovjerenstvo {
        height: 200px !important;
        background-color: #123964;
        padding: 20px;
        margin-top:30px;
        margin-bottom: 50px;
        background-image: url(bg-pov.png);
        background-position: right;
        background-repeat: no-repeat;
    }

        .ntppovjerenstvo h2 {
            font-family: "Outfit", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            color: white;
            margin-left: 20px;
            font-size:50px;
            margin-top:30px;
        }

        .ntppovjerenstvo h4 {
            font-family: "Outfit", sans-serif;
            font-weight: 100;
            color: white;
            margin-left: 20px;
            font-size: 30px;
        }
    .DatumIkona {
        top: 480px;
        left: 190px;
        width:600px;
        height:100px;
        padding-top:30px;
    }
    .dtmNovosti {
        font-size: 34px !important;
        
    }
    .ntpBaner {
        margin-top: 0 !important; /* pomakne baner skroz na vrh */
        padding-top: 10px; /* malo razmaka od vrha ako želiš */
    }

        .ntpBaner h1 {
            font-size: 32px; /* smanji naslov za mobilne */
           
            margin-left: 10px;
            margin-top:100px;
        }
    .Nav2ntp {
        font-size: 40px;
    }

    .Nav2Btn {
        padding: 120px 30px;
    }

    .Nav2ops {
        font-size: 30px;
    }

    

    .DetaljiKratkiTxt {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 60px;
    }

    .NavBtnSrc {
        padding: 120px 30px;
    }

    .headerI {
        height: 150px;
     
    }

}

/*END MOBILNA*/
@media (min-width: 1200px) {
    .container {
        width: 1360px;
    }
}
.pomak-top{
   
}
.dtmNovosti {
    font-family: 'Nunito Sans', serif;
    color:#333;
    font-size:17px;
}
/*novi dio*/
.TopDrzac {
    min-height: 360px;
    max-height: 360px;
    overflow: hidden;
    padding-bottom:20px;
    
    
}

.NaslovTopII {
    color: #333;
    padding: 0 20px 10px 20px;
    font-family: 'Nunito Sans', serif;
    overflow: hidden;
    margin-top: 40px;
    overflow: hidden;
}

.NaslovTopIII {
    color: #333;
    font-family: 'Nunito Sans', serif;
    padding: 0px 0px;
    margin-left: 10px;
    max-height: 92px;
    overflow: hidden;
    
   
}
    .NaslovTopIII :hover {
        color: #337AB7;
      
    }

.KratkiTopII-izd {
    font-family: 'Nunito Sans', serif;
    color: #333;
    text-align: justify;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 40px;
    
    line-height: 25px;
    overflow: hidden;
    padding: 0px 20px 10px 20px;
}
.DatumP {
    color: #333;
    font-family: 'Nunito Sans', serif;
    margin-left: 10px;
    font-weight:200;
}
.KratkiTopII {
    font-family: 'Nunito Sans', serif;
    color: #333;
    text-align: justify;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 40px;
    min-height: 156px;
    max-height: 156px;
    line-height: 25px;
    overflow: hidden;
    padding:10px;
   
}

.KratkiTopIII {
    font-family: 'Nunito Sans', serif;
    color: #333;
    text-align: justify;
    margin-top: 10px;
    font-size: 16px;
   
    margin-left:10px;
    line-height: 25px;
    overflow: hidden;
}

.DetaljanII {
    font-family: 'Nunito Sans', serif;
    color: #333;
    text-align: justify;
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
    font-size: 18px;
}

.btnDetalji {
    background-color: #123964;
    text-transform: uppercase;
    color: white;
    font-family: 'Nunito Sans', serif;
    padding: 15px 40px;
    
}

    .btnDetalji a {
        background-color: white;
        border: 1px solid #123964;
        text-transform: uppercase;
        color: white;
        font-family: 'Nunito Sans', serif;
        padding: 20px 30px;
        text-decoration:none !important;
    }

.bg-pleter {
 
    padding-bottom: 20px;
  
}
.btnArhiva {
    background-color: #337ab7;
    text-transform: uppercase;
    color: white;
    font-family: 'Nunito Sans', serif;
    padding: 30px 50px;
    
    font-size: 18px;
    width: 250px;
    position: center;
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
    background-image:url("bg-arhiva.png");
    background-repeat:no-repeat;
    background-position:center left;
    float:left;
  
   
}
.nn {
    background-image: url("bg-pleter.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #f2f1f4;
}
.btnPovjerenstvo {
    background-color: #ffcc00;
    text-transform: uppercase;
    color: white;
    font-family: 'Nunito Sans', serif;
    padding: 30px 20px;
    font-size: 18px;
    width: 250px;
    position: center;
    text-align: center;
    margin-top: 0px;
    cursor: pointer;
    background-image: url("bg-povjerenstvo.png");
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
}
.centar {
  
    margin: auto;
    width: 30%;
  
}
.ntpzzh{
    height:220px;
    background-color:#123964;
    padding:20px;
    margin-top:20px;
}
    .ntpzzh h1 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight:600;
      
        font-style: normal;
        color: white;
        margin-left: 20px;
    }
    .ntpzzh h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
    }


.ntpposljednje {
    height: 140px;
    background-color: #123964;
    padding: 20px;
    margin-bottom: 30px;
}
    .ntpposljednje h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        margin-left: 20px;
    }

    .ntpposljednje h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
    }

.najaveVlade {
   
    background-color: #123964;
    padding:20px;
    height:200px;
   
}

    .najaveVlade h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        margin-left: 20px;
    }

    .najaveVlade h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
    }

.ntppovjerenstvo {
    height: 140px;
    background-color: #123964;
    padding: 20px;
    margin-bottom: 30px;
    background-image:url(bg-pov.png);
    background-position:right;
    background-repeat:no-repeat;

}

    .ntppovjerenstvo h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        margin-left: 20px;
    }

    .ntppovjerenstvo h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
    }

.ntpOpci {
    height: 140px;
    background-color: #123964;
    padding: 20px;
    margin-bottom: 30px;
    
    background-position: right;
    background-repeat: no-repeat;
}

    .ntpOpci h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        margin-left: 20px;
    }

    .ntpOpci h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        margin-left: 20px;
    }
.ml30{
    margin-left:30px;
}
.btn-pretraga {
  
    width:40px;
    height:40px;
    cursor:pointer;
    background-color:white;
    border:none;
    background-image:url("srch-ic.png");
    border:1px solid #ccc;
    padding:5px;
    background-position:center;
    background-repeat:no-repeat;
    
   
}
.okPretraga {
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin-top: 10px;
    float: right;
    width: 350px;
    margin-right: 80px;
    font-family: "Outfit", sans-serif;
}
.disleksija1 span {
    padding: 8px 12px;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top:15px;
}
.disleksija2 span {
    padding: 8px 12px;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.ntpBaner {
    height: 140px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ntpBaner {
    height: 140px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .ntpBaner h1 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-size: 70px;
        font-style: normal;
        color: white;
        margin-left: 20px;
        margin-top: 100px;
        opacity: 0;
        transform: translateX(-80px); /* jači ulaz */
        animation: titleIn 1.0s cubic-bezier(.22,.61,.36,1) forwards;
        animation-delay: 0.35s;
        will-change: transform, opacity;
    }

.headerII {
    background-color: #123964;
    height: 600px;
    padding-top: 50px;
    background-image: url("GRBN-iz.png");
    background-position: right;
    background-repeat: no-repeat;
    /* ANIMACIJA GRBA – KREĆE ODMAH I BRŽE */
    animation: grbIn 1.1s cubic-bezier(.22,.61,.36,1) forwards;
    will-change: background-position;
}

/* KEYFRAMES */
@keyframes titleIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes grbIn {
    from {
        background-position: 120% center;
    }

    to {
        background-position: right center;
    }
}

    .ntpBaner h4 {
        font-family: "Outfit", sans-serif;
        font-weight: 100;
        color: white;
        font-size:30px;
        margin-left: 20px;
        margin-top:20px;
    }







.p0 {
    padding: 0px;
}
.ntpGosp{
    position:relative;
    top:-110px;
    left:20px;
}

    .ntpGosp h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
    }
.ntpOpc {
    position: relative;
    top: -80px;
    left: 20px;
}
    .ntpOpc h2 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        color: white;
        padding: 0px;
        margin: 0px;
    }
    .ntpOpc h4 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        color: white;
        padding:0px;
        margin-bottom:5px;

    }
.m0 {
    margin: 0px;
}
.najave {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left:20px;
}
    .najave h3 {
        color: #333;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
      
        padding-bottom: 20px;
    }
.NaslovTopIII h3 {
    color: #333;
    font-family: 'Nunito Sans', serif;
    font-weight: 600;
    padding-bottom: 20px;
    font-size:22px;
}
.item-najave{
    height:200px;
    background-color:#123964;
}
.footerL {
    width: 100%;
    height: 440px;
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    font-weight: bolder;
    float: right;
    text-transform: uppercase;
}
#map {
    width: 100%;
    height: 350px;
    margin-top:40px;
}


/*Social*/
.Follow {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.text-p {
    font-family: "Outfit", sans-serif;
    font-weight: 100;
    color: white;
}
    
.social ul {
    list-style: none;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    float: right;
}
    .social ul li {
        display: inline-block;
        /*height: 150px;
        width: 150px;*/
        padding:10px;
        text-align: center;
       
      
       
        cursor: pointer;
        
      
    }
.NatpisiFoter{
    padding-top:10px;
    
    
   
       

}
    .NatpisiFoter h4 {
        color: white;
        font-family: "Outfit", sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-bottom: 20px;
        
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
       
    }
    .NatpisiFoter p {
        
        color: white;
        font-family: "Outfit", sans-serif;
        font-weight: 200;
        font-size:14px;
        margin-left:20px;
    }
    /*END*/
    .social_box ul {
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .social_box ul .text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        color: #123964;
        line-height: 50px;
        width: 180px;
        font-size: 18px;
        pointer-events: none;
        text-align: center;
        font-family: 'Nunito Sans', serif;
        transition: opacity .5s .75s ease-out;
    }

    .social_box ul:hover .text {
        opacity: 0;
        transition: opacity .5s .125s ease-out;
    }

    .social_box ul li {
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #4a148c;
        text-align: center;
        line-height: 55px;
        margin: 0 -16px;
        cursor: pointer;
        border-radius: 0px;
        transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    }

        .social_box ul li:hover {
            background: #6A1B9A;
        }

        .social_box ul li i {
            color: #eee;
            font-size: 22px;
            opacity: 0;
            transition: opacity 1.7s;
        }

    .social_box ul:hover li i {
        opacity: 1;
    }

    .social_box ul li:nth-child(1) {
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
    }

    .social_box ul li:nth-child(5) {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
    }

    .social_box ul:hover li {
        border-radius: 50px;
        margin: 0 3px;
    }
    /*MENI DESNO UL LI*/

.meniDesno {
    font-family: 'Nunito Sans', serif;
    font-weight: bolder;
    width:100%;
   
}

    .meniDesno ul {
        list-style: none;
        position: relative;
        
        
        float: right;
        width: 100%;
       
        padding:0px;
    }

        .meniDesno ul li {
            /*height: 150px;
        width: 150px;*/

            padding-left: 30px;
            padding-bottom: 30px;
            padding-top: 30px;
            padding-right: 30px;
            background-color: white;
            text-align: Left;
            cursor: pointer;
            font-family: 'Nunito Sans', serif;
            font-size: 16px;
            margin-bottom: 15px;
            background-image: url("right-a.png");
            background-position: center right;
            background-repeat: no-repeat;
            transition: .5s;
            box-shadow: 0px 5px 20px 0px #00000014;
            
        }
        .meniDesno ul a{
            /*height: 150px;
        width: 150px;*/

            text-decoration:none;
            color:#333;
        }


.kontakt-wrap {
    background: #ffffff;
    border: 1px solid #d6dbe3;
    max-width: 1100px;
    margin: 0 auto;
}

.kontakt-header {
    background: #123964;
    color: #ffffff;
    padding: 12px 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .3px;
    font-family: 'Nunito Sans', sans-serif;
}

.kontakt-grid {
    display: flex;
    gap: 12px;
    padding: 14px;
}

.kontakt-card {
    flex: 1;
    border: 1px solid #e1e6ef;
    background: #ffffff;
    padding: 14px 16px;
}

.kontakt-title {
    color: #123964;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'Nunito Sans', sans-serif;
}

.kontakt-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
}

.kontakt-row {
    display: flex;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #eef2f7;
}

    .kontakt-row:last-child {
        border-bottom: 0;
    }

.k-label {
    width: 90px;
    min-width: 90px;
    font-size: 20px;
   
    color: #5a6473;
    font-family: 'Nunito Sans', sans-serif;
}

.k-value {
    font-size: 18px;
    
    color: #1b2430;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
}

    .k-value:hover {
        text-decoration: underline;
    }

.kontakt-sep {
    height: 10px;
}

