@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira Sans:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: "Noto sans", sans-serif;
    color: #242331;
    height: 100%;
    width: 100%;

    font-weight: 400;
    background-color: #fff;
    
   
}

a:focus {
    background-color: #5f5f5f;
   color:#fff !important;
  
}

input:focus {
    background-color: #ddd;
    outline: auto !important;
}

.rNav{
    display: none;
}

/*Dropdown container -*/
.dropdown-container {
    flex-grow: 1;
}

.dropdown-content {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: scroll;
    width: 858px;
    padding: 10px;


}

.element {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    /* Invisible border */
    font-size: 12px;
    justify-content: center;
}

.element.selected {
    background-color: #1a75bb;
    /* Visible border when selected */
    color: #fff;
}

.color-box {
    width: 50px;
    height: 50px;

}

/**/

.hidden {
    display: none;
}

.secondary {
    font-family: 'Fira Sans', sans-serif;
   

}
.secondary b{
    font-weight: 500;
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 10px;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
     font-family: "Noto sans", sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #242331;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #242331;
    text-decoration: none;
}


.btn {
    padding: 25px 30px;
    color: white;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    min-width: 250px;

    border-radius: 25px;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    background-color: #a7cdbd;
    line-height: 1em;
}



.btn:hover {

    color: #fff;
    background-color: #242331;


}

.readMore {
    font-size: 35px;
    margin: 50px;
    text-align: center;
    color: #1a75bb;
}

.back-btn {
    display: inline-block;
    padding: 1em 1.5em;
    margin-top: 25px;
    border: 1px solid #242331;
    background-color: #fff;
    color: #242331;

    text-decoration: none;
    font-weight: 600;
}

.back-btn:hover {
    background-color: #242331;
    color: white !important;
}

.inputF {
    width: 100%;
    height: 55px;
    background-color: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;

}


.selectF {
    width: 100%;
    height: 55px;
    background-color: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

optgroup[label] {
    font-style: inherit;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #242331;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #242331;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #242331;
}


.area-field {
    width: 100%;
    background-color: #f9fafb;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 10px 0 0 10px;
    height: 150px;
    border-radius: 0px;
}

.prijava_place {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0;
    color: #899dab;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 30px 24px;

}
.hid{
    display: none;
  }
.prijava_place a {
    color: #899dab !important;
}

.prijava_place label {
    margin: 8px 0;
    display: block;
    font-size: .9em;
}

.prijava_place label b {
    font-weight: 400;
}

.prijava_place #fKontakt {
    width: 100%;
    max-width: 500px;

}

.prijava_place a {
    color: #242331;
}

.prijava_info h1 {
    font-size: 2em;
    margin-bottom: .8em;
    font-weight: 600;
}

.prijava_info h1::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 15px;
    width: 80px;
    /* or 100px */
    border-bottom: 10px solid #1a75bb;
    padding: 0 0px;
    transition: .5s all;
}


.prijava_place .form-place>div {
    flex-basis: 100%;
    padding: 0;

}

.prijava_place h3 {
    margin: 10px 0 !important;
}

.prijava_info p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.radioOptions label {
    display: inline-block;
    margin-right: 15px;
}

.default-form-btn {
    background-color: #D56F37;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1em;
    border-radius: 0px;
    padding: 15px .5em;
    font-weight: 500 !important;
    -webkit-appearance: button;
    letter-spacing: 1px;

}

.default-form-btn:hover {
    background-color: #000;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;


}

.user_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.marg {

    width: 100%;
    max-width: 1800px;
}

.zMarg {
    max-width: 900px;
}

h1 {
    margin: 0 0 0.6em 0;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 400;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
}

.user_style {
    padding: 0 0;
}

.user_style ul {
    position: relative;
    padding-left: 20px
}

.user_style li {
    margin: 0 0 10px 0;
    list-style: none;
    line-height: 1.2em;
}

.user_style li::before {
    display: inline-block;
    line-height: inherit;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    margin-top: -1px;
    color: #000;
    background-repeat: no-repeat
}


.user_style iframe {
    width: 100%;
   margin: 15px 0;

}




.user_style h1 {
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 600;
    color: #0f1e3a;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500 !important;
    transition: .1s all;
    width: 100%;
    border-bottom: 1px solid #0f1e3a;

}

.user_style h2 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #0f1e3a;

}

.user_style h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #0f1e3a;
}

.user_style h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #0f1e3a;
}

.user_style table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin: 20px 0;
}

.user_style tr:nth-child(even) {
    background: inherit;
}

.user_style td {
    padding: 5px 10px;
    font-size: .9em;

}

.user_style th {
    background-color: #D56F37;
    color: #fff;
    padding: 10px;
    font-size: 14px;

    text-align: left;
    font-weight: 600;
}

.user_style tr:nth-child(even) {
    background-color: #f9fafb;
}

.user_style th a {
    color: white;
}

.user_style th a:hover {
    color: white !important;
}

.user_style td h4 {
    margin: 0;
    padding: 20px 0;
}

.cd td {
    width: 50%;
}


/*HEAD*/
.topLine {
    background-color: #f3f6ff;
    padding: 0 0;
}

.topLine a {
    color: #647589;
    text-decoration: none;
}

.tLinks img {
    height: 20px;
    margin-right: 10px;
}

.topLine .marg {
    display: flex;
    align-items: center;
}

.tLinks a {
    display: flex;
}

header {

    margin: 0 auto;
    width: 100%;

    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 15px 0;
    border-bottom: 10px solid #d7e2ee;
    background-color: #fff;
    /* backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .85);*/
    z-index: 1242331;
}



