@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    letter-spacing: 1px;

}

html {
    scroll-behavior: smooth;
}


body {
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    color: #000;
   
    width: 100%;

    font-weight: 400;

  



}
.rx{
    position: relative;
}
#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: 70px;
    letter-spacing: 1px;
    width: 50px;
    left: 0px;
}

body::after {
    content: '';
   
    position: fixed;
    bottom: -48px;
    left: -28px;
    width: 180px; 
    height: 266px;
    background-image: url("../images/_body/list2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
   z-index: -100;
   
}



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 1em;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: "Raleway", sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #403F41;
    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: #403F41;
    text-decoration: none;
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    line-height: 20px;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    border: 1px solid #fff;
    background-color: #ed2435;
    padding: 20px 40px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 18px;
}

.btn:hover {
    background-color: #000;
    color: white !important;
}

.back-btn {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 25px;
    border: 1px solid #403F41;
    background-color: #fff;
    color: #403F41;
    border-radius: 8px;
    font-size: 13px;
 
}

.back-btn:hover {
    background-color: #403F41;
    color: white !important;
}

.inputF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #e5eef4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;

}

.selectF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #e5eef4;
    border-radius: 8px;
    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;
}

.acc {
    font-size: 25px;
   
    cursor: pointer;
}


.area-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5eef4;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 10px 0 0 10px;
    height: 150px;
    border-radius: 5px;
}

.prijava_place h3 {
    margin: 0 0 20px 0 !important;
    font-weight: 600 !important;
}
.prijava_place a {
    color: #403F41 !important;
}

.prijava_place label {
    margin: 8px 0;
    display: block;
    font-size: .8em;
}

.prijava_place label b {
    font-weight: 400;
}
.p_rel{
    position: relative;
}
.om{
    position: absolute;
    width: 250px;
    top: -65px;
    background-color: #fff;
    border: 1px solid #00aeef;
    padding: 10px;
    font-size: 12px;
    display: none;
}
.show_m{
    display: block;
}
.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;
}

.prijava_place #fKontakt {
    width: 100%;
    max-width: 650px;

}

.prijava_place a {
    color: #000;
}

.prijava_info {
    flex-basis: 100% !important;
    text-align: center;
}




.grid-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;

}



.grid_item {
    position: relative;
    transition: 1s all;
    line-height: 0;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
}

.casovnica{
    display: flex;
    width: 100%;
    height: auto;
    margin: 65px 0 25px 0;
 float: left;
 line-height: 1.5em;
    justify-content: space-between;
    
}
.leto_desc{
    width: 100%;
    max-width: 940px;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 25px;
    line-height: 22px;
}
.leto{
    flex: 1;
    height: 50px;
    font-weight: 400;
    border-top: 1px solid #000;
    color:#000;
    transition: .5s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.bull{
    margin-top: -23px;
    width: 20px;
    height: 20px;
    border-radius: 30%;
    background-color: #000;
    margin-bottom: 5px;
}
.leto:hover .bull{
    background-color: #ed2435;
}
.a_leto .bull{
    background-color: #ed2435;
}
.grid_item h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: normal !important;
    margin: 0 0 0 0 !important;
    text-align: center;
    text-shadow: 0 0 5px black;
    font-weight: 600 !important;
    transition: 1s all;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1000;
}

.grid_info p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

.grid_item a{
    color: #fff;
    text-decoration: none;
}
.grid_item:hover img{
    transform: scale(1.1);
    transition: .5s all;
}

.grid_item img {
    transition: .5s all;
    width: 100%;
   aspect-ratio: 4/3;
    object-fit: cover;



}

.osmrtnice{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
   column-gap: 20px;
    margin: 50px 0;
}
.osmrtnica{
    border: 3px solid #000;
    padding: 3px;
    position: relative;
}
.o_icon{
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    line-height: 0;
    background-color: #000;
    color:#fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000;
    font-size: 25px;
}
.osmrtnica_cont{
    border: 1px solid #000;
    padding:40px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 15px;
    height: 100%;
    line-height: 20px;
    
}
.osmrtnica h2{
    margin: 20px 0 5px 0 !important;
    font-weight: 700 !important;
}
.o_desc{
    line-height: 20px;
    font-weight: 500;
}
.b_link{
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: 500;
}
.b_link:hover{
    text-decoration: none !important;
}
.opis_vloge{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;

}



.vloge_form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
padding: 50px 20px;
 
    box-shadow: rgba(149,157,165,.2) 0 30px 24px;

}
.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: rgb(229,238,244);
background: -moz-linear-gradient(90deg, rgba(229,238,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,238,244,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(229,238,244,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5eef4",endColorstr="#ffffff",GradientType=1); 
    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;
  }

  .hid{
    display: none;
  }
.dim_options{
    grid-column: 1 / -1 !important; 
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.opcije{
    grid-column: 1 / -1;  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opcije .check_container{
    margin-bottom: 8px;
}
.minify .check_container{
    margin-bottom: 0;
}
.minify p{
    font-size: 13px;
    line-height: 16px;
}
.op2{
    width: 48%;
}
.split_v{
    grid-column: 1 / -1;
    height: 1px;
    background-color: #ddd;
    margin-top: 5px;
}
.vloge_form>div {
    flex-basis: 30%;
    padding: 0;

}
.vloge_form h3{
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px dashed #000;
    color:#56BDEE !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;
}
.prijava_place {
    display: flex;
    flex-wrap: wrap;
 max-width: 700px;
    padding: 0 40px 0 40px;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    margin-bottom: 65px ;
    box-shadow: rgba(149,157,165,.2) 0 30px 24px;

}
.form-place{
    display: flex;
    flex-wrap: wrap;  justify-content: space-between;
    padding: 35px 0;
}
.full-row {
    flex-basis: 100% !important;
  }
.form-place label {
    color: #403F41;
}

.prijava_place>div, .form-place>div {
    flex-basis: 48%;
    padding: 0;

}
.info_podjetje{
   display: none;
}
.info_pod_show{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
.info_podjetje>div{
    flex-basis: 48%;
    padding: 0;

}
.full_r {
    flex-basis: 100% !important;
}

.prijava_place h3 {
    font-size: 1.5em;
    margin: 0 0 25px 0;
    font-weight: 600;
}

.vmesni {
    margin: 15px 0 !important;
    color: #403F41 !important;
    font-size: 1.2em !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: #003F3F;
    color: #B6D382;
    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: 50px;
    text-align: center;
    font-size: 1em;
    padding: 0.5em .5em;
    font-weight: 600 !important;
    -webkit-appearance: button;
    border-radius: 8px;
}

.default-form-btn:hover {
    background-color: #000;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 96px;
    /*transition: .1s all;   animation: fadeInAnimation ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/

}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.just {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.levo {
    flex-basis: 360px;


    padding: 0;
}

.levo h2 {
    color: #58ad40;
    font-size: 25px;
    line-height: 25px;
    margin: 20px;
    font-weight: 600;
}

.desno {
    /*flex-basis: calc(100% - 390px);*/
    flex-basis: 100%;
    padding: 0 0;
}

.user_container {
    margin: 0 auto;
    width: 96%;
    max-width: 1500px;
    background-color: #fff;
}

.marg {
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    max-width: 1500px;
}

.content_read {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    padding: 0 0;
    background-color: #fff;
  
}

.zMarg {}

h1 {
    margin: 0 0 1em 0;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
}

.izpoCont h2,
.paralax h2,
.izpoTxt h2,
.captionSummary h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: 2PX;
    font-weight: 600;
    text-shadow: 0 0 5px black;

}

.izpoCont h2,
.izpoTxt h2 {
    color: #000;
    text-shadow: none;
}
.izpoCont blockquote,
.paralax blockquote,
.izpoTxt blockquote,
.captionSummary blockquote {
    padding: 0;
    border: none;
    color: #B6D382;

}

.split {
    margin: 0 0 1em 0;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    text-align: center;
float: left;
width: 100%;
    
}




h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
    position: relative;
}


.user_style ul {
    position: relative;
    padding-left: 25px
}

.user_style li {
    margin: 0 0 8px 0;
    list-style: none;
}

.user_style li::before {
    display: inline-block;
    height: 15px;
    width: 15px;
    content: "\f35a";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    margin-top: 2px;
    color: #000;
    background-repeat: no-repeat
}

.user_style h1 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.user_style h1:first-child{
    margin-top: 40px;
}
.user_style iframe {
    width: 100%;
    height: 500px;

}


.user_style h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #000;
}

.user_style h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #000;
}

.user_style h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #000;
}
.src_h{
    display: block;
    margin: 10px 0 10px 0 !important;
    padding: 15px;
    background-color: #f0f3f5;
}

