@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Mulish', sans-serif;
    height: 100%;
    width: 100%;
    font-weight: 500;
    background-color: white;
    font-size: 16px;
    line-height: 25px;
    user-select: none !important;

}

.secondary {
    font-family: 'Playfair Display', serif;
    font-weight: 600 !important;
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 2em;
}

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

input,
textarea,
select {
    font-family: 'Mulish', sans-serif;
    outline: none;
    font-weight: 400 !important;
    padding: 1em;
    font-size: .8em;
}


header {
    top: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: fixed;
    z-index: 200;
   
    padding: 0 20px;
}

.logo {
    line-height: 0;
}

.logo img {
    margin-top:30px;
    /*max-width: 200px;*/
    max-height: 120px;
}
.back{
    margin-left: auto;
    line-height: 0;
    margin-right: 25px;
    display: flex;
    align-items: center;
    font-size: .9em;
    text-decoration: none;
    color: inherit;

}
.back img{
    width: 20px;
    height: 20px;
}
main {
    margin-top: 80px;

}
.main_cont{
    float: left;
    width: 100%;
    margin-top: 35px;
}


.main_cont ul{
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px
}

.main_cont li{
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.main_cont li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../images/_body/check.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 5px;
    background-repeat: no-repeat
}

.rNavi {
    justify-content: flex-end;
    display: flex;
}

.responsive-nav {
    font-size: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.responsive-nav img {
    height: 35px;
    width: 35px;
}

.panel {
    position: absolute;
    width: 500px;
    z-index: -10;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 80px;
    right: -500px;
    min-height: 100vh;
    height: 100vh;
    opacity: 0;
    justify-content: center;
    text-align: center;
    flex-direction: column;

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

.panelVis {
    z-index: 150;
    opacity: 1;
    right: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;


}

.closeP {
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}

.rNav li {
    margin: 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 8px 0;
}

.rNav li a {
    color: #242331;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: left;

}
.mainRole {}

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

.subRole li {
    border-bottom: 1px solid #000;
}

.subRole li a {
    font-size: .9em !important;
    font-weight: 400
}

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

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

.rwdMore {
    margin-left: 10px;
    cursor: pointer
}

.rNav li div:first-child {
    flex: 4;
    text-align: left;
    height: auto
}

.rwdMore img {
    height: 10px !important;
    margin-top: 10px
}

.subRole {
    height: auto;
    overflow: hidden
}

.hidden {
    height: 0;
    margin-bottom: 1.2em
}

.subRole a {
    font-weight: 300;
    padding-left: 10px;
    font-size: 1em !important;
    color: #242331 !important
}

.finRole a {
    font-weight: 300;
    padding-left: 20px
}


#slider {
    width: 100%;
    height: 920px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.slide {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 101;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: flex-end;
}

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

.caption {
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    padding: 30px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    float: left;
}

.caption a,
.izpostava a,.izpostava_sub a,
.parallax a,.back-btn {
    padding: 20px 20px;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    min-width: 250px;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}


.caption h2,
.izpostava h2,
.izpostava_sub h2,
.parallax h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.izpostava h4,
.izpostava_sub h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}


#prevBtn,
#nextBtn {
    position: absolute;
    z-index: 1000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 50%;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

#prevBtn img,
#nextBtn img {
    height: 20px;
}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}


.izpostava {
    width: 100%;
    color: #fff;
   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.izpostava_content_inner {
    flex-basis: 50%;
    order: 1;
    padding: 20px;
}

.izpostava_content_img {
    flex-basis: 50%;
    height: 400px;
    order: 2;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    transition: .5s all;
}

.izpostava_sub{
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
main .izpostava_sub:first-child{
    margin-bottom: 0;
}
.izpostava_sub img{
    position: absolute;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.izpostava_sub_inner {
    position: relative;
    z-index: 10;
    width: 60%;
    order: 1;
    padding: 30px;
    margin-top: 250px;
    color: #fff;
    margin-left: 45px;
    border: 10px solid #fff;
}

.other-list {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.other_item {
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}

.other_item h2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.other_item a {
    color: #fff !important;
    text-decoration: none !important;
}

.parallax {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.filter {
    height: 100%;
    width: 100%;
    position: absolute;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paralax_content {
    text-align: center;
    color: #fff;
}



.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: 45%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 25px 0 25px 25px;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 45%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 25px 25px 25px 0;
}

.imgLeft img {
    width: 100%;
}

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

.imgCenter img {
    width: 100%;
    max-width: 100%;
}

.user_style{
    padding: 0 20px;
}


.user_style h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
}

.user_style iframe {
    width: 100%;
    max-width: 640px;

}


.user_style h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin: 20px 0 30px 0;
}

.user_style h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin: 20px 0 30px 0;
}

.user_style h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 30px 0;
}

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

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

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

}

.user_style th {
    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;
}


blockquote {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px;
    margin: 30px 0 30px 0;
    font-weight: 600;
    color: #fff;
}

blockquote a {
    color: #fff
}




.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.blog_item {
    position: relative
}

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

.blog_item img {
    width: 100%;
    height: 350px;
    object-fit:cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.blog_item_content {
    width: 90%;
    margin-left: 5%;
    margin-top: -50px;
    background-color: #fff;
    padding: 15px;
    position: relative;
}


.blog_item h3 {
    font-size: 1.2em;
    margin: 10px 0 10px 0;
    font-weight: 600;
    line-height: 1.2em
}

.blog_item p {
    font-size: .9em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3em;
}
.blog_item a{
    color: inherit;
    text-decoration: none;
}


.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.userGgallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


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

.carouselImg {
    display: none;
    width: 100%;
}

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

#inactive-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10000;
    background-color: #000;
}

.banner_slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.hideO{
    position: fixed;
    right: 0;
    top: 50vh;
    width: 120px;
    background-color: crimson;
    color:#fff;
    z-index: 10000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    border-right: none;
    flex-direction: column;
}
.hideO i{
    font-size: 30px;
}

.banner_slide {
    position: absolute;
display: none;
    height: 100%;
    width: 100%;
    
    z-index: 101;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: flex-end;
}



.banner_slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner_slide iframe{
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.slide-indicator {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    background-color: rgba(255, 58, 58, 0.7);
    width: 0; /* Initial width is 0, representing no progress */
    animation: indicator-animation 10s linear forwards; /* Animation duration: 5 seconds */
}

@keyframes indicator-animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}