@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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;

}

html {
    scroll-behavior: smooth;
}


input,
textarea,
select {
    font-family: 'Work Sans', sans-serif;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 1em;

}

.selectM {
    color: #000 !important;
    -webkit-appearance: none;
    background-image: url(images/_body/select-b.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}

body {
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    color: #0d0d33;

    width: 100%;
overflow-x: hidden;
    font-weight: 400;





}

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

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


main {
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 10;
    font-weight: 400;
    /*transition: .1s all;   animation: fadeInAnimation ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/
    font-size: 16px;
    line-height: 25px;

}

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

.container {
    margin-top: 100px;
}

.contentRead {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.gray {
    background-color: #f2f2f2;
    padding: 0 0;
    margin-top: 0;
    display: grid;
    width: 100% !important;
}

.m-navi {
    display: none;
}

.panel {

    z-index: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .85);
    opacity: 0;
    transition: .2s ease;

}

.panelVis {
    opacity: 1;
    height: 100vh !important;
    z-index: 95;
    transition: .52s ease;
    -webkit-transition: .52s ease;
    -moz-transition: .52s ease;
    -ms-transition: .52s ease;
    -o-transition: .52s ease;
    overflow-y: scroll;
    overflow-x: hidden;

}

.flex-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1900px;
    margin-top: 120px;

}

.panelContact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.panelContact a {
    color: #000;
    font-size: 20px;
    margin: 0 20px;
    text-decoration: none;
    font-weight: 400;
}

.panelContact i {
    margin-right: 10px;
    color: #dfa75a;
}

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

.social span {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-align: center;
    background-color: transparent;
    background-color: #dfa75a;
    border: 1px solid #dfa75a;
    color: #fff;
    transition: .5s all;
}

.social a:hover span {
    background-color: transparent;
}

.social a:hover i {
    color: #dfa75a;
}

.social a {
    text-decoration: none;
    margin: 0 10px;
}

.social i {
    color: #fff;
    transition: .5s all;
    font-size: 16px;
}

.navigation {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.defImg {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.defImg img {
    width: 100%;
    max-width: 850px;
    height: 30vh;
    object-fit: cover;

}

.nav_sec {
    flex-basis: 25%;
    padding: 20px 50px;
}

.nav_sec a {
    color: #000;
    text-decoration: none;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.t_link {
    font-size: 1.5em;

    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;


    flex-wrap: wrap;

}

.submenuHover {
    min-width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0 0 25px !important;
    margin: 15px 0 0 0 !important;

}

.submenuHover li {
    margin: 0;
}

.nav_sec i {
    width: 20px;

    margin-right: 15px;
    color: #dfa75a;
}

.t_link i {
    font-size: 20px;
}

.nav_sec span {
    flex-basis: 100%;
    font-size: 15px;
    line-height: 20px;
}

.nav_sec p {
    width: calc(100% - 25px);
    border-bottom: 1px solid #dfa75a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.submenuHover a {
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;

    margin: 0 0 0 0 !important;
    border-bottom: 1px solid #000;

    box-sizing: border-box;
    font-weight: 400;
}

.nav_sec a:hover {
    color: #0F295C !important;
}



.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
    margin: 0 0;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}



.animateNav {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
    margin: 0 0;
}

.animateNav.visible {
    opacity: 1;
    transform: translateY(0);
}



header {
    width: 100%;

    padding: 0 0;
    display: flex;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

}



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

.lan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.lan img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    box-sizing: border-box;

    transition: .5s all;
    opacity: .3;
}

.white img {
    opacity: 1;
}

.lan a:hover img {
    opacity: 1;
}

.lan a {
    margin: 0 10px;
}

.logo {
    min-width: 80px;
    width: auto;
    line-height: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: .5s all;
    text-align: center;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .75);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: visible !important;
}



.logo_w {

    padding-top: 30px;
    background-color: rgba(255, 255, 255, 0);
}

.logo-inner {
    height: 40px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.logo-img {
    position: absolute;
    height: 40px;
    backface-visibility: hidden;
    text-align: center;
}

.front {
    transform: rotateY(0deg);
    width: 40px;
}

.back {
    transform: rotateY(180deg) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* for Safari */
    height: 50px !important;
}

/* Razred, ki aktivira flip */
.flip .logo-inner {
    transform: rotateY(180deg) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* for Safari */
}

.logo_blank {
    padding: 25px 15px;
    background-color: rgba(255, 255, 255, .0);

}


.logo img {
    height: 40px;
    transition: 1 all;
    transition: opacity 1s ease;
}

.start-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #000;


}