.user_style table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin: 20px 0;
}

.user_style tr:nth-child(even) {
    background: inherit;
}

.dezurstva_izpis tr:nth-child(even) {
    background-color: #fff !important;
}

.dezurstva_izpis h2 {
    font-size: 1.3em;
    margin: 10px 0;
}

.dezurstva_izpis h3 {
    font-size: 1.1em;
    margin: 10px 0;
}


.user_style td {
    padding: 5px 10px;
    font-size: .9em;

}

.user_style th {
    background-color: #13232f;
    color: #fff;
    padding: 10px;
    font-size: 14px;

    text-align: left;
    font-weight: 600;
}

.user_style tr:nth-child(even) {
    background-color: #f2f2f2;
}

.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 {
    width: 100%;
    background-color: #fff;
    padding: 0 0;
    display: flex;
   
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
   
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


.bsk {
    position: relative;
    color: #f21b3f !important;
}

.bItems {
    position: absolute;
    top: -10px;
    right: -5px;
    color: #f21b3f;
    font-size: 12px;
    transition: .5s all;
}

.vsb .bItems {
    color: #f21b3f !important;
}

.xDiv {
    color: #f21b3f !important;
}

.narocilo {
    position: fixed;

    bottom: calc(50% - 40px);
    right: 50px;
    width: 80px;
    height: 80px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
    background-color: #ed2435;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 300;
    font-size: 30px;
    cursor: pointer;
}
.hIc{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 95px;
    border-left: 1px solid #fff;
    color:#fff;
}
.hIc a{
    color:#fff;
}
.hicLast{
    border-right: 1px solid #fff ;
}
.cnt {
   
   
}

.cnt i {
   font-size: 18px;
  
   
}

.headIcon {
  
}

.headIcon a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff !important;
    font-size: 13px;

}

.start-nav {
    cursor: pointer;
    display: none;
  
}

.headIcon i {
    min-width: 30px;

 color: #000;
    font-size: 18px;
    transition: .5s all;
}

.headIcon p {
    margin-left: 10px;
}

.headIcon img {
    height: 20px;

}

header .marg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.cOut .marg {
    justify-content: space-between;
    padding: 25px 0;
}

.cOut a {
    color: #fff;
}

.cOut i {
    color: #000;
    margin-right: 10px;
}

.cOut a:hover {
    color: #000;
}

.mrA {
    margin-left: auto;
}


.hInfo {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none;
    font-weight: 500;
}

header a:hover {}

.logo {
    width: auto;
    line-height: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  
}

.logo img {
    height: 50px;
    transition: .5s all;
}




.haedRight {
    margin-left: auto;
    display: flex;
    align-items: center;
    background: rgb(86,189,238);
background: -moz-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56bdee",endColorstr="#4faf71",GradientType=1);  
}
.fbreak{
    color:#fff !important;
    padding: 15px;
    font-size: 20px !important;
    margin: 0 0 0 0 !important;
    background: rgb(86,189,238);
background: -moz-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56bdee",endColorstr="#4faf71",GradientType=1);  
}

.headBtn {
    background-color: #ed2435;
    padding: 0.5em 1em;
    color: white;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.headBtn i {
    margin-right: 10px
}

.headBtn:hover {
    background-color: #000;
    color: white !important;
}


.main-navi {
    margin-left: 50px;
    position: relative;
    margin-right: 0;

}

.navigation {
    list-style: none;
    font-size: 15px;
   display: flex;
   align-items: center;
    margin: 0 0 0 0;

}

.navigation li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0;
    letter-spacing: 2px;
    background-image: none;
    transition: .5s all;
   

}
.navigation i{
    margin-right: 5px;
    font-size: 13px;
    color:#000 ;
}

.navigation .act a {
    color: #00a651 !important;

}

.navigation li a {
    color: #000;
    text-decoration: none;
    height: auto;
    padding: 0 10px 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 500; 
}

.navigation li:hover a {
    color: #00a651 ;

}

.navigation li :hover a {
    color: #00a651 ;
}

.navigation .act li:hover {
    color: #00a651 ;

}

.navitation li:hover a {
    color: #00a651 ;
}


.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;
    margin-left: 0;
    z-index: 5000;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.submenuHover {
    width: 250px;
    margin: 0 0 0 0;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0 !important;
    
}
.submenuHover li:last-child a{
    border-bottom: none !important;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 10px 0 10px !important;
    font-size: 1em;
    color: #000 !important;
    height: auto !important;
    width: 100%; 
}
.submenuHover i{
    width: 18px;
}
.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: #fff !important;
   
}

.submenuHover a {
    font-size: 14px;
    background-color: transparent !important;
    border-radius: unset !important;
    color: #000 !important;
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto !important;
    padding: 15px 0 !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #000 !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;text-transform: initial !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: 35px;
    color: #000;

}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px;
}

.lan-select {
    height: 30px;
    font-size: 14px !important;
    background-size: 10px;
    -webkit-appearance: none;
    margin-left: 20px;
    border: none;
    background-color: transparent;
}

.sMenu {
    background-image: url("../images/_body/select.svg");
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: auto;
    padding-right: 25PX;
}

.white {
    color: #000;
}

.eNarocanje {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    background-image: none;
    height: 50px;
    background-color: #403F41;
    color: #fff !important;
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 600;
}

.eNarocanje:hover {
    background-color: #044c5a;
}

.infoIcon {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;

    background-color: #647589;
}

.mr10 {
    margin-left: auto;
}

.src {
    margin-left: 30px;
    height: 50px;
    overflow: hidden;

}

.fCall a {
    color: inherit;
    text-decoration: none;
}

.src form {
    display: flex;
}

.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;
}

.end-navi {
    margin-top: 20px;
}

.end-navi a {
    color: #055d6e !important;
}

.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: #8a6d48;
    padding: 15px;
    margin-top: 1.5em;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.feautred-summary a:hover {
    background-color: #8a6d48;
}

.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;
}


.izpo {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    height: 500px;
    margin-bottom: 1px;
    background-color: #003F3F;
    color:#fff;
}

.izpoImg {
    width: 50%;
    height: 500px;

    line-height: 0;
    position: relative !important;

}

.izpoImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: absolute;


}

.izpoCont {
    width: 48%;
    max-width: 750px;
    padding: 50px;
    background-color: #fff;
}