.just {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.levo {
    flex-basis: 300px;
    background-color: #f9fbfb;
    min-height: 100vh;
    padding: 35px;
    padding-top: 15px;
    /* background-image: url("../images/_body/bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 0;
    width: 300px;
    border-right: 1px solid #fff;


    
}


.desno {
    width: calc(100% - 350px - 20px);
    margin-left: 350px;
    
    letter-spacing: .5px;
    position: relative;

}

.blr{
    
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.5) !important;
    transition: .5s all;
    background-image: none;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100vh;
   
}
.sblr{
    opacity: 0;
    width: 0px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


.header-element {
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    width: auto;
    font-size: 13px;
    line-height: 15px;
    padding: 0 0 0 20px;
    color: #242331;
}

.header-element img {
    height: 20px;
    width: 20px;
    margin: 0 8px 0 0
}

.roundB {
    cursor: pointer;
}

.header-element a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #242331;
}

.bskt {
    font-size: 18px;
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 50%;
}

.bskt img {
    margin: 0;
    height: 20px;

}

.tIco {
    display: flex;
    align-items: center;
    margin-left: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 10px 10px 5px;
    font-size: .8em;
    line-height: 0;
    font-weight: 500;
}

.tIco a {
    display: flex;
    align-items: center;
}

.tIco img {
    height: 10px;

}

.cntIco {
    margin-left: auto;
}

.basketIco {
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 1px solid #1a75bb;
    line-height: 17px;


    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.mrA {
    margin-left: auto;
}

.src {
   
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 10px 0;
    
}

.src form {
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}

.sField {
    background-color: #FFF;
    border: none;
   border-left: 3px solid #4B7943;
    font-weight: 500 !important;
    width: calc(100% - 50px);
   -webkit-appearance: none;
   border-radius: 0px !important;
  
    height: 50px;
    font-size: 16px !important;
    padding: 0 15px;
    
    
}

.sBtn {
    position: relative;
    background-color: #4B7943;
    color: white;
    cursor: pointer;
    font-weight: 600 !important;
    height: 50px;
    margin: 0;
    width: 50px;
    border-radius: 0px !important;
    -webkit-appearance: button;
    transition: .5s all;
    border: none;
    background-image: url("../images/_body/search.svg");
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.sBtn:hover {
    background-color: #000;
    color: white;
}

.hInfo {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none;

}

header a:hover {}

.logo {
    width: auto;
    line-height: 0;
    text-align: center;
}
.responsive{
    display: none;
}
.hRight {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}


.topMenu {
    display: flex;
    align-items: center;
}

.lIcons {
   float: left;
   width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    margin-top: 0;
}
.slabovidni{
    cursor: pointer;
}
.lIcons a{
    width: 100%;
    display: flex;
    align-items: center;
}
.topIcon {
   
   height: 50px;
   
    display: flex;
    padding-left: 0;
    align-items: center;
    line-height: 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none !important;
    color:#000 !important;
}
.topIcon p{
    line-height: 0;
    margin-left: 10px;
    font-size: 14px !important;
    font-family: 'Fira Sans', sans-serif;
    
}
.topIcon i{
  font-size:13px; color: #D56E37 ;
}
.topIcon:hover{
    color: #D56E37 !important;
}
.tBlue {
    background-color: #D56F37;
}

.tRed {
    background-color: #D23C4A;
}

.tViolet {
    background-color: #000;
   
}

.tOrange {
    background-color: #E3A153;
}

.tGreen {
   
}

.tYellow {
    background-color: #D6DB73;
}


.t1 {
    background-color: #D56F37;
}

.t2 {
    background-color: #D23C4A;
}

.t3 {
    background-color: #9B609F;
}

.t4 {
    background-color: #E3A153;
}

.t5 {
    background-color: #4B7943;
}

.t6 {
    background-color: #D6DB73;
}

.topIcon img {

    height: 13px;
}

.logo img {
    height: 150px;
}

.main-navi {
    margin-left: auto;
}

.navigation {
    font-family: 'Fira Sans', sans-serif;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 0 0;
}

.navigation li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    background-image: none;

}


.navigation .act a {
    color: #1a75bb;

}

.navigation li a {
    color: #242331;
    text-decoration: none;
    padding: 15px 0 5px 0;
    display: inline-block;
}

.navigation li a:hover {
    color: #1a75bb;

}

.navigation .act a:hover {
    color: #1a75bb;

}

.lAct a {
    background-color: #242331;
    color: #fff !important;
}

.lAct a:hover {
    background-color: #242331;
    color: #fff !important;
}

.actl a {
    background-color: #242331;
    color: #fff !important;
}

a.actl a:hover {
    background-color: #242331;
    color: #fff !important;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.main-navi ul ul {
    position: absolute;
    display: none;
    margin: 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    z-index: 5242331;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #242331;
    box-sizing: border-box;
    margin-top: 0 !important;
    border: 2px solid #fff;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: .9em;
    color: #fff !important;
    height: auto !important;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li a:hover {
    background-color: #13232f !important;
}

.submenuHover a {
    background-color: transparent !important;
    border-radius: unset !important;
    color: #fff !important;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 15px !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #28cead !important;
    box-sizing: border-box;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rNavi {
    justify-content: flex-end;
    display: flex;
}

.responsive-nav {
    font-size: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.responsive-nav img {
    height: 25px;
    width: 25px;
}

.panel {
    background-color: #242331;
    z-index: 224233100;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    top: 84px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    right: -100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: none;
}

.panel .social {
    margin-top: 30px;
}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px;
}

.lan {
    margin-left: auto;
    line-height: 0;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #242331;
    text-transform: uppercase;
}


.lan a {
    text-decoration: none;
    color: #242331;
    padding: 0;
    margin-left: 10px;
    line-height: 15px;
    font-size: 14px;
    display: inline-block;
}

.white {
    color: #000;

}


.panelVis {
    right: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    overflow-y: scroll;
    overflow-x: hidden;
}

.flex-nav {
    display: flex;
    color: white;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    margin-top: 3em;
}

.closeP {
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}


.eNarocanje {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    background-image: none;
    height: 50px;
    background-color: #242331;
    color: #fff !important;
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 600;
}

.eNarocanje:hover {
    background-color: #0f1e3a;
}

.infoIcon {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;

    background-color: #647589;
}

.mr10 {
    margin-left: 0;
}



.infoIcon span {
    width: 50px;
    height: 50px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-right: 10px;

}

.infoIcon h5 {
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 0 0;
}

.infoIcon img {
    width: 20px;
}

.selfIcon img {
    width: 25px;
}

.selfIcon span {
    margin-right: 0;
}

.c2 {
    width: 100%;
    margin-top: 25px;
}

.c2 a {
    display: flex;
    align-items: center;
}

.c2 img {
    width: 30px;
    margin: 0 10px 0 0;
}

.mid-navi a {
    text-decoration: none;
}

.mid-navi a:hover {
    color: #055d6e !important;
}

.end-navi {
    margin-top: 20px;
}

.end-navi a {
    color: #055d6e !important;
}


.shown {
    height: auto;
   
}


.feautred-img_sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.feautred-img {
    width: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
    height: 530px;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feautred-summary {
    width: auto;
    max-width: 90%;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feautred-summary a {
    display: inline-block;
    background-color: #242331;
    padding: 15px;
    margin-top: 1.5em;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.feautred-summary a:hover {
    background-color: #242331;
}

.feautred-summary h1 {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    border-bottom: 2px solid #fff;
}

.feautred-summary p {
    display: block;
    font-size: 1em;
}


/*DEFAULT*/

.cCats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.cCatItem {
    flex-basis: 25%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
    height: auto;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cCatItem a {
    color: white;
    text-decoration: none;
}

.cat-item-img-place {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.cat-item-img {
    float: left;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    overflow: hidden;
}

.cat-item-info {
    display: flex;
    width: 100%;
    background-color: #242331;
    color: #fff;
    flex-direction: column;
    padding: 20px;
    font-weight: 500;
    height: 180px;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5em;
}

.rev .cat-item-info {
    background-color: #3f3e40;
    color: #fff;
}

.rev .cat-item-info {
    order: 2;
}

.rev .cat-item-img-place {
    order: 1;
}

.cCatItem a:hover {
    color: white !important;
}

.cCatItem:hover .cat-item-img {
    transform: scale(1.2);
}

.izpostava .btn {
    color: #fff;
    border: 2px solid #fff;
}

.izpostava .btn:hover {
    color: #fff;
}

.izpostava {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.5em !important;
    margin: 0 0 50px 0;
    position: relative;
}

.mtr {
    margin-top: 0;
}

.izpostava img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    float: left;
    transition: 1s all;
}


.izpostava_content_inner {
    width: 35%;
    padding: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);
    top: 0;
    left: 0;
}



.izpostava_content_inner h2 {
    font-size: 2em;
    color: #fff;
    line-height: 1.1em;
    float: left;
    margin: 0;
}

.izpostava_content_inner p {
    color: #fff;
    margin-top: 15px;
    float: left;
}

.search-box {
    margin-left: auto;
    float: left;
    width: 300px;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    margin-right: 30px;

    position: relative;
}

.src-desktop .search-box {
    width: 150px;
    margin-right: 0;
    background-color: #fff;
}

.src-desktop .src-input {
    width: 80px;
    margin-left: 0;
    height: 40px;
    font-size: 16px !important;
    background-color: #fff;
    padding-right: 25px;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    font-weight: 400 !important;
    border: none;
}

.src-desktop .srcPrew {
    width: 35px;
    height: 35px;

}

.src-desktop .srcPrew img {
    height: 15px;
    width: 15px;
}

.src-input {
    width: 200px;
    margin-left: 0;
    height: 40px;
    font-size: 16px !important;
    background-color: #f9fafb;
    padding-right: 25px;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    font-weight: 400 !important;
    border: none;
}

.srcPrew {
    float: left;
    width: 45px;
    background-color: #1a75bb;
    height: 45px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srcPrew img {
    height: 25px;
    width: 25px;
}

::placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
}

::-ms-input-placeholder {
    color: black;
}

.blog_read {
    line-height: 1.5em;

    max-width: 860px;
    margin: 0 auto;
}

.blog_read iframe {
    margin: 15px 0;
}

.counters {
    float: left;
    width: 100%;
    background-color: #1a75bb;
    padding: 45px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.flexItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.izpo25 {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
}

.no {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    display: flex;
    align-items: center;
}

.izpo25 img {
    height: 35px;
    margin-right: 15px;
}

.izpo25 small {

    font-size: 14px;
    line-height: 16px !important;
    font-weight: 600;

    color: #fff;
    margin-left: 10px;
}

footer {
    float: left;
    width: calc(100%);
    padding: 30px 0 30px 0;
font-size: .9em;
    color: #0f1e3a;
   
    margin-top: 50px;
   border-top: 1px dashed #000;
   
   
    display: flex;
    justify-content: space-between;
}


.page_end {
   
    text-align: right;
    font-size: .8em;
    color: #0f1e3a;
    line-height: 1.8em;
}

.page_end a {
    color: #0f1e3a;
    text-decoration: none;
}

.page_end a:hover {
    color: #0f1e3a !important;
}

.moto {
    width: 50%;
    max-width: 800px;
    text-align: center;
    font-size: 14px;
    color: #000;

}

.moto h5 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #000 !important;
}

.social {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.social a {
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.social a:hover {
    background-color: #fff;
}

.social img {
    height: 15px;
}


.tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-weight: 600;
    font-size: 16px;
}

.tabs a {
    text-decoration: none;
    margin: 0 10px;
    color: #242331;
    border-bottom: 2px solid #ddd;
}

.tabs a:hover {
    color: #242331;
    border-bottom: 2px solid #242331;
}

.act_swicth,
.act_swicth:hover {
    color: #242331 !important;
    border-bottom: 2px solid #242331 !important;
}

.z_split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.obrazec_prew {
    width: 45%;
}

.zMarg .obrazec_prew {
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
}

.list_prev {
    width: 52%;
}



.flexi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    width: 100%;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-fit: cover;
}
.backBtn {
    padding: 10px 1em;
    color: #0f1e3a;
    font-family: 'Fira Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    text-decoration: none;
    font-weight: 500;
    max-width: 100px;
    border: 1px solid #0f1e3a;
 background-color: #f9fafb;
    margin-top: 25px;
    font-size: .9em;
}

.backBtn:hover {

 

   color: #D56E37;

}
.thank-you-page {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 25px 0 0 0;
    margin: 80px auto;
    width: 90%;
    max-width: 800px;
    padding: 50px;
    font-size: .9em;
    line-height: 1.4em;
    text-align: center;
    background-color: #f9fafb;
}

.thank-you-page h1 {
    color: #D56F37;
    font-weight: 600;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 5px 0 5px 0
}

.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 19px
}

.big_check {
    padding-top: 2px;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #242331
}

.check_container:hover input~.checkmark {
    background-color: #242331
}

.check_container input:checked~.checkmark {
    background-color: #242331
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked~.checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}


.imgCover {
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0 25px 0 !important;
}

.thirds {
    float: left;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    display: grid;

    margin: 50px 0;
}

.third {


    background-color: #f3f6ff;
    padding: 25px;
    height: 320px;
    color: #0f1e3a;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

.fCall {
    display: flex;
    flex-direction: column;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
}

.fCall span {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #242331;
}

.mid {
    background-color: #f3f6ff;
}

.last {
    background-color: #f3f6ff;

}

.last a {


    padding: 0.5em 30px;
    color: #647589;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    margin: 0 0 5px 0;
    background-image: url("../images/_body/c_right.svg") !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-decoration: underline;
}

.last a:hover {

    color: #242331 !important;
    text-decoration: none;
}

.last .pdf {
    background-image: url("../images/_body/pdf_light.png") !important;
}



.third h3 {
    color: #647589;
    margin: 0 0 25px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.third h3 img {
    height: 20px;
    margin-right: 10px;
}

.dobe img {
    margin-right: 10px;
    height: 90px;
}

.dobeImin img {
    height: 70px;
}

.cont_split {

    width: 100%;
    display: flex;
    margin-top: 45px !important;
    justify-content: space-between;

}

.z_det {

    width: 100%;

    margin-top: 45px !important;


}

.l_cont {
    flex-basis: 65%;
}

.r_cont {
    flex-basis: 31%;
}

.side_cont {
    flex-basis: 20%;
    display: none;
}

.main_cont {
    flex-basis: 100%;
    line-height: 1.5em;
    margin-top: 20px;

}

.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    
}

.blog_item {
    position: relative
}

.blog_item_img {
    width: 100%;

    line-height: 0;
    overflow: hidden
}

.blog_item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.blog_item_content {
    width: 90%;
    margin-left: 5%;
    margin-top: -50px;
    background-color: #fff;
    padding: 15px;
    position: relative;


}

.blog_item:hover .blog_item_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.blog_item:hover a {
    color: #D56F37;
    text-decoration: none !important;
}

.blog_item h3 {
    font-size: 1em !important;
    margin: 5px 0 10px 0 !important;
    font-weight: 600;
    line-height: 1.2em
}

.blog_item p {
    font-size: .9em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.blog_item a {
    color: #242331;
    text-decoration: none !important;
}

.cta_btn {
    display: inline-block;
    background-color: #fff;
    color: #242331;
    margin-top: 20px;
    font-size: .9em;

    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    padding: 15px 20px;
    border: 2px solid #242331;
}

.cta_btn:hover {
    background-color: #242331;
    color: #fff
}

.odsotnost_item {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.odsotnost_item a {
    color: #242331 !important;
}

.def_list {
    display: none;
}

.actList {
    display: block;
    width: 100%;
}

.min-list h3 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.blog-item small {
    color: #242331;
    font-size: 13px;
    margin: 0;
}

.blog-item h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}

.odsotnost_item b {
    display: inline-block;
    width: 130px;
    font-size: 14px;
}

.odsotnost_item h3 {
    font-weight: 600;
    color: #242331;
}

.blog-item a {
    color: #343c3e;
}

.full {
    width: 100%;
}

.tab {
    background-color: #0f1e3a;
    font-size: 16px;
    display: inline-block;
    padding: 15px;

    color: #fff;
    margin: 0 10px 25px 0;
    padding-bottom: 15px;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.tab img {
    display: none;
}

.actTab {
    background-color: #242331;
    color: white;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.switch {
    cursor: pointer;
}

.zTab {
    background-color: #242331;
    color: white;
}

.actTab img,
.zTab img {
    display: block;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 100;
}

.e_narocilo {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 30px 24px;
    border-radius: 30px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 35px;
    position: relative;

}

.e_narocilo h3 {
    margin: 0 0 15px 0;
    color: #242331;
}

.e_narocilo .inputF {
    margin-top: 10px;
}

.e_narocilo form {
    margin-top: 15px;
}

.odsotnost {
    color: #cc282e;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
    margin-bottom: 24px;
}

.wIcon {
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 10px top 10px;
    background-size: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    background-repeat: no-repeat;
    font-weight: 600;
    padding: 10px 10px 10px 35px;
    border: 2px solid #cc282e;
}

.odsotnost_select {
    color: #cc282e;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 45px !important;
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 8px top;
    background-repeat: no-repeat;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 500 !important;
    margin-top: 10px;

}

.note {
    border-top: 1px solid #242331;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
}

.narocilo_btn {
    background-color: #242331;
    color: white;
    font-weight: 600 !important;
    width: 100%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    background-image: url("../images/_body/notes.svg");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px;
    -webkit-appearance: button;
    transition: .5s all;
    display: block;
    border-radius: 8px;
}

.narocilo_btn:hover {
    background-color: #242331;

}

.sub-show {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #242331;
    color: #fff;
    margin-top: 59px;
    height: 460px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    background-position: center;
    background-size: cover;
}

.con-split {
    display: flex;
    flex-wrap: wrap;
}

.sub-con {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    color: #fff;
    padding: 0;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.sub-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subs_min {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.brd {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 20px 0 0 0;
    margin: 10px 0;


}

.subCats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    column-gap: 20px;
    margin-bottom: 0;

}


.subCatMin {
    height: 45px;
    background-size: 0;
    background-position: left 10px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border: 1px solid #f0f3f5;
    justify-content: flex-start;
    transition: .5s all;
    background-color: #242331;

}

.subCats a {
    color: #fff !important;
    text-decoration: none;
}

.subCatMin:hover {
    background-color: #1a75bb;
}

.subCatMin h2 {

    margin: 0 0 0 15px;
    font-weight: 700;

    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;

    line-height: 20px;
}

.con-form {
    width: 50%;
    min-height: 100vh;
    
    padding: 30px 100px;
    color: #242331;
    line-height: 1.5em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.3em;


}

.tec-form {
    padding: 50px;
    margin: 50px 0;
    width: 100%;
    min-height: auto;
}

.con-split h1 {
    font-family: 'Lalezar', cursive;
    font-weight: 400 !important;
    font-size: 45px;
}

.sub-card {
    width: 90%;
    max-width: 400px;
    position: absolute;
    color: #242331;
    padding: 35px;
    font-size: .9em;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(135, 74, 59, 0.60);
}

.sub-card span {
    display: inline-block;
    width: 90px;
}

.expo {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}

.expo a {
    color: #fff;
    text-decoration: none;
}

.form-place {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 35px 0;
    padding: 0;
    width: 100%;
    max-width: 400px;
    position: relative;
}
.x-form{
    max-width: 600px;
    margin: 0 auto;

}
.x-form label{
    display: block;
    color:#0f1e3a;
    font-weight: 600;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 15px !important;
}
.x-form input{
    height: 40px;
    margin: 0;
}

.sub-title {

    font-size: 2.6em;
    line-height: 1.3em;

}

.sub-title>div {
    padding: 25px;
}

.sub-title h2 {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: .5em;
    margin-top: 0;
}

.sub-img {
    flex: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    order: 1;
}

.breadCrumbs {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500 !important;
    color: #242331;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 30px 0;

}

.breadCrumbs a {
    color: #242331;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 400;

}

.breadCrumbs img {
    height: 15px;
    width: 15px;
    line-height: 0;
    margin-top: 0;
}

.subList img {
    float: left;
    width: 10px;
    margin: 0 0 0 0;
}

.subList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2em;
    padding: 5px 0;
    color: #404041;
   
}

.elementSub {
    font-family: 'Fira Sans', sans-serif;
    float: right;
    width: 100%;
    height: auto;
   
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.elementSub:hover a {
    text-decoration: none;
   
    text-decoration: none;
    color: #242331;
}

.elementSubAct {
    font-family: 'Fira Sans', sans-serif;
    float: right;
    width: 100%;
    height: auto;
 
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.elementSub a {
    color: #242331;

    text-decoration: none;
    font-size: 15px;
}

.elementSub a:hover {
    text-decoration: none;
 
   
}

.elementSub:hover a {
   
}

.elementSubAct  i{
   color: #D56E37;

}

.elementSubAct a {
    text-decoration: none;
  
}

.elementSubAct:hover a {
   
}

.iteracija100 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija90 {
    width: 100%;
    
    font-weight: 500 !important;


}
.iteracija90 a{
    font-size: 18px; font-weight: 500 !important;
    padding: 15px 0 15px 0;
}
.iteracija80 {
    width: 95%;
    padding: 4px 0 4px 0;
}

.iteracija70 {
    width: 90%;
    padding: 8px 0 8px 0;
}

.iteracija60 {
    width: 70%;
    padding: 8px 0 8px 0;
}

.set_span span {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #242331;
}

.zdravnik table {
    width: 100%;
}

.zdravnik table td:nth-child(2) {
    font-weight: 600;
}

.e_narocanje {
    max-width: 600px;
    margin-top: 35px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 30px;
    background-color: white;
    color: #242331 !important;
    padding: 0;
    font-size: 13px !important;
}


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 350px;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.projekti_main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}


.logos {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0;
}

.logo_slider {
    display: flex;
    padding: 0;
    animation: cambio 20s infinite linear;
}

.logo_slider:hover {
    animation-play-state: paused;
}


.logo_slider img {
    height: 70px;
    margin: 0px 10px;
    padding: 10px;
    transition: .5s all;
    outline: none;
   
   
    
}


.logo_slider img:hover {
    filter: none;
   transform: scale(1.1);
}

@keyframes cambio {
    from {
        margin-left: 0%
    }

    to {
        margin-left: -100%
    }
}


.p_sklop {
    flex-basis: 23%;
}

.p_sklop h3 {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
    height: 50px;
}


.p_sklop img {
    max-width: 100%;
    max-height: 60px;
    margin-bottom: 10px;
}

.p_sklop p {
    width: 100%;
}

.p_sklop p a {
    font-size: .9em;
    font-weight: 400;
    padding: 5px 0;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    line-height: 1.3em;
}


.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
    text-align: center;
}

.imgCenter img {
    width: 100%;
    max-width: 850px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.files {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;

}

.fileDownload {


    padding: 15px 0;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;
    padding-left: 45px;
    background-color: #f9fafb;
    margin-bottom: 1px;
    transition: .5s all;
    border-bottom: 1px solid #ddd;
   

}

.files a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: 600 !important;
    letter-spacing: 0px;
}


.fileDownload:hover {
    background-color: #fff;
}


.fileDownload::before {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #D56F37;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
    content: "\f0c6";
}

.doc::before,
.docx::before {
    content: "\f1c2";
}

.xls::before,
.xlsx::before {
    content: "\f1c3";
}

.pdf::before {
    content: "\f1c1";
}

.subCatsNorm {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.subCatsNorm a {
    flex: 1 1 250px;
    border: 5px solid #fff;
    background-color: #f9fafb;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

.subCatsNorm a:hover {
    background-color: #242331;
    color: white !important;
}

.contact_card {
    flex: 1;
    margin-left: 0;
    padding: 0
}

.contact_card h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.contact_card>div {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.contact_card>div p:first-child {
    display: inline-block;
    width: 120px;
    font-size: .9em;
    font-weight: 600;
    color: #242331;
}

.zadetek {
   
    width: 100%;
    height: auto;
    font-size: .8em;
    border-bottom: 1px dashed #D56F37;
    padding: 15px 0;
    line-height: 20px;
   
}
.src_h{
  
    margin: 10px 0 0 0 !important;
    padding: 15px 0 !important;
   
   
}
.zadetek h3 {
    margin: 0 0 5px 0 !important;
    font-size: 16px !important;
}
.zadetek small{
    font-weight: 500;
    color:#D56F37;
}

.obvestilo {
    background-color: #cc282e;
    color: #fff;
    padding: 15px 0;
    margin: 1px 0;
}

.obvestilo .marg {
    display: flex;
    align-items: flex-start;
    position: relative
}

.obvestilo a {
    color: #fff
}

.obvestilo h3 {
    margin-bottom: 10px;
}

.obvestilo a:hover {
    color: white !important;
}

.obvestilo img {
    height: 25px;
    margin-right: 15px
}

.zapri {
    margin-left: auto;
    cursor: pointer;
}

.zapri img {
    margin-right: 0;
}

.banners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banners img {
    max-height: 110px;
    padding: 10px;
    max-width: 100%;
}

.message {
    position: fixed;
    z-index: 22423310;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    display: none
}

.message_cont {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.message_show {
    font-size: 15px;
    position: fixed;
    width: 96%;
    max-width: 400px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: left;
    line-height: 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff !important
}

.message_cont a {
    background-color: white;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
}

.message_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat
}

.success {
    background-color: #1a75bb !important;
}

.error {
    background-color: #c92b2b
}

.warning {
    background-color: #ffd557
}

.success .message_icon {
    background-image: url(../images/_body/success.svg)
}

.warning .message_icon {
    background-image: url(../images/_body/warning.svg)
}

.error .message_icon {
    background-image: url(../images/_body/error.svg)
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #242331
}

.skok {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 200px;
    height: 20px;
    line-height: .8em;
}

.skok a {
    color: #f0f8ff;
    font-size: 11px;
}

.skok a:hover {
    color: white !important;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    position: relative;
    margin: 20px 0;
}

.carouselImg {
    display: none;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
    background-color: #242331 !important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.print {
    position: absolute;
    top: -30px;
    right: 0;
    color: gray;
    text-decoration: none;
    font-size: 13px;
    background-image: url("../images/_body/print.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.hdn {
    display: none;
}

#slider {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;


}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 50;
    flex-wrap: wrap;
}


.slide.active {
    opacity: 1;
    z-index: 51;
}

.slide img {
    width: 100% !important;
    height: 100%;
    object-fit: cover; 

}

.caption {

    width: 35%;
    padding: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;

    position: absolute;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);
}

.captionSummary a,
.parallax a {
    padding: 1em;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    min-width: 250px;
    border: 1px solid #fff;
   
    text-align: center;
    margin-top: 25px;
    font-size: .9em;
}



.captionSummary a:hover,
.parallax a:hover {
    padding: 1em;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #D56F37;
    font-weight: 600;
    min-width: 250px;
    border: 1px solid #fff;
   
    text-align: center;
    margin-top: 25px;
    font-size: .9em;
}

.captionTitle h2 {
    font-size: 2em;
    color: #fff;
    line-height: 1.1em;
    float: left;
}

.captionSummary {
    color: #fff;

    margin-top: 15px;
    float: left;
}

#slideNav {
    position: absolute;
    width: 100%;
    z-index: 52;
    bottom: 35px;
    left: 35px;
    display: flex;
}

#slideNav img {
    height: 20px;
}

#prevBtn,
#nextBtn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .5s all;
    margin-right: 10px;
   font-size: 20px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #D56E37;
    
}

.section {

    float: left;
    width: 100%;
    margin: 50px 0;
}
.user_style .section{
    margin:  0 0 35px 0; 
}

.m0 {
    margin: 0;
}

.user_style a[href^="http"] {
    background: url("../images/_body/open.svg") no-repeat 100% 0px;
    background-size: 15px 15px;
    padding-right: 19px;
}

.iconSet a[href^="http"] {
    background: none !important;
    background-size: 0px !important;
    padding-right: 0;
}
.projekt {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D56F37;
    padding: 15px 0;
    align-items: center;
   
    flex-wrap: wrap;
}

.section .projekt:nth-child(even) {
   
}

.p_naziv {
    flex: 2;
    font-weight: 600;
    font-size: 1.1em;
    padding-right: 15px;
}

.p_naziv small {
    font-size: 13px;
    color: #1a75bb;
}

.p_info,
.p_fin {
    flex: 1;
}

.tIcons {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
    background-color: #fff;
}

.main_icons {
    width: 100%;
    padding:15px;
    margin-bottom: 35px;
    align-items: center;
    border-bottom: 2px solid #0f1e3a;
}


.iconSet {
    padding: 5px;
    background-color: #fff;
}

.tIcons img {
    max-height: 25px;
}

.main_icons img {
    max-height: 50px;
}

.p_info {
    font-size: .9em;
}

.p_info span {
    display: inline-block;
  color:#D56F37;
}

.other-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 35px;
}
.other-list a{
    text-decoration: none;
}
.fr_1 {
    grid-template-columns: 1fr;
}

.other_item {
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s all;
    line-height: 1.2em;   padding: 15px;
   color:#000 !important;
 background-color: #fff;
 border: 1px solid #ddd;
 position: relative;
 padding-right: 30px;

}

.other_item::after{
    display: inline-block;
    
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    height: 15px;
    top: calc(50% - 7.5px);
    margin-top: 0;
    color: #D56E37;
    background-repeat: no-repeat

}
.other_item:hover{
color: #D56F37 !important;
  
}

.other-list a[href^="http"]::after {
    display: inline-block;
    
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    height: 15px;
    top: calc(50% - 7.5px);
    margin-top: 0;
    color: #D56E37;
    background-repeat: no-repeat
}

.other-list a[href^="http"] {
   background: none;background-color: #fff;
}

.other_item h2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0px;
    margin-top: 0;
    margin-top: 0;
    font-weight: 400;
    color: inherit;

   
}

.oSum {
    font-size: .9em;
    color: #0f1e3a;
   
    padding:  0;

}

.other_item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;



}