.narocilo {
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 101;
    background-color: #152852;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #dfa75a;


}



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


}

.iCont {
    width: 100%;
    background: #fff;
    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%)
}

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

.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 #000;

}

element {}

.captionSummary h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.1em;

    font-weight: 300;

}

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

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


.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: calc(100vh);
    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;
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    text-shadow: none;
    border: 1px solid #dfa75a;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    color: #dfa75a;
    padding: 20px 40px;
    line-height: 0;
    text-decoration: none;
    margin-top: 20px;
    overflow: hidden;
    transition: .5s all;
    font-size: 16px;
    position: relative;
    border-radius: 25px;
}



.back-btn {
    padding: 10px 20px;
    background-color: #292929;
}


.btn::before {
    content: '';
    position: absolute;
    top: 0;

    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #dfa75a;
    transition: left 0.4s;
    z-index: -1;


}

.yel .btn::before {
    content: '';
    position: absolute;
    top: 0;

    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #292929;
    transition: left 0.4s;
    z-index: -1;


}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: #fff;

}

.btn i {
    transition: .5s all;
}

.btn i {
    padding-left: 8px;
}

.btn:hover i {
    padding-left: 8px;
}

.mapL {
    margin: 15px 0;

}

.captionSummary p {
    font-size: 20px;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    margin-top: 8px;
}



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

.captionSummary {
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    margin-top: 15px;
    float: left;
    width: 90%;
}

#slideNav {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: calc(50% - 55px);
    width: auto;
    display: flex;
}

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

}

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

}



.izpoSub {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0;
    margin: 0 0;
    flex-wrap: wrap;

}


.tx {
    padding: 100px 0;
}

.yel {
    background-color: #BB9143 !important;
}

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

.wht .izpoSubImg {
    margin-top: -100px;
}

.wht .izpoSubImg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}

.izpoSubImg {
    order: 2;
    display: flex;
    width: 60%;
    line-height: 0;
    height: 650px;

    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    transition: background-position 5s ease-out;
}


.izpoTxt {
    width: 40%;
    flex: 1;
    order: 1;
    padding: 0 100px;
    padding-top: 0;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #838383;

}

.izpoTxt h2 {
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin: 0 0 20px 0;
    font-weight: 300;


}

.izpoTxt span {
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #dfa75a;
    margin: 0 0 20px 0;

}

.izpoTxt h1 {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 30px;
}

.izpoSecondary {
    margin-top: 40px;
    text-align: left;
}

.rev .izpoSecondary {
    text-align: right;
}

.izpoSecondary img {
    width: 60%;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
}

.rev .izpoSecondary img {
    width: 60%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

.rev {}

.wht .izpoTxt {
    color: #232D39 !important;
}

.rev h1,
.wht h1 {
    color: #232D39 !important;
}

.rev .izpoSubImg {
    order: 0 !important;
}

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


.grid-list {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 100px 0 100px 0;
    float: left;
}

.grid_item {
    padding: 0;

    transition: .5s all;
}

.grid-list a {
    text-decoration: none;
}

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

.grid_item:hover img {
    transform: scale(1.2)
}

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

.grid_item_info {
    padding: 25px;
    margin-top: -35px;
    background-color: #fff !important;
    position: relative;
    width: calc(100% - 40px);
    margin-left: 20px;

}

.grid_item_info h3 {
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 15px 0 !important;
    text-align: left;
    font-weight: 300;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000 !important;
}

.extra {

    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 100px 0 0 0;
}

.g4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.extraItem {

    display: flex;
    flex-direction: column;
    text-align: center;


}

.extraItem a:hover {

    color: #000;
}

.extraImg {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 0;
    height: 400px;

}

.extraCont {


    padding: 0 40px;

}

.extraItem:hover h2 a {
    color: #dfa75a;
}

.extraImg img {
    position: absolute;
    width: 100%;
    height: 400px;
    object-fit: cover;
    top: 0;
    left: 0;

}

.extraItem h2 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 0 35px 0;
    position: relative;
}

.extraItem h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #dfa75a;
    bottom: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}