.izpoCont p {
    width: 100%;
    display: block;
}

.izpoSub {
    width: 100%;
    display: flex;
    align-items: center;
  background-color: #003F3F;
    margin: 0 0;
    flex-wrap: wrap;
    color:#fff;

}

.izpoSubImg {
    width: 50%;
    height: 500px;
    line-height: 0;
    position: relative !important;
}

.izpoSubImg img {
    width: 100%;
    height: 500px;
    position: absolute;
    object-fit: cover;
}

.izpoTxt {
    flex: 1;
    padding: 35px;
    text-align: right;
    
}
.izpoSub .izpoTxt{
    padding: 35px 120px;
}

.section .izpoTxt {
    padding: 35px 150px;
}

.izpoTxt h2 {
    font-size: 35px;
    line-height: 1em;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;

}
.izpoSub h2{
    color:#fff;
}

.rev .izpoTxt {
    order: 1;
    text-align: left !important;

}

.rev .izpoSubImg {
    order: 2;
}

.rev .izpoImg {
    order: 2;
}

/*DEFAULT*/

.izpostava {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0;

}

.izpostava_content_inner {
    flex-basis: 48%;
    order: 1;
}

.izpostava_content_inner h1 {
    margin: 0;
    font-weight: 600;
}

.izpostava_content_img {
    flex-basis: 48%;
    height: 400px;
    order: 2;
}


.cCats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

    margin: 35px 0;
    background-color: #fff;


}

.minGap {
    gap: 10px;
}

.cCats a {

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

    padding: 50px 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;

    color: #403F41;
    text-decoration: none;
    border: 1px solid #403F41;
   
    position: relative;
}

.minGap a {
    padding: 10px 25px 10px 10px !important;
}

.minGap a h3 {
    font-size: .9em !important;
    margin-top: 0;
    transition: .5s all;
    text-align: center;

}

.minGap p {
    display: none;
}

.cCats a:hover {
    background-color: #000;
}

.cCats a:hover h3 {
    color: #fff;
}

.pages {
    text-align: center;
    font-size: .9em;
    margin: 0 0 40px 0;
    padding: 2em 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.pages a {
    text-decoration: none;
    color: #3d4350;
    display: inline-block;
    padding: 0 .5em;
    font-weight: 600;
}

.pages a.act {
    color: #000;
    font-size: 18px;
}




.counters {

    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   height: auto;
    background-color: #000;
    display: flex;
    padding: 15px 0;
}

.flexItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.izpo25 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-color: #fff;
}

.izpo25 i {
    font-size: 30px;
    color: #fff
}

.no {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.fig-number {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;

}

.izpo25 hr {
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #fff;
    margin-top: 10px;
}

.izpo25 img {
    height: 35px;
    margin-right: 15px;
}

.izpo25 small {
    display: block;
    flex-basis: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 16px !important;
    font-weight: 500;
    margin-top: 5px;

}

footer {
    width: 100%;
    float: left;
    padding: 80px 0;
    background-color: #f0f3f5;
    color: #0d0d33;
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
}

.foot_logos {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    background-color: #fff;
    padding: 15px 0;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.foot_logos img {
    height: 50px;

   margin: 10px;
}

.pg_end {
    width: 100%;

    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    color: #0d0d33;
    font-size: .9em;
}

.pg_end a {
    color: #0d0d33;
    text-decoration: none;
}

.w4 {
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.w4 img {
    width: 105% !important;

}

footer .marg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.fElement {
    width: 23%;
}

.dc span {
    display: inline-block;
    width: 140px;
}

.frst{
    line-height: 1.2em;
}
.moto{
    margin: 10px 0;
    display: block;
   font-weight: 600;
   font-size: 11px;
}
.moto i{
    font-size: 10px;
    margin: 0 5px;
}
.frst a{
    margin-top: 15px !important;
}
.inx a {
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;

}
.inx h6{
    font-size: 1em;
    margin: 0 0 0 0;
    font-weight: 500;
}
.inx img{
    width: 100%;
    max-width: 200px;
    display: block;
    margin-bottom: 20px;}
.fElement i {
    color: #000;
    margin-right: 8px;
}

.lastFoot {
    font-size: .9em;
    text-align: right;
}

footer h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    color: #0d0d33;

}

.social {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;

}

.social i {
    margin: 0 15px 0 0;
    color: #274b93;
    font-size: 20px;
}


.foot_social {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.foot_social i {
    margin: 0 8px 0 8px;
    color: #274b93;
    font-size: 20px;
}
.ucFirst{
    display: flex;
   margin-top: 8px;
    justify-content: space-between;
    text-decoration: none !important;
}
.ucFirst i {
    width: 20px;
    margin: 0;
}
.ucFirst p{
    width: calc(100% - 20px);
}
.foot_btn {

    padding: 10px 15px 10px 0;

    margin: 10px 0;
    display: block;
    width: 100%;
    color: #0d0d33;

    text-decoration: none;
    font-weight: 400;
    transition: .5s all;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.foot_btn i {

    color: #274b93;
    width: 35px;

}

.foot_btn:hover {
    background-color: transparent;
    color: #274b93 !important;
}

.fbr {
    margin-left: auto !important;
}

.fbl {
    margin-right: 8px;
}

.nav_links a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color: #274b93;
}

.nav_links a:hover {
    color: #0d0d33;
    text-decoration: none;
}

.nav_links i {
    display: none;
}

.nav_links {
    float: left;
    margin-right: 30px;
}

 

.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: black;
    border-bottom: 2px solid #ddd;
}

.tabs a:hover {
    color: #8a6d48;
    border-bottom: 2px solid #8a6d48;
}

.act_swicth,
.act_swicth:hover {
    color: #8a6d48 !important;
    border-bottom: 2px solid #8a6d48 !important;
}

.z_split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.obrazec_prew {
    width: 45%;
}
.p_cont{
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.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(3, 1fr);
    gap: 1px;
    width: 100%;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.thank-you-page {
    margin: 90px auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    line-height: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
    text-align: center;
}

.thank-you-page h1 {}

/*
.thank-you-page h1::before {
    display: inline-block;
    font-family: FontAwesome;

    left: 10px;
    font-size: 35px;
    color: #403F41;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
    content: "\f46c";
}*/

.lost-links a {
    display: inline-block;
    margin: .5em;
}



.provider_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0;
    background-color: #fff;

}

.p3 {
    grid-template-columns: repeat(3, 1fr);
}

.provider_item {
    width: 100%;
    height: auto;
    padding: 20px;
    transition: .5s all;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #f2f2f2;
    font-size: 15px;
    position: relative;

}

.provider_item:hover {

    transition: .5s all;


}

.provider_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #d8ffed;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.provider_icon img {
    height: 18px;
}

.provider_item h3 {
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.provider_list h2 {

    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.1em;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    margin-bottom: 10px;
    width: 100%;

}

.zdravnik_flex {
    display: flex;
    align-items: center;

    width: 100%;
    margin-bottom: 80px;
}

.zd_img {
    flex-basis: 160px;
    line-height: 0;
}

.zd_info {
    flex-basis: calc(100% - 160px);
}

.zd_img img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #82b0cc;

}

.from_zd {
    color: #000;
}

.from_zd i {
    margin-right: 10px;
    text-decoration: none;
}

.stevilke {
    gap: 10px
}

.stevilke h2 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
    line-height: 1em !important;
}

.stevilke .provider_details_card {
    padding-bottom: 0;
    margin-bottom: 0;

    display: flex;
    font-size: .9em;
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
}