.zapisi-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.zapis_item {

    padding: 0;
    background-color: #242331;
    color: #fff;
    transition: .5s all;
}

.zapis_item:hover {
    background-color: #0f1e3a;
}

.inverse {
    background-color: #fff;
}

.zapis_item a {
    color: #fff;
    text-decoration: none;
}

.zapis_item_info {
    padding: 15px;
}

.zapis_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden;

}

.zapis_item_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s all;


}

.zapis_item small {
    display: block;
    margin-top: 10px;
    line-height: 1.4em;
}

.zapis_item:hover img {
    transform: scale(1.2);
}

.zapis_item_info h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;

    height: auto;

    display: flex;
    align-items: center;
    margin: 0;
    color: #fff !important;
}


.izpo {
    display: flex;
    width: 100%;

    font-size: 18px;
    line-height: 25px;

    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}


.iCont {
    width: 453px;
    padding: 20px 30px 20px 2%;
    background: #fff;
    opacity: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

    border-bottom: none;
    font-size: .9em;
}

.iCont small {
    font-size: 20px;
    color: #0f1e3a;
    font-weight: 600;
    border-bottom: 5px solid #242331;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.iCont h2,
.iCont h1 {
    font-size: 45px;
    line-height: 1em;
    color: #242331;
    font-weight: 600;
    margin: 15px 0;
}



.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.mrAuto{
    margin-left: auto;
}
.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100% !important;
    justify-content: space-between;
    margin: 0 0 !important;
   
}