.extraItem a {
    text-decoration: none;
}

.breaker {
    font-size: 25px;
    color: #000;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    position: relative;
}

.breaker::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #dfa75a;
    bottom: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}


.counters {

    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0;
    background-color: #fff;
    display: flex;

}

.flexItems {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

}

.izpo25 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    border-right: 1px solid #dfa75a;

}



.no {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 20px;

    flex-direction: column;

}

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

}

.izpo25 hr {
    width: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfa75a;
    margin-top: 20px;
}


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


}



.paralax {
    display: flex;
    width: 100%;
    height: 600px;
    padding-top: 100px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1px;
    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;

    margin: 100px 0;

}

.centered {
    position: relative;
    z-index: 2;
}

.paralax_sub {}


.paralax p {
    font-size: 18px;

    max-width: 950px;
    margin: 0 auto;
    width: 90%;
}

.paralax .btn {
    margin-top: 30px !important;
    border: 1px solid #fff;
    color: #fff;
}

.paralax .marg {
    padding-bottom: 30px !important;
}

.captionVideo h2,
.paralax h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: .5px;
    margin-bottom: 70px;
    position: relative;
    margin: 0 0 35px 0;
}

.captionVideo h2::after,
.paralax h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #fff;
    bottom: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}

.split {
    display: flex;
    width: 100%;

}

.split>div {
    flex-basis: 50%;
}

.info {
    min-height: 650px;
    padding: 100px;
    text-align: center;
    color: #838383;

}

.info b,
.info strong {
    font-weight: 500;
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
}

.map {
    line-height: 0;
}

.info h3 {
    font-weight: 300;
    font-size: 30px;
    margin: 25px 0;
    color: #dfa75a;
}



.izpoSubImg {
    width: 60%;
    height: 650px;
    line-height: 0;
    position: relative !important;

}

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

}


.user_style h1 {
    font-size: 40px;
    line-height: 45px;
    color: #000;
    margin: 0 0 30px 0;
    position: relative;
    font-weight: 300;
}

.user_style h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin: 30px 0 20px 0;
    position: relative;
    font-weight: 300;
}

.contentRead h2:first-child {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 30px 0;
}

.user_style h3 {
    font-size: 25px;
    line-height: 30px;
    color: #dfa75a;
    margin: 30px 0 20px 0;

    font-weight: 300;
}

.user_style h4 {
    font-size: 20px;
    line-height: 25px;
    color: #dfa75a;
    margin: 30px 0 20px 0;

    font-weight: 300;
}

blockquote {
    font-size: 20px;
    line-height: 25px;
    color: #dfa75a;
    margin: 45px 0;
    font-weight: 300;
    text-align: center;
    position: relative;
}

blockquote::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #dfa75a;
    bottom: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}

blockquote::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #dfa75a;
    top: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}


.imgCover {
    float: left;
    width: 100%;
    height: 350px;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

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

}

.imgRight img {
    width: 100%;

}

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

}

.imgLeft img {
    width: 100%;

}

.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;


}

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

}

.imgCenter img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;


}



.carousel {
    height: 100%;

    margin: 0 auto !important;
    width: 100%;
    margin: 20px 0 !important;
    position: relative !important;


}

.carouselImg {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    opacity: .0;
    transition: opacity .5s ease-in-out;


}

.show {
    height: auto;
    width: 100%;
    aspect-ratio: 4/3;
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important;
}

.carouselBtn {
    border: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 25px;
    height: 25px;
    margin-top: 0;
    font-size: 35px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: transparent !important;
    color: #dfa75a !important;
}

.display-left {
    position: absolute;
    top: calc(50%);
    left: -35px;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: calc(50%);
    right: -35px;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}



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

}


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


}

.files_intro a {
    flex: 1;
    text-align: center;
}

.files_intro img {
    max-width: 80px;
    width: 90%;
}

.fileDownload {


    padding: 15px 0;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;
    padding-left: 45px;
    background-color: #fff;
    margin-bottom: 1px;
    transition: .5s all;



}

.files a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: 500 !important;
    border: 1px solid #ddd;

}

.files a:hover {
    background-color: #f2f2f2;

}

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



.fileDownload::before {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #dfa75a;
    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";
}



.prijava_place {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #dfa75a;
    width: 100%;

}

.p_img {

    background-image: linear-gradient(to right, black, transparent), url("../images/_body/kontakt.jpg");
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px;
    font-size: 2em;
}