.read_list h2 {
    font-size: 1.2em;
}

.mnenja {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 35px 0;
}

.mnenje {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.mnenje p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-style: italic;
}

.mnenje h3 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 25px;
}

.mnenje img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.provider_item:hover h2 {}

.provider_item:hover .filter {
    background-color: rgba(0, 0, 16, .0);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}


.provider_details {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    flex-wrap: wrap;
    width: 100%;


}

.provider_details .carousel {
    margin-top: 0;
}

.provider_details_image {
    width: 50%;
    max-width: 900px;
    line-height: 0;

}

.provider_details table {
    width: 100%;
}


.provider_details_description {
    width: 50%;
    padding-right: 30px;



    font-weight: 400;
}

.provider_details_description p {}

.provider_details_description h1 {

    font-weight: 600;
}

.provider_details_card {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    font-size: .9em;
    margin-right: 10px;
    flex-direction: column;
}

.provider_item .provider_details_card {
    margin-right: 0;
    border-bottom: none;
    margin: 10px 0 0 0;
}

.lastnosti {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.iLight {
    color: #82b0cc;
}
.infos{
   
    margin-bottom: 20px;
}

.card_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.2em;
}


.provider_details_card {
    margin-top: 10px;

}

.dc {
  
}

.dc .card_icon span {
   
    color: #0f1e3a;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.green  {
    background-color: #B6D382 !important;
}

.red {
    background-color: #cc282e !important;
}

.orange  {
    background-color: #ea983a !important;
}

.dc .card_icon span i {

    color: #fff;
    margin: 0;
}

 .card_icon span i {

    color: #fff;
    margin: 0;
}

.dc .card_icon {
    margin: 0 0 20px 0;
}
.card_icon span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #56BDEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green {}





.card_icon p {
    display: inline-block;
    width: 130px;
    font-weight: 400;
    color: #BEA57E;
}

.inputF {}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 0 0 20px 0;
    align-items: flex-start;
}

.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: #e5eef4
}

.check_container:hover input~.checkmark {
    background-color: #e5eef4
}

.check_container input:checked~.checkmark {
    background-color: #56BDEE;
}

.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)
}

.logos {
    width: 100%;
    float: left;
   
  
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
}

.logo_slider {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  /*animation: cambio 20s infinite;*/

}

.view_p {
    position: absolute;
    width: 40vw !important;
    top: 0;
    left: 0;
    height: 140px;
    z-index: 10;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);


}

.rp {
    left: unset;
    right: 0;
}


.logo_slider:hover {}


.logo_slider img {
    height: 40px;
    margin: 0px 0;
    padding: 10px 20px;
    transition: .5s all;
    outline: none;


}

.logo_slider img:hover {
    filter: none;
    transform: scale(1.1);
}

@keyframes cambio {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.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: #044c5a;
    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: #403F41;
}

.mid {
    background-color: #f3f6ff;
}

.last {
    background-color: #f3f6ff;

}

.last a {


    padding: .2em 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: #403F41 !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;

    justify-content: space-between;
    flex-wrap: wrap;
}

.z_det {

    width: 100%;




}

.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;
}

.blog-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-item {
    width: 100%;

    margin-bottom: 10px;

    background-color: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}

.odsotnost_item {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.odsotnost_item a {
    color: #403F41 !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: #403F41;
    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: #403F41;
}

.blog-item a {
    color: #343c3e;
}

.tab {
    background-color: #044c5a;
    font-size: 16px;
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    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: #403F41;
    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: #403F41;
    color: white;
}

.actTab img,
.zTab img {
    display: block;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 100;
}


.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 #403F41;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
}

.narocilo_btn {
    background-color: #403F41;
    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: #403F41;

}

.sub-show {
    width: 100%;

    display: flex;

}

.sub-show .marg {
    display: flex;
    align-items: center;
}

.b_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.sub-show h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.bread {
 
    margin-top: 0 !important;
    margin-bottom: 35px;
}

.breadCrumbs {
    width: 100%;
    font-size: 13px;
    font-weight: 500 !important;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 15px;

    padding: 0;
    margin: 20px 0;
}

.breadCrumbs a {
    color: #000;
    text-decoration: none;
    margin: 0 5px;

}

.breadCrumbs img {
    height: 20px;
}

.subList img {
    float: left;
    width: 10px;
    margin: 0 0 0 0;
}

.subList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px 0 0;
    text-decoration: none;

    color: #404041;
}

.elementSub {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub:hover a {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #403F41;
}

.elementSubAct {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub a {
    color: #000000;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSub a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #403F41;
}

.elementSubAct a {
    color: #403F41;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSubAct a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #403F41;
}

.iteracija100 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija90 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija80 {
    width: 100%;
    padding: 8px 0 8px 15px;
}

.iteracija70 {
    width: 100%;
    padding: 8px 0 8px 30px;
}

.iteracija60 {
    width: 100%;
    padding: 8px 0 8px 45px;
}

.iteracija50 {
    width: 100%;
    padding: 8px 0 8px 60px;
}


.set_span span {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #403F41;
}

.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: black !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;
    border-radius: 8px;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
    border-radius: 8px;
}

.imgRight img {
    width: 100%;
    border-radius: 8px;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
    border-radius: 8px;
}

.imgLeft img {
    width: 100%;
    border-radius: 8px;
}

.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
    text-align: center;
    border-radius: 8px;
}

.imgCenter img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    border-radius: 8px;
}


.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: #f2f2f2;
    margin-bottom: 1px;
    transition: .5s all;
    border-radius: 8px;

}

.files a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: 500 !important;
    border-radius: 8px;
}

.files a:hover {
    background-color: #000;
    color: #fff;
}

.fileDownload:hover {
    background-color: #000;
}

.fileDownload:hover::before {
    color: #fff;
}

.fileDownload::before {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #403F41;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
}

.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: #f2f2f2;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

.subCatsNorm a:hover {
    background-color: #403F41;
    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: #403F41;
}

.zadetek {
    
    width: 100%;
    height: auto;
    font-size: .8em;
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 1px solid #f0f3f5;
    line-height: 20px;
}

.zadetek h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.zadetek small{
    color:#56BDEE;
}





.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: 12423311;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    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: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: left;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #000 !important;
    font-size: 13px;
}

.message_text b {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-size: 14px;
}

.message_text {
    display: flex;
    align-items: center;
}

.message_text i {
    margin-right: 20px;
    font-size: 25px;
    color: #f21b3f;
}

.success {
    background-color: #fff
}

.error {
    background-color: #fff
}

.warning {
    background-color: #fff
}

.message_cont a {
    border: 1px solid #fff;
    text-decoration: none;
    margin-top: 5px;
    background-color: #f21b3f;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 12px;
    color: inherit;
}

.message_cont a:hover {
    background-color: #000;
    color: #fff;
}

.closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    float: right;
    font-size: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #000
}

.skok {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 200px;
    height: 20px;
}

.skok a {
    color: #f3f6ff;
    font-size: 11px;
}

