@media (max-width: 1440px) {

}
@media (max-width: 1280px) {
    #katalogModal .modal-dialog {
        max-width: calc(100% - 40px);
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 1170px) {
    .app-wrapper{
        padding: 15px;
    }
    .app-brand{
        margin-left: 15px;
    }
    nav{
        padding: 0 15px;
    }
    .app-nav ul li .nav-link{
        padding: 10px;
    }
    .footer{
        padding: 20px 15px;
    }
    .pogodbe-box.pogodbe-box-custom {
        gap: 5px;
    }
    .pogodbe-box.pogodbe-box-custom .third,
    .pogodbe-box.pogodbe-box-custom .third:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .pogodbe-box.pogodbe-box-custom .third:nth-child(2) .pogodbe-row:last-child {
        justify-self: unset;
    }
    .pogodbe-box-custom .pogodbe-row {
        display: grid;
        grid-template-columns: 60% 40%;
    }
    .pogodbe-box-custom .pogodbe-row .pogodbe-input, .width-fit-content {
        min-width: 100% !important;
    }
}
@media (max-width: 1024px) {
    .firstField{
        max-width: 100%;
        width: 100%;
        max-height: 300px;
    }
    .pogodbe-box .half{
        width: 100%;
        margin-right: 0;
    }
    .sporocilaTop .secondField{
        display: none;
    }
    .secondField{
        max-width: 100%;
    }
    .sporocilaTop .secondField.secondField-responsive{
        display: block;
    }
    .sporocilaTop.sporocilaTop-responsive{
        margin-top: 20px;
        display: block;
    }
    .section-container-holder{
        max-width: 100%;
        float: none;
    }
    .section-container-holder.povprasenjeWrapper{
        float: left;
    }
    .vloga-left-sidebar{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(110, 120, 125, 0.4);
    }
    .vloga-left-sidebar .nav{
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
    }
    .vloga-left-sidebar ul li a.active::after{
        content: none;
    }
    .vloga-left-sidebar ul li{
        width: 100%;
        max-width: fit-content;
        font-size: 13px;
        padding: 10px 20px;
        border-bottom: none;
    }
    .tabsWrapper {
        overflow: auto;
        width: 100%;
        display: flex;
    }
    .tabsWrapper .nav-pills{
        flex-wrap: nowrap;
        margin-bottom: 10px;

    }
    .tabsWrapper .nav-pills .nav-link{
        width: 180px;
        max-width: 100%;
    }
    .tabsWrapper .nav-pills .nav-link.active,
    .tabsWrapper .nav-pills .show>.nav-link,
    .esgVPrasalnik .nav-pills .nav-link.active,
    .esgVPrasalnik .nav-pills .show>.nav-link{
        padding: 15px 20px;
    }
    .footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-right{
        order: 1;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .footer-copy{
        order:2;
    }
    .table-holder{
        max-width: 100%;
    }
    table.rezervacija-table {
        display: block;
        overflow-x: scroll !important;
        white-space: nowrap;
    }

}
@media (max-width: 991px) {
    .home-title-date{
        bottom: 10px;
        left: 10px;
        right: 10px;
        width: 100%;
        max-width: calc(100% - 20px);
    }
    .home-title-date a{
        font-size: 14px;
    }
    .home-title-date p{
        font-size: 12px;
    }
    .home-novice .noviceHolder{
        flex-direction: column;
        align-items: center;
    }
    .home-novice .noviceHolder .storyNav{
        margin-right: 0;
        padding: 0;
    }
    .storyImgWrapper{
        margin-bottom: 15px;
    }
    .pill-wrapper .pill-info{
        min-width: 170px;
    }
    .table_wrapper{
        max-width: 100%;
        overflow-x: auto;
    }
    .nav-tabs.vloge-list{
        float: none;
        display: flex;
    }
    .filterDate .half{
        max-width: 100%;
    }
    .filterDate .half.last{
        margin-top: 10px;
    }
    .vlogaFilterFields.vlogaButtons{
        width: 100%;
        clear: both;
    }
}

@media (max-width: 900px) {
    .logo a{
        width: 169px;
    }
    #side-nav ul{
        flex-direction: column;
    }
    #side-nav ul li:first-child{
        margin-bottom: 5px;
    }
    .header-detail .text-wrapper{
        max-width: 150px;
    }
    .produkti-left{
        width: 100%;
        max-width: 100%;
    }
    .produkti-content{
        float: none;
        width: 100%;
    }
    .app-nav ul li.onPath::after, .app-nav ul li:hover::after{
        content: none;
    }
    .podaci-quater{
        width: 49%;
    }
    .col-3, .col-6, .col-4{
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
    .vloga-buttons.main-vloga-buttons a{
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .burger_menu {
        display: flex;
    }
    .home-novice .noviceHolder .storyNav{
        margin-right: 0;
    }
    .pill-wrapper .pill-info{
        min-width: 100px;
    }
    .tabsWrapper .nav-pills .nav-link.active .pill-wrapper .pill-title{
        font-size: 14px;
    }
    .pill-number{
        font-size: 28px;
    }
    .app-nav ul{
        flex-direction: column;
        align-items: flex-start;
    }
    #resp_nav_wrapper {
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 0;
        background-color: rgba(255,255,255,0.5);
        height: 100%;
        color: #fff;
        transition: all .1s ease;
    }
    #resp_nav_wrapper.active {
        width: 100%;
        left: 0;
        transition: all .3s ease;
    }
    .resp_nav{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 350px;
        height: 100%;
        z-index: 99999;
        background-color: #fff;
        box-shadow: -2px 0 12px 0 rgba(0, 71, 122, 0.3);
    }
    .resp_nav .app-nav{
        border-bottom: none;
    }
    .active .resp_nav{
        display: block;
    }
    .burger_menu{
        display: flex;
    }
    .closeBurger{
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
        cursor: pointer;
        margin-left: auto;
        color: #00477A;
        font-size: 25px;
    }
    .app-nav ul li .nav-link {
        text-transform: capitalize;
        padding: 10px 0;
    }
    #side-nav ul{
        flex-direction: row;
        justify-content: flex-start !important;
        margin-left: 20px;
    }
    #side-nav ul li a{
        font-size: 12px;
    }
    .app-brand,
    .app-language{
        margin-top: 0;
    }
    .app-links{
        display: none;
    }
    .burger_menu{
        flex: 40px 0 0;
    }
    .app-brand{
        flex: 2 1 0;
        margin-left: 0;
        margin-right: 30px;
    }
    .vloga-buttons.main-vloga-buttons{
        flex-direction: column;
    }

    .vloga-buttons.main-vloga-buttons a{
        margin: 0px 5px 10px 5px;
    }
    .right-buttons.normal-right-buttons{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .vlogaTitleHolder{
        flex-direction: column;
        font-size: 16px;
    }
    .vlogaRok{
        margin-top: 10px;
    }
    .noviceHolder{
        grid-template-columns: repeat(1, 1fr);
    }
    .noviceHolder .storyNav{
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(110, 120, 125, 0.5);
    }
    .noviceHolder .storyNav:nth-of-type(2n){
        padding-left: 0;
        border-bottom: 1px solid rgba(110, 120, 125, 0.5);
    }
    .filterTop .vlogaFilterFields{
        max-width: 48.5%;
    }
    .vlogaFilterFieldsHolder .vlogaFilterFields:nth-of-type(3n+1){
        clear: right;
    }
    .vlogaFilterFieldsHolder .vlogaFilterFields:nth-of-type(3n){
        margin-right: 1.4%;

    }
    .bilance_buttons {
        display: grid;
        justify-content: center;
    }
}