.section_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    padding: 0 30px;
}


.pn_section::-webkit-scrollbar {
    display: none;
}

.fCent {
    justify-content: center;
}
.hNavi{
    margin-top: 30px;
}
.sNav {
  
  
}

.dNav {
    width: 100%;
    display: flex;
    margin: 35px 0 75px 0;
}

.arrow {
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    font-size: 25px;
  background-color: #f9fafb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    position: absolute;
   
   
    left: 0;

}
.arrow-right{
    right: 0;
    left: unset;
}
.arrow img {
    height: 20px;
}

.arrow:hover {
    color: #D56E37;
}


.provider-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*background-color: #eff1f5;
    padding: 15px;*/
    width: 100%;
    gap: 20px;
    margin-top: 25px;
}

.provider-list h6 {
    flex-basis: 100%;
    font-size: 1.3em;
    color: #0f1e3a;
    margin-bottom: 15px;
}

.provider_item {

    
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    padding: 15px;
   background-color: #f9fafb;  
   
   
}

.provider_icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.p_info {
    display: flex;
    flex-direction: column;
}

.card_icon {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    
}
.card_icon i{
    margin-right: 5px;
    color: #D56F37;
}
.card_icon a{
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-decoration: none;
}
.provider_item h4 {
    margin: 0 0 0px 0 !important;
    font-size: 17px !important;
}