.skok a:hover {
    color: white !important;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.carouselImg {
    display: none;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 25px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
    background-color: #000 !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;
}

.iskalnik {
    width: 100%;
    display: flex;
    background: rgb(86,189,238);
background: -moz-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56bdee",endColorstr="#4faf71",GradientType=1);  
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: .5s all;
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 900;
}

.iskalnik form {
    display: flex;
    align-items: center;
}

.iskalnik_show {
    padding: 80px 0;
    height: 80px;
    border-bottom: 1px solid #fff;

}

.sField {
    background-color: transparent;
    font-weight: 500 !important;
    width: 450px;
    border: none;
    height: auto;
    font-size: 1.5em;
    font-weight: 400;
    padding: 0 0;
    border-radius: 0;
    color: #fff;
}

.sBtn {
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-weight: 600 !important;
    margin-left: 0;
    margin: 0;
    padding-left: 40px;
    border: none;
    -webkit-appearance: button;
    transition: .5s all;
    border: none;
    border-radius: 0;
    background-image: url("../images/_body/search.svg");
    background-position: left center;
    background-size: 35px;
    background-repeat: no-repeat;
}


.sBtn:hover {
    color: white;
}

.src-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    font-weight: 600;
    /* Firefox */
}

.src-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.src-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

#slider {
    width: 100%;
    height: calc(100vh - 86px);
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;


}

.vSlid {
    float: left;
    width: 100%;
    line-height: 0;
}

.vid-cont {
    position: relative;
    top: 0;
    left: 0;
    height: calc(100vh - 500px);
    width: 100%;
    display: flex;
    z-index: 9;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#myVideo {
    width: 100%;
    height: calc(100vh - 500px);
    line-height: 0;

}

video {
    object-fit: cover;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: calc(100vh - 66px);
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 8;
    flex-wrap: wrap;
    background-position: center;
    background-size: cover;
}


.slide.active {
    opacity: 1;
    z-index: 9;
}

.slide img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;

}

.caption {

    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: flex-end;

    position: absolute;
    height: 100%;
  /*  background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);*/
}

.caption .marg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
}

.captionSummary a,
.iCont a,
.grid_info a,
.izpoTxt a,
.izpoCont a {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    line-height: 20px;
   
  
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
   border-radius: 35px;
    background-color: #00a651;

    padding: 20px 40px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 18px;
}

.mapL{
    margin: 15px 0;

}
.captionSummary p {
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
}


.captionSummary a:hover,
.iCont a:hover,
.grid_info a:hover,
.izpoTxt a:hover,
.izpoCont a:hover {

    background-color: #000;

}

.captionTitle h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.1em;
    float: left;
    font-weight: 600;
    text-shadow: 0 0 5px black;
}

.captionSummary {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 15px;
    float: left;
    width: 90%; text-shadow: 0 0 5px black;
}

#slideNav {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    right: 2%;
    display: flex;
}

#prevBtn,
#nextBtn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .5s all;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #000;
    border-color: #fff;

}

.bread {
    color: #fff;
}

  .trigg{
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 100;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    background-color: #003F3F; 
    border-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 25px;
    text-decoration: none;
  }
.trigg a{
    text-decoration: none;
    line-height: 0;
   
    display: flex;
    align-items: center;
    margin-top: 8px;
    color:#fff;
   
}
.trigg a:hover{
    color: #B6D382;
}
.trigg i{
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    color:#B6D382;
}
.section {
    float: left;
    width: 100%;
    margin-top: 0;
}
.s1{
    margin: 60px 0; 
}
.s2{
    margin: 0 0 60px 0; 
}
.s3{
    margin: 60px 0 60px 0;
}
.s5{
    margin: 50px 0 0 0;
}
.d_col{
    background-color: #f9fafb;
}
.section2 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.section .marg {
    display: flex;
   
    justify-content: space-between;
}


.mt40 {
    margin-top: 35px;
}

.mt40 .other-list {
    margin-top: 0 !important;
}


.nzs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #fff;
    padding: 80px 0;
}

.nzs_links {
    flex-basis: 400px;
}

.nzs a {
    padding: 15px;
    background-color: #403F41;
    border: 1px solid #403F41;
    border-radius: 8px;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .5s all;
    display: flex;
    align-items: center;
    font-size: 1em;
}

.nzs a:hover {
    background-color: transparent;
}

.nzs a i {
    margin-right: 10px;
}

.nzs_info {
    width: calc(100% - 120px - 400px);
    padding-right: 30px;
}

.big_i {
    font-size: 5em;
    margin-right: 50px;
}

.nzs h3 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;

}

.jFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro_grid h2 i, .j1 h2 i {
    margin-right: 10px;

}


.jEq img {
    height: 50px;
    margin-right: 20px;
}

.searchList {
    border-radius: 8px;
    height: 70px;
    padding: 0 20px;
    font-size: 1.2em;
    margin: 20px 0 0 0;

    width: 90%;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #1d77a7;
}

.searchList a {
    width: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;

}

.searchList:hover a {
    color: #006d92;
}

.searchList i {
    margin-right: 10px;
}

.rel {
    position: relative;
}

.aShow {
    cursor: pointer;
}

.oHtml i,
.sHtml i {
    width: 25px;
}

.fast_search {
    top: 60px;
    left: -1px;
    z-index: 100;
    padding: 15px;
    width: calc(100% + 2px);
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    height: 0;
    padding: 0 15px;
    transition: .5s all;
    border: 1px solid #fff;

}

.fast_open {
    border: 1px solid #1d77a7;
    padding: 0 15px 15px 15px;
    height: 350px;

    border-top: none;

}

.fast_search a {
    display: block;
    width: 100%;
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.close_fast {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 30px;
}

.f2 {
    font-size: 15px !important;
    margin: 10px 0 10px 15px !important;
    color: #000 !important;
    line-height: 1.2em;
    font-weight: 400 !important;
}

.f2:hover {
    color: #1d77a7 !important;
}

.j1 {
    width: 23.8%;
    background: rgb(86,189,238);
background: -moz-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56bdee",endColorstr="#4faf71",GradientType=1);  
    padding: 20px;
    color: #fff;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.4em;
}


.centerH {
    text-align: center;
    margin: 0 0 30px 0 !important;
    font-size: 2em !important;
}

.centerH i {
    margin-right: 20px;
}


.j2 {
    width: 75%;
}

.j1 h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}
.j1 h3{
    color:#fff;
    margin: 0;
    font-size: 15px;
}

.intro-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
}

.other-list {

    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_read .other-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}

.parent_cats {

    width: 100%;
    margin-top: 120px;
    border-top: 1px solid #82b0cc;
    padding-top: 80px;
}

.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: #fff;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;



}

.intro_item h3 {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 !important;
    transition: .5s all;
    letter-spacing: 1px;
}

.intro_icon {

    color: #56BDEE;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;

    margin-right: 10px;
    transition: .5s all;
}

.intro-list a {
    color: #000;
    text-decoration: none;
}

.intro_item:hover {
    background-color: #56BDEE;
    color: #fff !important;
}

.intro_item:hover h3 {
    color: #fff !important;
}

.intro_item:hover .intro_icon {
    color: #fff;
}

.l2 {
    grid-template-columns: 1fr 1fr;
}

.fr_1 {
    grid-template-columns: 1fr;
}

.other_item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    transition: .5s all;
    line-height: 1.2em;
    font-size: .9em;
   
    overflow: hidden;
    transition: .5s all;
    position: relative;

    background-color: #fff;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.oi {
    padding: 35px 25px;

}

.other_item a {
    text-decoration: none !important;
    color: #044c5a;


}

.other_item a:hover {
    text-decoration: none;
}

.other_item h2 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0 0 0;
    color: #000;
    display: flex;
    font-weight: 600;
    align-items: center;
  transition: .5s all;
  justify-content: space-between;
  text-decoration: none !important;

}

.other_item h2 i {
    width: 35px;
    margin: 0;
}
.other_item h2 p{
    width: calc(100% - 20px);
}
.other_item:hover .shorts a{
    color:#fff !important;
}

