@media only screen and (max-width: 1025px){
    a{
        text-decoration: none !important;
    }
    #mobBurger{
        display: block;
    }
    #headerCont,
    #homeBanner,
    #mainPage_top_cont,
    #homePage_newsCont_wrap,
    #ocuContWrap,
    #longBG_cont,
    #footer,
    #footer_linksContWrap,
    #footerLeft,
    .content-fluid #contentBoard{
        width: 100%;
    }
    #mainPage_top_left_cont{
        width: 732px;
    }
    #headerLinksCont,
    #footer_linksContWrap{
        display: none;
    }
    #homeBanner{
        height: auto;
    }
    .contentCont,
    #homePage_newsCont_wrap,
    #ocuContWrap,
    .longBg,
    #footer,
    #headerCont,
    #longBG_cont{
        padding-left: 24px;
        padding-right: 24px;
    }
    #mainPage_top_cont{
        flex-direction: column;
    }
    #ocu_img{
        height: auto;
    }
    .container-fluid, .container{
        border: none;
    }
    #longBG_cont{
        gap: 80px;
    }
    .longBg{
        background-size: 100%;
    }
    #footerLeft{
        justify-content: center;
    }
    #siteLanguageBtn{
        margin-left: auto;
        margin-right: 24px;
    }
    .dropdownChildMenu{
        position: relative;
        top: 0;
        left: 0;
    }
    .headerLinkParent,
    .headerLinkParent.active{
        background: none;
        padding: 0;
        align-items: baseline;
    }
    .headerLinkParent span{
        padding-right: 28px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23222222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center right;
        background-repeat: no-repeat;
    }
    .headerLinkParent.isOpen{
        border-radius: 0;
       background: none;
       padding: 0;
    }
    .headerLinkParent.isOpen span{
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cmask id='mask0_95_448' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3E%3Crect x='24.9829' y='25.0171' width='24' height='24' transform='rotate(-179.918 24.9829 25.0171)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_448)'%3E%3Cpath d='M13.0049 9.6L18.9963 15.6085L17.5943 17.0065L13.0009 12.4L8.39433 16.9934L6.99633 15.5914L13.0049 9.6Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E"), rgba(255, 255, 255, 0.90);  
        background-position: center right;
        background-repeat: no-repeat;
    }
    .dropdownChildMenu a{
        font-size: 16px;
        color: #111;
    }
    .content-fluid #contentBoard{
        min-height: 500px;
    }
    .contentBg{
        background-size: 100%, 100%;
    }
    .contentBg #longBG_cont{
        box-sizing: border-box;
    }
    .newsSingle, .staffSingle{
        width: calc(50% - 20px);
    }
    #videoContent .youtube_box{
        width: calc(50% - 8px);
    }
    #ytIframe{
        height: 500px !important;
    }
}
@media only screen and (max-width: 770px){
    #mainPage_top_left_cont,
    #mainPage_top_right_cont,
    .newsCont_item,
    .newsSingle, .staffSingle,
    #videoContent .youtube_box,
    #kontakt_flex_form_right,
    #kontakt_flex_form_left{
        width: 100%;
    }
    .youtube_box{
        width: calc(50% - 8px);
    }
    .midSec_bg{
        background-size: 100%, 100%;
    }
    #midSec_quoteCont{
        padding-left: 24px;
        padding-right: 24px;
        margin-left: 0;
        background: none;
    }
    #homePage_newsCont,
    #ocuContWrap,
    #videoContent,
    #kontakt_form_flex_wrap{
        flex-direction: column;
    }
    .longBg{
        height: 680px;
    }
    #newsContent, #docContent, #docsContent, #staffContent, #izvjestajiContent{
        flex-direction: column;
    }
    #videoContent .youtube_box img{
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 420px){
    .youtube_box,
    #ocu_img{
        width: 100%;
    }
    .youtubeSlide{
        flex-direction: column;
    }
    .midSec_bg{
        background-position: bottom center;
    }
    .longBg{
        height: 800px;
    }
    #longBG_cont{
        height: auto;
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    #footerLeft{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #footerLeftTop{
        width: 100%;
    }
    #footerLeft hr{
        width: 100%;
        height: 1px;
        margin: 0;
    }
    .emptyTitle{
        display: none;
    }
    .content-fluid #contentBoard{
        padding: 80px 24px;
    }
    #docContent .newsSingle,
    #docContent .newsSingleImg{
        width: 100%;
        height: auto;
    }
    #docContent .newsSingle{
        padding-bottom: 24px;
    }
    .kontakt_icons{
        height: auto;
    }
    .kontakt_form_row{
        height: auto;
        flex-direction: column;
    }
    .kontakt_form_row input{
        width: 100%;
        height: 48px;
    }
    #homeBanner{
        padding: 24px;
    }
}