.p_img a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;

}

.cta {
    background-color: #FF924D;
    color: #000 !important;
    padding: 20px;
    display: inline-block !important;
    letter-spacing: 3px;
    margin-top: 25px !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #dfa75a;
    transition: left 0.4s;
    z-index: -1;
}


.cta:hover::after {

    left: 0;
}

.cta i {
    color: #000 !important;
    font-size: 15px;
}

.p_img i {
    color: #dfa75a;
    margin-right: 10px;
}

.p_img h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #dfa75a;
    font-weight: 300;

}

.prijava_place a {
    color: #fff;
}

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

.prijava_place label b {
    font-weight: 400;
}





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

.prijava_info h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
}

.form-place {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}

.form-place form {
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

#fKontakt>div {
    width: 48%;
}

.prijava_place h3 {
    margin: 10px 0 !important;
}

.prijava_info p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.radioOptions label {
    display: inline-block;
    margin-right: 15px;
}

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

    color: #fff;
    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;
    border: 1px solid #000;
    width: 100%;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.default-form-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #dfa75a;
    transition: left 0.4s;
    z-index: -1;
}

.default-form-btn:hover::before {
    left: 0;
}

.default-form-btn i {
    padding-left: 8px;
    transition: .5s all;
}

.default-form-btn:hover i {}

.foods {
    font-size: 11px !important;
}


.inputF {
    width: 100%;
    background-color: transparent;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;

    border-bottom: 1px solid #000;
}

.area-field {
    width: 100%;
    background-color: transparent;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    height: 120px;
    border-bottom: 1px solid #000;
}

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


.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 19px;

}


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

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

.check_container input:checked~.checkmark {
    background-color: #000
}

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



footer {
    float: left;
    width: 100%;
    background-color: #262627;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #2c2c2c;
    justify-content: space-between;
    letter-spacing: 0;
}

.fNav {
    font-size: 12px;
    line-height: 25px;
    padding-left: 20px;

    color: #a8a8a8;

}

.f11 {
    font-size: 11px;
}

.xNav {
    display: none;
}

.fNav a {
    color: #a8a8a8;
    text-decoration: none;
}

.fIcons {
    display: flex;
}

.foot-nav {
    display: none !important;
}

.fIcons>a,
.fIcons span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-left: 1px solid #000;
    color: #a8a8a8;
    font-size: 20px;
    text-decoration: none;
}

.ik i {
    color: #dfa75a;
}



.dodatni {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.dodatni_item {
    flex: 1;
    padding: 120px 30px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;


}


.dodatni_item h2 {
    font-size: 25px;
    line-height: 1em;
    font-weight: 300;
    margin: 0 0 25px 0;
    color: rgba(255, 255, 255, .7);
    ;
}

.item_icon {
    width: 70px;
    height: 70px;
    background-color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;

    transition: .5s all;
    position: relative;
    overflow: hidden;
}


.item_icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #FF924D;
    transition: left 0.4s;
    z-index: 1;
}

.ei {
    font-size: 20px;
    color: #FF924D;
    transition: .5s all;
    position: absolute;
    z-index: 2;

}

.dodatni_item:hover .item_icon::before {
    left: 0;
}

.dodatni_item:hover .ei {
    color: #151517;
}

.dodatni_item a {
    font-size: 14px !important;
    padding: 15px 20px !important;
}

.dodatni_item p {
    letter-spacing: 2px;



}

.dodatni_item:hover .item_icon {
    background-color: #FF924D;
}

.testimonial-container {
    position: relative;
    width: 100vw;
    height: auto;

    padding: 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #dfa75a;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 50px 0;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.testimonial {
    background: #fff;
    border-radius: 15px;
    margin: 0 10px;
    padding: 20px;
    border: 1px solid #f2f2f2;

    width: calc((100vw - 80px) / 4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
}

.rating {
    color: #dfa75a;
    font-size: 20px;
    margin-bottom: 10px;
}

.name {
    font-weight: 500;
    margin-bottom: 5px;
}

.text {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

.thank-you-page {
    text-align: center;
    margin: 100px auto;
    margin-bottom: 0;
    width: 90%;
    max-width: 750px;

    padding: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.thank-you-page img {
    height: 50px;

    display: flex;
    margin: 15px auto;

}