.other_item:hover {

    background-color: #56BDEE;
   color:#fff;
}.other_item:hover h2 {

  color:#fff;
}

.oTit {
    display: flex;
    align-items: center;
}

.shorts {
    margin: -35px 0 25px 0;
    padding: 0 25px;
}
.alt{
    display: block;
    margin: 0;
    float: left;
}
.shorts a {
    float: left;
    width: 100%;
    color: #403F41;
    padding: 5px 0;
    font-weight: 600;
   

}
.shorts a:hover{
    text-decoration: none !important;
}
.oSum {
    margin: 10px 0;
    color: #000;
    line-height: 1.5em;
    font-weight: 500;
}

.other_item i {
    width: 35px;
    margin-right: 0;
    color: #56BDEE;
    transition: .5s all;



}
.other_item:hover i {
   
    color: #fff;



}
.prov img {
    display: none;
}

.zapisi-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0;
}

.tecaji-list {
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
    margin: 0 0;
    flex-wrap: wrap;
   
}
.tecaj_item{
    width: 31.3%;
    margin: 0 1%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    color:#000;
   
    
}
.tecaj_item h5{
    color:#ed2435;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}
.other{
    float: left;
    color:#000;
    margin: 20px 0 40px 0;
width: 100%;
    padding: 0 0 0 0;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
}
.tecaji-list h4{
width: 100%;
text-align: center;
flex-basis: 100%;
font-size: 16px;
font-weight: 600;
color: #ed2435;
letter-spacing: 1px;
margin: 25px 0;
}
.tecaj_item .dt {
    color:#000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tecaj_item .dt i {

    margin-right: 10px;
}

.tecaj_item a {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    line-height: 20px;
    border: 2px solid;
  
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
   border-radius: 10px;
    background-color: #ed2435;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
}

.tecaj_item a:hover {
    background-color: #000;
    color: white !important;
}

.zapis_item {

    padding: 0;
    
    color: #000;
    transition: .5s all;
}

.zapis_item p {
    line-height: 1.2em;
}

.zapis_item .dt {
    color: #000;
    margin-bottom: 10px;
}

.dt i {

    margin-right: 5px;
}

.zapis_item:hover {
   
}

.inverse {
   
}

.zapis_item a {
    color: #000;
    text-decoration: none;

}
.zapis_item a:hover{
    text-decoration: none;
}
.zapis_item a h2{
    text-decoration: underline;
}
.zapis_item a h2:hover{
    text-decoration: none;
}

.zapis_item_info {
    padding: 15px;
    margin-top: -35px;
    background-color: #fff !important;
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
}


.zapis_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden;

}

.zapis_item_img img {
    width: 100%;
    aspect-ratio: 4/3;

    object-fit: cover;
    transition: .5s all;
}

.zapis_item:hover img {
    transform: scale(1.2);
}

.zapis_item_info h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0 15px 0 !important;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    height: auto;

    display: flex;
    align-items: center;
    margin: 0;
    color: #000 !important;
}



.paralax {
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    height: 500px;
    padding-top: 100px;
    align-items: flex-end;
    justify-content: center;
    
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;

    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    transition: background-position 5s ease-out;

}

.paralax h2 {
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 5px black;

}


.iCont {
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);

}

.iCont .marg {
    display: flex;
    flex-direction: column;
align-items: center;
    color: #fff;
    padding-bottom: 80px;
}

.centered {
    align-items: center;
    text-align: center;
}

.iCont small {
    flex-basis: auto;
    width: auto;
    font-size: 20px;
    color: #fff;
    font-weight: 600;

    margin-bottom: 10px;
    padding-bottom: 10px;
    text-shadow: 0 0 5px black;
    letter-spacing: 1px;

}

.iCont p,
.captionSummary p {

    font-size: 24px;
    line-height: 1.3;
    margin: 15px 0 0 0;
    letter-spacing: 1px;

}


.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
}

.drop_storitve {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 65px;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: .5s all;
    padding: 15px;
    padding-top: 0;
    opacity: 0;

    border-top: none;
}

