/* Sertifikati */

    .o-nama__image {
    padding: 28px;
    border-top: 10px solid #35a987;
    border-left: 10px solid #35a987;
    border-bottom: 10px solid #35a987;
    height:auto;

}
    
   


/* SOCIAL ICONS */
.social img {

height: 13px;
}

/* grid item radovi */
.usluge .radovi .grid .grid__item {
    margin: 2px;
}


.slick-slide img {
    display: block;
    width: auto!important;
    display: flex;
}
/* NAVIGATION */

.side-menu {
    display: flex;
    align-items: center;
    min-height: 8vh;
    font-weight: 400;
    background-color: #002b64;
    z-index: 100;
    width: 100%;
    height: 50px;
    top: 0px;
    white-space: nowrap;
    visibility: hidden;
    position: fixed;
}

.side-menu ul li a {
    text-decoration: none;
    font-weight: 400;
    margin: 0 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 10.0vh;
    letter-spacing: 1.5px;
    color: #002b64;

}

.side-menu.fill ul li a {
    position: relative;
}

.side-menu.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;

}

.side-menu.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

.logo img {
    height: 39px;
}

.menu-side {
    display: flex;
    justify-content: space-around;
    width: 30%;
    z-index: 9999;
}

.menu-side li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 43, 100, 0.25);
    vertical-align: middle;
}

.menu-side a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 15px;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    background-color: white;
    width: 25px;
    height: 3px;
    margin: 5px;
    transition: all .3s ease;
    z-index: 1000;
}

.fa-caret-down {
    color: white;
}

.show {
    display: block;
}

.footer-item-r2 {
    width: 100% !important;
    border: 1px solid rgba(151, 151, 151, 0.25);
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.nav-active {
    transform: translateX(0%);
    background-color: white;
    top: 0%;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: black;
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color: black;
}

.logo-side img {
    height: 39px;
    vertical-align: middle;
}

.reference-naslov {
    visibility: hidden;
}

.usluge .radovi h3 {
    padding-top: 20px;
    padding-bottom: 20px;

}
@media(max-width: 1050px) {

    .menu-side {
        position: fixed;
        left: 0;
        top: 8vh;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translateX(100%);
        transition: transform .5s slide-in;
    }

    .menu-side li {
        opacity: 0;
        padding-left: 10px;
        width: 80%;
        margin-left: 10%;

    }

    .burger {
        display: block;
        z-index: 10000;
    }

}

@media(max-width: 1049px) {

    .side-menu {
        visibility: visible;


    }

    .hero h1 {
        font-size: 44px;
    }

    .o-nama {

        padding: 80px 0 0 0;

    }

    .o-nama__image {
        padding: 28px;
        border-bottom: 0px;

    }

    .side-menu {
        height: 87px;
        display: flex;
        justify-content: space-around;

    }

    .social::before {
        display: none;
    }

    .sticky-header {
        display: none !important;
    }

    .bottom__nav {
        display: none;
    }

    /* TOP NAV */
    .top__nav {
        display: none;
    }

    .nav-active {
        transform: translateX(0%);
        background-color: white;
        top: 0%;
        overflow: hidden;
    }
}

@media(max-width: 1024px) {
    .usluge .radovi .grid .grid__item {

        margin-top: 50px !important;
    }

    .usluge .radovi .grid {
        margin-top: 5px;
    }

    .karijera__content .supertitle::after {
        display: none;
    }

    .karijera__content .supertitle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 110px;

    }


.slick-slide img {
    display: block;
    width:inherit!important;
    display: flex;
}

    .footer__mid .footer__item {
        width: 100% !important;
    }

    .reference-naslov {
        padding-bottom: 10px;
        padding-top: 50px;
        visibility: visible;
    }

    .reference-naslov h2 {
        font-size: 44px;
        color: #002b64;
        ;
    }

    .accordion__top {
        display: none;
    }

    .footer__item {
        margin: 0px;
        margin-bottom: 20px;
    }

}

@media(max-width: 768px) {
    .logo img {
        height: 34px;

    }

    .logo-side img {
        height: 34px;

    }

    .burger {
        display: block;

    }

    .usluge__top .supertitle::before {
        visibility: hidden;
    }

    .novosti .supertitle::before {
        visibility: hidden;
    }

    .usluge__top .supertitle {
        align-self: flex-start;
    }

    .usluge__top h2 {
        align-self: flex-start;
    }

    .supertitle::after {

        width: 110px;
    }

    .usluge__top--p {
        text-align: inherit;
    }

    .novosti .supertitle::after {
        align-self: flex-start;
    }

    .novosti .supertitle {
        align-self: flex-start;
    }

    .usluge {
        padding: 50px 0px;

    }

    .news .wrapper {
        display: block;
    }

    .news__right {
        margin: 0px;
    }

}

@media(max-width: 480px) {
    .hero h1 {
        font-size: 32px;

    }
 .hero{
    height: 500px;
    padding-top: 80px;
}
.footer__top {
align-items:center;
    text-align: center;
}
.footer__text p{

align-items:center!important;

}

.footer__bottom .wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
}
.news__hero{
display:none;
}
.news .news__left .news__content__top h1 {

    padding-top: 50px;
    font-size:35px;
    padding-bottom: 10px;
}

.form__bottom {
     width: 100%;
     display: inline ;
     justify-content: end; 
    align-items: center;
    position: relative;
}
label{

 justify-content: end; 
margin-bottom:30px;
}
#fileList li{

margin-bottom:30px;

}

.radovi .grid .grid__item .overlay p{

     width:260px;
}
}

@media(max-width: 460px) {

.accordion__item__top h3 {
    font-size: 20px;
}
 .radovi h5 {
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
}
  

    .burger {
        display: block;
    }

}

@media(max-width: 360px) {

    .burger {
        display: block;

    }
}

.lock-scroll {
    overflow: hidden;
}
   /* Gallery */
    .container {
        max-width: 800px;
        margin: 0 auto;
    }

    .gallery {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .gallery li {
        float: left;
        margin: 4px;
    }


 .gallery a img {
  
     	width:auto!important;
  	height:150px!important;
	
}

label{

justify-content: end;
}





    .pdf-button {
        background-color: #35a987;
        border: none;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        width: 300px;
        height: 54px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 120px;
    }

    .o-nama__bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 0px!important;
        margin-top: 0px!important;
    }

    @media only screen and (max-width: 1024px) {

        .pdf-button {


background-color: #35a987;
        border: none;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        width: 300px;
        height: 54px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-top: 60px;
        margin-bottom: 60px;
        margin-left: 0px !important;
      

        }

    }


    @media only screen and (max-width: 480px) {
        .partnerstva-background{
            display: none;
        }
        .partnerstva{
            padding-top: 30px;
        }
        .partnerstva-flex{
            flex-direction: column;
            align-items: center;
            margin-top: 30px;
        }
        .partnerstva-flex-card{
            margin-bottom: 20px;
        }
        .partnerstva-flex > :last-child{
            margin-bottom: 0px;
        }
        .partnerstva .wrapper{
            overflow: visible;
        }
    }