.provider_details_card {
    margin-top: 10px;
}

.card_icon span {
   width: 20px;
    color: #D56F37;
   
}

.card_icon img {
    height: 15px;
}

.intro-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
}
.intro_item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    height: 80px;
    transition: .5s all;
    line-height: 1.4em;
    font-size: .9em;
    border-radius: 8px;
    transition: .5s all;
    background-color: #D2E9D7;
    border: 1px solid #D2E9D7;
   
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;



}
.arhiv_l{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.arhiv_l a{
    background-color: #f9fafb;
    padding:  3px 8px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #0f1e3a;
}
.a_leto{
    background-color: #D56F37 !important;
    color: #fff;
}
.a_leto:hover{
    color: #fff !important;
}
.intro_item h3 {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 !important;
    transition: .5s all;
    letter-spacing: 1px;
}
.event_item small{
   font-weight: 500;
}
.event_item small i{
    color:#D56E37;
}
.shorts a{
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #000;
    justify-content: space-between;
}
.shorts a i{
    margin-left: 8px;
    font-size: 14px;
    color:#D56F37 !important;
}
.shorts a:hover{
    color: #D56F37 ;
}
.pn_item {
    flex: 0 0 auto;
    flex-basis:25%;

    display: flex;
    flex-direction: column;
   
    padding: 30px 20px;
    transition: .5s all;
    line-height: 1.2em;
   
  
    box-sizing: border-box;
 
    cursor: pointer;
    background-color: #f9fafb ;
}

.pn_item h2 {
    font-size: 1.6em;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 700;
    color: #0f1e3a;
}

.pn_item a {
    color: #0f1e3a;
}

.pn_item p {
    font-size: .9em;
    color: #0f1e3a;
    opacity: .8;
}

.d_item {
    /*background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,76,90,1) 50%);*/
padding: 30px 0px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;

}
.d_item h2,.d_item p, .d_item small{
    padding: 0 20px;
}

.d_razpisi {
   background-color: #D2E9D7;
}

.d_novice {
    background-color: #f9fafb;
}

.d_item h2 {
    font-size: 1.05em !important;
    line-height: 1.2em;
    margin: 0 0 8px 0 !important;
}

.d_item small {
    color: #0f1e3a;

    display: block;
    margin-bottom: 8px;
}

.pn_item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    background-color: #1a75bb;
}
.b_url{
    text-decoration: none;
}