.st_hover {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.sub_storitve {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s_col {
    flex-basis: 19%;
    padding: 15px 0 15px 0;

}

.wide_s {
    flex-basis: 38%;

}

.wide_s .dejavnost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wide_s h4 {
    flex-basis: 100%;
}

.wide_s .kategorije {
    width: 48%;
}

.wide_s {}

.s_col h4 {
    color: #000;
    margin: 0 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    font-weight: 600 !important;
}

.s_col h4 a {
    text-decoration: none;
    color: #000;
    font-weight: 600 !important;
}


.dejavnost {
    margin-bottom: 15px;
}

.kategorije a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-left: 20px;

    font-weight: 600;
    line-height: 16px;
    margin: 15px 0;
    color: #000;
    position: relative;
}

.kategorije a::before {
    content: "\f35a";
    display: inline-block;
    height: 10px;
    width: 10px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #000;
    background-repeat: no-repeat
}

.kategorije_sub a::before {
    content: "\f35a";
    display: inline-block;
    height: 10px;
    width: 10px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #bebebe;
    background-repeat: no-repeat
}

.kategorije a:hover {
    color: #000;
}

.kategorije_sub {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.kategorije_sub a {
    position: relative;
    display: block;
    line-height: 15px;
    text-decoration: none;
    font-size: 13px;
    background-image: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

.nmp {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f3f6ff;
}

.nmp h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.nmp img {
    height: 20px;
    margin-right: 10px;
}

.nmp a {
    text-decoration: none;
}

.nmpCall {
    display: flex;
    align-items: center;
}

.nmpCall span {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.nmpCall a {
    font-weight: 600;
}

.dezurstva a {
    text-decoration: none;
    padding-left: 25px;
    background-image: url("../images/_body/user_b.svg");
    color: #000;
    font-weight: 600;
    font-size: 13px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    display: block;
    margin-top: 6px;

}
.arhiv a{
    font-weight: 500;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

.kategorije .dezurstva {
    margin-left: 15px;
}

.dezurstva_izpis {
    background-color: #f3f6ff;
    padding: 15px;
    margin: 25px 0;
    float: left;
    width: 100%;
}

.dezurstva_izpis h4 {
    margin: 0 0 15px 0;
    color: #403F41;
}

.dezurstva_izpis h4 a {
    text-decoration: none;
    cursor: default;
    color: inherit;
}

.important {
    background-color: #cc282e !important;
    top: 170px !important;
    color: #FFF;
    z-index: 101 !important;
}

.poper {
    position: fixed;
    right: 0;
    top: 160px;
    width: 320px;
    background-color: #FF924D;
    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: #FF924D;

    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 {
   display: inline-block;
    color: #fff;
   font-weight: 600;
    margin-top: 15px;
    letter-spacing: 0;
    margin-left: 8px;
    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;
}
.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;
}

.pn_item {
    flex: 0 0 auto;
    flex-basis: 33.333%;
    display: flex;
    flex-direction: column;
    transition: .5s all;
    line-height: 1.2em;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid #fff;
}

.event_info {
    padding: 0 20px;
}

.pn_item img {
    width: 100%;
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

.pn_item small {

    display: block;
    margin-bottom: 8px;
}

.pn_item h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 8px;
    font-weight: 600;
}

.pn_item a {}

.pn_section::-webkit-scrollbar {
    display: none;
}

.arrow {
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    position: absolute;
    z-index: 100000;
    height: 100%;
    color: #403F41;
    font-size: 50px;
    transition: .5s all;
}

.arrow-left {
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.arrow-right {
    text-align: right;
    right: 0;

    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.arrow:hover {
    color: #000;
}


.iLink {
    justify-content: space-between;
    display: flex;
    align-items: center;
    line-height: 1.2em;

}

.with_img {
    border: none;

    padding: 0;
}


.with_img a {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

}

.with_img h3 {
    position: absolute !important;
    z-index: 100;
}

.traja {
    /*grid-column: span 2;*/
}



.pin {
    position: absolute;
    top: 0;
    z-index: 500;
    left: 0;
    background-color: #cc282e;
    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;

}



.objava h3 {
    font-size: 18px !important;

    line-height: 1.2em !important;
    color: #fff !important;
    margin: 0 !important;
}

.show_all {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;

}

.contact-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;

}

.contact-list h6 {
    flex-basis: 100%;
    font-size: 1.3em;
    color: #044c5a;
    margin-bottom: 15px;
}

.contact_item {

    width: 48%;
    float: left;
    display: flex;


    transition: .5s all;
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin: 5px 0;
    flex-direction: column;


}
.contact_icon a{
  
    font-weight: 400 !important;
}
.conimg {
    display: flex;
    align-items: center;
}

.conimg img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.p_info {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}

.conimg span {
    font-size: .9em;
    line-height: 1.2em;
    display: block;
    color: #403F41;
}

.contact_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_item h4 {
    margin: 0 0 8px 0;
    font-size: 1em !important;
    font-weight: 600;
    color:#56BDEE;
}

.contact_details_card {
    margin-top: 10px;

}

.contact_icon a {
    text-decoration: none;
    font-weight: 600;
}


.contact_icon i {
    margin-right: 8px;
}


blockquote {
    display: inline-block;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0;
    border: 1px solid #000;
    padding: 15px;
}


.ambSel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ambSel h4{
    font-weight: 600;
}

.ambSel .card_icon>div {
    display: inline-block;
    width: 180px;
    font-size: .9em;
    font-weight: 600;
}

.a_icons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;

    margin-bottom: 80px;

}

.amb_icon {
    display: flex;
    align-items: center;
    width: 33.3%;
    color: #000;
    font-size: 1em;
}

.w5 {
    width: 50%;
}

.amb_icon i {

    font-size: 20px;
    color: #fff;
}

.amb_icon span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b0cc;
    margin-right: 15px;
}

.amb_icon b {
    font-size: 1.1em;
    color: #82b0cc;
}

.row {
    float: left;
    width: 100%;

}

.mt80 {
    margin-top: 80px;
}

.row h2 {
    padding: 15px;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;

    background-color: #82b0cc;
    color: #fff;
    margin: 0 0 40px 0;
    transition: .5s all;
    border-radius: 8px;
    font-size: 1.5em;
}

.row h4 {
    margin: 20px 0;
    color: #82b0cc;
}

.opcRow {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #403F41;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.odd {
    background-color: #fff;

}

.oddCas {
    background-color: #f2f2f2;
    font-weight: 600;
}


.osebjeJust {
    display: flex;
    align-items: center;
}

.wx {

    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    padding-right: 20px;

}

.va {
    line-height: 1em;
}

.opcijaTd i {

    color: #403F41;
    margin-right: 8px;
}

.oddelek_split {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.odd_img {
    width: 48%;
    line-height: 0;
}

.odd_img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.odd_info {
    width: 48%;
}

.odd_info .contact-list {
    flex-direction: column;
}

.odd_info .contact_item {
    width: 100% !important;
}

.odd_info .a_icons {
    margin: 0;
    flex-direction: column;
    font-size: .9em;
}

.odd_icon {
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    line-height: 1.3em;
    font-size: 14px;
    margin-bottom: 20px;
}

.odd_icon i {

    font-size: 20px;
    color: #fff;
}

.odd_icon span {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b0cc;
    margin-right: 15px;
}

.odd_icon b {
    font-size: 16px;
    color: #82b0cc;
}

.sub-show-resp {
    display: none;
}


.even {
    background-color: #f2f2f2;
}



.panel {
    display: block;
}

.panel .lan {
    width: 100%;
    margin-bottom: 35px;
}

.panel {

    z-index: 10001;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 420px;
    top: 81px;
    background-color: #fff;

    min-height: 100vh;
    height: 100vh;
    padding-bottom: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: -500px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #000;
}



.sFlex {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px
}


.panelVis {

    right: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    overflow-y: scroll;
    overflow-x: hidden
}

.flex-nav {
    display: flex;
    color: #242331;
    flex-direction: column;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.closeP {
    font-size: 30px;
    cursor: pointer;

}

.m-navi {

    width: 340px;
}


.mid-navi .fElement {
    width: 100%;
}


.mid-navi {
    margin: 0 0 0 0;
    line-height: 1.9em;
    height: auto;
    font-size: .9em;
    font-weight: 500;
    padding-top: 0;
    order: 2;
    width: 340px;
    padding: 15px 15px;
    color: #fff;
    background: rgb(86,189,238);
background: -moz-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
background: linear-gradient(135deg, rgba(86,189,238,1) 0%, rgba(79,175,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56bdee",endColorstr="#4faf71",GradientType=1); 

}
.mid-navi h6{
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 400;
}
.mid-navi a{
    color: #fff !important;
    margin: 0;
    font-weight: 500;
    display: flex;
}
.mid-navi i{
    margin-right: 5px;
}
.c2 {
    width: 100%;
    line-height: 0;
    display: flex;
    margin: 20px 0
}

.c2 a {
    width: 35px;
    height: 35px;
    border: 1px solid #f2f2f2;
    background-color: #306A5E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0
}

.frNavi {
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
}

.panel-contact>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.panel-contact img {
    height: 15px;
    margin-right: 10px
}

.c2 img {
    width: 15px;
    margin: 0
}


.panel-fav {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 20px
}

.panel-fav img {
    height: 15px;
    margin-right: 8px
}


.end-navi {
    font-size: .9em
}

.end-navi a {
    color: #242331 !important
}

.panel ul {
    margin: 0;
    padding: 0;
    width: auto;
    width: auto
}

.subRole {
    display: none;
}

.rNav li {
    margin: 0 0;
    padding: 0;
    display: flex;
    align-items: center;


    justify-content: space-between;
    flex-wrap: wrap;

}

.rNav li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 80%;
    padding: 15px 0;
    text-align: left;

}

.rNav li a:hover {
    color: #000;
}

.mainRole {}

.mainRole img {
    height: 15px;
    margin-right: 10px;
    margin-top: 5px !important;
}

.pX {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}

.pX .logo img {
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.subRole li {
    width: 95%;
    float: right;
}

.subRole li a {
    font-size: 15px !important;
    font-weight: 500;
    color: #000 !important;
    display: block;
    width: 80%;
}

.subRole li:last-child {
    border-bottom: none;
}

.rNav li :hover a {
    color: #000 !important;
    text-decoration: none
}

.rNav a:link,
.rNav a:visited {
    color: #000
}

.rwdMore {
    width: 40px !important;
    overflow: hidden;

    cursor: pointer;
    margin-left: auto;
    text-align: right;

    color: #000;

}

.rNav li div:first-child {

    text-align: left;
    height: auto
}

.rwdMore img {}

.subRole {
    height: 0;
    overflow: hidden;
}

.shown {
    display: block;
    height: auto;
    margin-bottom: 1.2em;
    flex-basis: 100%;
}

.select_section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px;
}

.options {
    display: flex;
    flex-wrap: wrap;
}

.actSize {
    background-color: #f21b3f !important;
    color: #fff !important;
}

.sOption {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 5px 15px;
font-weight: 500;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 20px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.catalog_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px;
}

.catalog_item {

    background-color: white;
   
    position: relative;
    transition: .5s all;
    
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.catalog_item:hover {
   
    box-shadow: none;
}

.cat_item_img {
    line-height: 0;
    width: 100%;
    height: 260px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .5s all;
    padding: 20px ;
}

.cat_item_img img {
    max-width: 100%;
    max-height: 220px;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: .5s all;
}

.catalog_item_info h2 {
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    height: 50px;
}

.catalog_item_price {
    margin: 0;
    font-size: 16px;
    color: #242331;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 15px 0;

    width: 100%;
    letter-spacing: 1px;
}

.details_price {
    font-size: 25px !important;
    position: relative;
    width: 320px;

}

.old-price {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

.catalog_item_price p {

    font-weight: 600;
}

.catalog_add_form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.product-details-qty {
    width: 58px !important;
    height: 48px;
    font-size: 18px !important;
    border: 1px solid #f21b3f;
    background-color: #fff;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;

    font-weight: 500 !important;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ci_add_btn {
    height: 48px;
    width: auto;

    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 0;
    background-color: #f21b3f;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500 !important;


    padding: 0 20px 0 10px;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-appearance: none;
}

.ci_add_btn i {
    margin-right: 8px;
}

.options {}

.options {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.option {
    width: auto;
    height: auto;
    border: 1px solid #000;
    margin-right: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    transition: .5s all;
}

.option a {

    color: inherit !important;
    text-decoration: none;
    padding: 3px 8px;
    width: auto;
}

.oNorm {
    width: auto;
    font-weight: 400;
}

.option:hover {
    background-color: #f2f2f2;
}

.current {
    background-color: #426274;
    color: #fff;
}

.current:hover {
    background-color: #426274;
    color: #fff;
}




.discount-value {
    display: flex;
    margin-left: 10px;
    width: 50px;
    height: 25px;
    border-radius: 20px;


    background-color: #ed1b2f;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}


.catalog_details {
    background-color: #fff;
}

.catalog_details h1 {
    text-align: center;
    margin-bottom: 20px;
}

.catalog_details_add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.catalog_details_image {
    width: 100%;
    line-height: 0;
    text-align: center;
}

.catalog_details_image img {
    max-width: 100%;
    max-height: 400px;
}



.searcher {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;


}

.iskalnik_sklop {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.hitro_iskanje {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #0f1e3a;
    width: 460px;
}

.iskalnik_sklop .src-input {
    height: 60px;
    font-size: 1em;

}

.inputIskalnik {
    height: 60px;
    width: 80px;
    border-radius: 8px;
    font-weight: 600 !important;
    padding: 20px 20px 20px 10px;
    background-color: #fff;
    margin: 1px;
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.second {
    width: 150px;
}

.srcBtn {
    background-color: #000;
    color: white;
    font-weight: 600 !important;
    font-size: 1.1em;
    margin: 1px;
    width: 60px;
    height: 60px;
    padding: 20px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/_body/search-b.svg");
    background-size: 30px;
    border-radius: 8px;
    position: relative;

}

.search-box {
    position: relative;
    display: flex;
    width: calc(100% - 1000px);

    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding-right: 10px;
}


.src-input {
    background-color: #f2f2f2;
    border: none;
    padding: 15px 8px;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600 !important;
    border-radius: 4px;

}

.search-box i {
    font-size: 15px;
    margin-left: 10px;
    color: #000;
}

.filter_place {

    display: flex;
}

.filters {
    display: flex;
    flex-wrap: wrap;

    align-items: center;
}

.fMain {
    margin-bottom: 35px;
}

.filter h4 {
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #00688f;
    border-bottom: 1px solid #ddd;
}

.filters .inputF {
    flex-basis: auto;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 10px;
}

.xMenu {
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: auto;

    font-size: .9em;
    font-weight: 600 !important;
    background-color: #fff;
    height: 42px !important;

    color: #000;
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.filter_item {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    margin-right: 20px;
    font-weight: 500;
}

.active_filter {
    color: #ed1b2f;
}

.active_filter i {
    color: #ed1b2f !important;
}


.filter_select {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 0;
    padding: 2px 5px;

    width: 80px;
    line-height: 0;

}

.brand_img {
    width: 150px;
    height: auto;
    float: right;

}


.intro_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;


}

.intro_grid>div {
    background-color: #fff;
}

.g2 {
    grid-template-columns: repeat(4, 1fr);
}

.min_amb {
    grid-template-columns: repeat(1, 1fr);
}

.min_amb .searchList {
    width: 100%;
}

.intro_grid h2 {
    font-size: 35px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #fff ;
    width: 100%;
    float: left;
}

.min_amb h2 {
    font-size: 20px !important;
    margin: 25px 0 0 0 !important;
    color: #080825 !important
}


.links_grid a {
    width: 100%;
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #56BDEE;
    text-decoration: none;
    background-color: #fff;
}

.links_grid a:hover {
    color: #080825 !important;
}

.iLink {
    justify-content: space-between;
    display: flex;
    align-items: center;
    line-height: 1.2em;

}

.grid_item {
    position: relative;
   
}

.traja {
   /* grid-column: span 2;*/
}



.pin {
    position: absolute;
    top: 0;
    z-index: 500;
    left: 0;
    background-color: #cc282e;
   
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;

}


.grid_item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    line-height: 0;
    transition: .5s all;
}

.grid_item_info {
   
   
    
}
.g1{
    background: rgb(0,174,239);
background: -moz-linear-gradient(135deg, rgba(0,174,239,1) 0%, rgba(0,166,81,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(0,174,239,1) 0%, rgba(0,166,81,1) 100%);
background: linear-gradient(135deg, rgba(0,174,239,1) 0%, rgba(0,166,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56BDEE",endColorstr="#00a651",GradientType=1); 
    padding: 15px;
    color:#fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    
}
.g1 a{
    color:#fff
}
.grid_item a {
    color: #000;
    font-weight: 600;
}

.grid_item_img {
    line-height: 0;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 15px;

}
.objava p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.grid_item h3 {
    font-size: 25px !important;
    line-height: 1.1em !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}
.objava{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.news .objava{
    padding: 15px;
    border-bottom: none;
}

.objava h3{
   

    line-height: 1.2em !important;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px !important;
}
.traja h3 {
    font-size: 25px !important;
}

.grid_item:hover img {
    transform: scale(1.1);

}

.grid_item small {
    display: block;
    font-weight: 500;
    color: #56BDEE;
    margin-bottom: 10px;
}


.tIcons {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
    background-color: #fff;
    padding: 0 0 15px 0 !important;
}

.main_icons {
    padding: 25px;
    margin-bottom: 35px;
    align-items: center;
    border-bottom: 2px solid #044c5a;
}

.main_icons img {
    max-height: 100px;
}

.iconSet {
    padding: 5px;
    background-color: #fff;
}

.tIcons img {
    max-height: 50px !important;
}

.main_icons img {
    max-height: 80px;
}


.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: #B6D382;
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
}
.v_icon i{
    color:#003F3F;
}
.vloga h4{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500 !important;
}
.v_info{
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
}
.v_info a{
    text-decoration: none;
    margin-top: 5px;
    font-weight: 500;
    color:#56BDEE;
}
.v_info a i{
    margin-right: 5px;
    width: 25px;
}
.vH{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 50px 0 35px 0 !important;
}