@media (max-width: 600px) {
    .tabFields{
        padding: 20px;
    }
    .tabsWrapper.hometabs .nav-pills li{
        width: 100%;
        margin-bottom: 15px;
    }
    .hometabs.tabsWrapper .nav-pills .nav-link{
        margin: 0;
    }
    .logo a{
        width: 139px;
    }
    .podaci-quater, .podaci-half{
        width: 100%;
    }
    .col-3, .col-6, .col-4 {
        flex: 0 0 96.5%;
        max-width: 96.5%;
        padding-left: 3.5%;
    }
    .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 3.5%;
    }
    .vloga-left-sidebar ul li{
        padding: 10px;
    }
    .vloga-left-sidebar ul li a:before{
        left: -10px;
    }
    .footer-navigation ul li .nav-link{
        font-size: 13px;
    }
    .footer-copy p.copy{
        font-size: 10px;
    }
    .productKatalog{
        flex-direction: column;
    }
    .productKatalog h3{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .katalogDetails{
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
    }
    .filterTop .vlogaFilterFields{
        max-width: 100%;
    }
    .modal.detalji .holder{
        flex-direction: column;
    }
    .modal.detalji .half{
        width: 100%;
        margin-right: 0;
    }
    #custom-display-1, #custom-display-2 {
        display: grid;
    }
    #notification-holder {
        right: 0;
    }
}



@media (max-width: 480px) {
    .header-detail{
        font-size: 11px;
    }
    .notification-wrapper{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .notification-wrapper i {
        color: #B2272B;
        line-height: 30px;
        font-size: 17px;
    }
    .circle{
        min-width: 15px;
        min-height: 15px;
        line-height: 15px;
        border: 1px solid #fff;
    }

}