.d_item img {
    width: 100%;
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    padding: 0;
}



.split {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    margin: 0 0 35px 0;
}

.hSplit {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    margin: 100px 0;
    flex-wrap: wrap;
}

.hSplit img {

    width: 30%;
    height: 450px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.hx {
    flex-basis: 70%;
    padding-right: 50px;
}

.breaker {
    font-weight: 500 !important;
    color: #0f1e3a !important;
    font-size: 30px !important;
    line-height: 1em !important;
    margin-bottom: 30px !important;
    display: flex !important;
    align-items:baseline;
    width: 100% !important;
    font-family: 'Fira Sans', sans-serif;
   


}

.breaker p {
   
}

.breaker i {
  font-size: 25px !important;
    margin-right: 15px;
    color:#D56E37;
}

.breaker::after {
    /* display: block;
    clear: both;
    content: "";
    position: relative;
   
    max-width: 100%;
    height: 1px;
    width: 50px;
   
    border-bottom: 10px solid #0f1e3a;
    border-radius: 10px;
    padding: 0 0px;
    transition: .5s all;
    margin-top: 10px;*/

}

.cta {
    background-color: #fff;

}

.cta .breaker {
    color: #242331 !important;
}

.cta .breaker small {
    color: #242331;
}

.cta .btn {
    color: #242331;
    border: 1px solid #242331;
}

.cta .btn:hover {
    color: #fff;
    border: 1px solid #242331;
    background-color: #242331;
}

.cta .izpostava_content_img {
    order: 0;
    transform: rotate(-5deg);
    border: 1px solid #ddd;

}

.cta .izpostava_content_inner {
    text-align: right;
}

.parallax {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;

    /* Set a specific height */
    min-height: 500px;
    margin: 50px 0;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.paralax_content {
    text-align: center;
    width: 100%;
    font-size: 1em;
    padding: 35px;


    color: #fff;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);
}

.paralax_content h3 {

    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.tags {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0
}

.tags h4 {
    flex-basis: 100%;
    text-align: center
}

.tags a {
    text-decoration: none;
    padding: 8px;
    border: 1px solid #242331;

    margin: 5px;
    color: #242331;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
}

.tags a:hover {
    color: #fff;
    background-color: #242331;
}


.oznaka {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.oznakaImg {
    flex-basis: 150px;
    line-height: 0
}

.oznakaImg img {
    width: 120px;
    height: 100px;
    object-fit: cover
}

.oznakaContent {
    width: calc(100% - 120px)
}

.oznakaContent h2 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px
}

.oznakaContent p {
    font-size: 14px;
    line-height: 18px
}

.oznakaContent small {
    font-weight: 500;
    font-size: 14px;
    color: #1a75bb;
}


.quaters {
    width: 100%;
    padding: 20px;

    margin-bottom: -21px;
    background-color: #242331;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #242331;
}

.quater {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    font-size: 16px;
}

.catalog_details_description .quater {
    flex-basis: 50%;
    margin: 10px 0;
    font-size: 1em;
}

.catalog_details_description .quater h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.catalog_details_description .quater img {
    width: 30px;
    margin-right: 15px
}

.quater p {
    padding-right: 25px;
    color: #fff;
}

.quater img {
    width: 40px;
    margin-right: 20px
}

.quater h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    padding-left: 20px;
    margin: 30px 0 30px 0;
    font-family: 'Fira Sans', sans-serif;
    color: #D56E37;
    font-weight: 400;
    border-left: 1px solid #D56E37;


}

blockquote a {
    color: #fff
}

blockquote p {}


.catalog_list {
    display: flex;

    flex-wrap: wrap;
    margin-bottom: 35px;
}

.pt20 {
    padding: 20px;
}

.gr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*background-color: #eff1f5;
    padding: 15px;*/
    width: 100%;
    gap: 20px;
}


.catalog_item_blank {
    grid-column: -1 / 1;
    background-color: #3d4350;
}

.catalog_item_blank h3 {
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    padding: 10px 0;
    color: white;
}

.catalog_item {
    flex-basis: 25%;
    background-color: white;
    border: 1px solid #f9fafb;
    position: relative;
    transition: .5s all;
}

.catalog_item:hover {
    border-color: #1a75bb !important;
    box-shadow: 0px 6px 10px #1a75bb;
    ;
}


.catalog_item:hover img {
    transform: scale(1.1);
}

.rWide {
    width: calc(100% - 350px);
}

.rating {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}

.rating img {
    height: 20px;
    cursor: pointer;
}

.note {
    display: none;
    position: absolute;
    background-color: #2c74b2;
    color: white;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    left: 0;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.favorite {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer
}

.bFav {
    top: 15px;
    right: 15px
}

.favorite img {
    height: 20px !important;
    width: 20px !important
}

.cat_item_img {
    line-height: 0;
    width: 100%;
    height: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .5s all;
    padding: 20px 0;
}

.cat_item_img img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: .5s all;

}

.s12 {
    background-color: #2c74b2
}

.s14 {
    background-color: #1a75bb
}

.s1156 {
    background-color: #ff9f07
}

.status {
    position: absolute;
    width: auto;
    height: 20px;
    padding: 0 10px;
    top: -0;
    left: 0;
    color: #fff;
    font-size: .8em;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_item_info {
    width: 100%;
    padding: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.catalog_item_info h2 {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    height: 50px;
}

.catalog_item_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.catalog_item_price {
    margin: 0;
    font-size: 20px;
    color: #242331;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #f9fafb;
    width: 100%;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 18px;
    color: #242331;
}

.dp {
    flex-direction: row;
    align-items: center;
}

.details_add {}

.odprema {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
}

.details_add .catalog_item_price {
    font-size: 30px;
}

.details_add .catalog_item_price span {
    flex-basis: 100%;
    font-size: 11px !important;
    display: inline-block
}

.min_size {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #c40909;
    font-weight: 700;
}

.min_size b {
    color: #1c1c22;
}

.catalog_item_price small {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.catalog_item_discount {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ec711d;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;

}

.discount-value {
    display: flex;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ec711d;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.details_add .catalog_item_discount {
    left: -40px;
    top: -40px;
}

.sijalka {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 40px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ff9f07;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    background-image: url("../images/_body/light-bulb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.catalog_item a {
    text-decoration: none;
    color: #242331 !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.reservation_details {
    width: 100%;
    float: left
}

.product-details-qty-list {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #242331;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    outline: none;
}

.product-details-add-btn-list {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 40px;
    text-align: center;
    font-size: .9em;
    background-color: #2c74b2;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 700 !important;
    border: none;

    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.lastnost {
    float: left;
    margin-right: 8px;
}

.lastnost b {
    display: inline-block;
    margin-right: 3px;
    color: #2c74b2;
}

.product-details-add-btn-list:hover {
    background-color: #242331
}


.catalog_details_add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0 50px 0;

}

.ci-qty {
    width: 48px !important;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    font-weight: 700 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}


.details_full {
    display: flex;
    align-items: center;
}

.catalog_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    width: 100%;
}

.catalog_details_image {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    line-height: 0;
    position: relative;
    height: 250px;
}

.note_fav {
    display: none;
    position: absolute;
    background-color: #373f50;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    width: auto;
    margin-top: 10px;
    left: 0;
    top: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    z-index: 1242331;
    text-align: center
}

.t0 {
    top: 10px
}

.catalog_details_image img {
    max-width: 100%;
    max-height: 250px;
}

.catalog_details_description {
    width: 100%;
    font-size: .9em;
}

.catalog_details_description table {
    width: 100% !important;
}

.desc_top {
    width: 100%;

    position: relative;
    border-bottom: 1px solid #242331;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.desc_top .zaloga {
    background-color: #2c74b2;
    color: white;
}

.desc_top .no {

    background-color: #D51D1D;
    color: white;
}

.d_opis {
    margin-bottom: 20px
}

.d_vsebina {
    margin-bottom: 20px
}

.d_vsebina h3 {
    font-weight: 500;
    color: #c40909
}

.options {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.sOption {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 14px;

    cursor: pointer;
    margin-right: 15px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.catalog_details_description h5 {
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 0 0 0 25px !important;
    color: #2b3445;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_summary {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0 0 0;
    line-height: 25px;
}

.d_summary label {
    display: inline-block;
    width: 100px;
    font-weight: 700;
    font-size: .9em;
}


.catalog_add_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;


}

.fw100 {
    flex-basis: 100%
}

.catalog_add_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fw100 {
    flex-basis: 100%
}

.dateRez {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/_body/calendar.svg);
    background-size: 15px;
    width: 285px;
    margin-bottom: 0
}

.catalog_add_form span img {
    height: 15px
}

.catalog_add_form span {
    cursor: pointer;
    padding: 0 .5em
}

.zaloga {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px
}

.zaloga span {
    padding: 0 !important
}

.form-add {
    display: flex;
    align-items: center;
}

.catalog_add_form img {
    height: 15px;
    line-height: 0;
}

.form-add span {
    cursor: pointer;
    padding: 0 0.5em;
}

.showDesc-price {
    background-image: url(../images/_body/tag.svg);
    background-size: 0.6em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1em;
    font-size: 1.6em;
    color: #242331;
    margin: 0 15px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.cFld {
    display: flex;
    align-items: center;
    width: 100%;

}

.kolFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add,
.minus {
    cursor: pointer;
    line-height: 0;
}

.product-details-qty {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 1em;
    padding: 0 !important;
    background-color: #f9fafb;
    color: #242331;
    border: none;
}

.product-details-add-btn {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 45px;
    text-align: center;
    font-size: .9em;
    background-color: #ec711d;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 600 !important;
    border: none;
}

.product-details-add-btn:hover {
    background-color: #1a75bb
}


.actSize {
    background-color: #2b3445;
    color: #fff
}

.actSize .bull {
    background-image: url(../images/_body/check.svg)
}


.sortOpt {
    position: relative;
    cursor: pointer;
    line-height: 1em;
    text-align: left;
}

.sort a {
    background-color: #1d3557;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.sort a:hover {
    background-color: #f9fafb;
}

.showFilters {
    padding: 10px 10px 10px 10px;
    margin-right: 0;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    color: #242331;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 180px;
    height: 45px;
    border: 1px solid #242331;
}

.sortOpt {
    position: relative;
    cursor: pointer;
}

.sort {
    position: absolute;
    top: 43px;
    left: 0;
    margin-left: -1px;

    width: 300px;
    height: 240px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #242331;
    z-index: 102;
    padding: 0 0;
    display: none;
}

.sort a {
    background-color: #fff;
    color: #242331;
    text-decoration: none;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f9fafb;

}

.prewCol {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #242331;
}

.showFilters img {
    margin-right: 10px;
}

.showFilters:hover {
    background-color: #fff;
    color: #242331;
}

.izpis {
    cursor: pointer;
    margin-right: 10px;
}

.filters {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    display: none;
}

.view_filters {
    display: flex;
}

.view_sort {
    display: flex;
}

.f_section {
    flex-basis: 100%;
    margin: 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #586877;
    padding-top: 10px;
}

.filter_item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 150px;
}

.filter_item label {
    font-weight: 600;
    font-size: 13px;
}

.filtriraj {
    background-color: #e63946;
    color: white;
    font-weight: 600 !important;
    font-size: .9em;
    height: 40px;
    padding: 0 30px 0 40px;
    cursor: pointer;
    border: 1px solid #1d3557;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    background-image: url("../images/_body/filter.svg");
}

.important {
    background-color: #D56E37 ;
    top: 170px !important;
    color: #FFF;
    z-index: 101 !important;
}

.p_cont{
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.poper {
    position: fixed;
    right: 0;
    top: 160px;
    width: 320px;
    background-color: #D56E37;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    z-index: 101;
    transition: .5s all;
    letter-spacing: 0px;
    font-weight: 500;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.poper_item h1,
.poper_item h2,
.poper_item h3,
.poper_item h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px 0 !important;
}

.poper_hide {
    right: -320px;
}

.tgl {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #D56E37;

    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    right: 320px;
    z-index: 10;
    top: 170px;

    box-shadow: -2px 2px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .5s all;
}

.move_tgl {
    right: 0;

}

.poper a {
  color:#fff;
    text-decoration: underline;
}
.poper a:hover{
    text-decoration: none;
}
.poper_item{
    overflow-y: scroll;
    max-height: calc(100vh - 350px);

}
.poper_item p {
    width: 100%;
    color: #fff;
    
}

.zapri {
    margin-top: 20px;
    cursor: pointer;
    margin-left: 8px;
}



.vloge_form {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
padding: 50px 20px;
 
    box-shadow: rgba(149,157,165,.2) 0 30px 24px;

}

.iLabel {
    margin: 0 0;
    font-size: 13px;
    line-height: 1.1em;
    height: 30px;
    display: flex !important;
    align-items: center;
    color: #000;

}
.iLabel b{
    font-weight: 500;
}
.bind{ grid-column: 1 / -1;
    display: flex;
    width: 100%;
}
.bind>div:first-child{
    width: 210px;
    margin-right: 20px;
}
.bind>div:last-child{
    width: 100px;
    margin-right: 0;
}
.full{
    grid-column: 1 / -1;
    flex-basis: 100% !important;
    width: 100%;
}
.vloge_form table{
    grid-column: 1 / -1;
   max-width: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
   
   background-color: #f9fafb;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2em;
    margin:0 0 15px -20px !important;
}
.dim_form h3{
    grid-column: 1 / -1; 
}
.dim_form .note_form{
    font-size: 13px;
    line-height: 16px;
}
.vloge_form br {
    display: none; /* Makes the <br> invisible to CSS Grid */
  }
  .pdf_c br{
    display: unset !important;
  }
  .vloge_form h3{
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    font-weight: 400 !important;
    border-bottom: 1px dashed #000;
    font-family: 'Fira Sans', sans-serif;
    color:#0f1e3a !important;
}
.vloge_form h4{ grid-column: 1 / -1;
    margin: 0 !important;
    padding: 0 0 0 0 !important;
    font-weight: 600 !important;
   font-size: 16px !important;
    color:#000 !important;
}
.dim_options{
    grid-column: 1 / -1 !important; 
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.dim_options .check_container{
    align-items: flex-start;
}

.vloge{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 0;
    margin-top: 0;
  
}
.vloga{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.v_icon{
    width: 50px;
    height: 50px;
    background-color: #D56F37;
   
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
}
.vloga h4{
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    
}
.b_link{
    color: #D56F37 !important;
    text-decoration: underline !important;
    font-weight: 500;
}
.b_link:hover{
    text-decoration: none !important;
}
.v_info{
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
}
.v_info a{
    text-decoration: none;
    margin-top: 5px;
    font-weight: 500;
   
}
.v_info a i{
    margin-right: 5px;
    width: 25px;
}
.vH{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 50px 0 35px 0 !important;
}

#signatureCanvas {
    border: 1px dashed #000;
       
    width: 100%;
    max-width: 400px;
   
    height: 130px;
    touch-action: none;
}
#clearButton{
    background-color: #333;
    color:#fff;
    cursor: pointer ;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    font-weight: 500;
    top: 30px;
    letter-spacing: 1px;
    width: 50px;
    left: 0px;
}
.rx {
    position: relative;
  }