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


}

html {
    scroll-behavior: smooth;
}



body {
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, .7);
    height: 100%;
    width: 100%;
    font-weight: 300;
    background-color: #151517;
    max-width: 2500px;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 25px;

}

body::after {
    content: '';
    display: block;
    position: fixed;
    bottom: -15px;
    right: -60px;
    width: 200px;
    height: 110px;

    background-image: url("images/_body/gmt_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 10;

}


strong,
b {
    font-weight: 500;
}

ul {
    margin: 1em 1em;
}

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

.user_style video {
    width: 100%;
    height: 500px;
}

.contact_table h5 {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 8px 0;
    letter-spacing: 6px;
}

.f_up {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.f_red {
    color: #D6433F;
}

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

}

.user_style th {
    background-color: #FF924D;
    color: #000;
    padding: 10px;
    font-size: 14px;

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

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



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

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

.user_style li::before {
    content: "\f0da";
    display: inline-block;
    height: 15px;
    width: 10px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 1px;
    color: #FF924D;
    background-repeat: no-repeat
}


main {
    position: relative;
    z-index: 90;
}

input,
textarea,
select {
    font-family: 'Poppins', sans-serif;
    outline: none;
    border-radius: 0px;
    letter-spacing: 1px;
    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;
}

a {
    color: rgba(255, 255, 255, .7);
    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: rgba(255, 255, 255, .7);
    text-decoration: none;
}

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






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

.logo {
    line-height: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: calc(50% - 75px);
    width: 150px;
    background: rgba(0, 0, 0, 1);
    backdrop-filter: blur(15px);
    line-height: 0;
    text-align: center;
    transition: .2s all;

}

.minify {
    width: 80px !important;
    left: calc(50% - 40px) !important;

    transition: .2s all;
}

.minify img {
    transition: .2s all;
    width: 50px !important;
    padding: 10px 0 !important;
}

.logo img {
    width: 90px;
    transition: .2s all;
    padding: 20px 0
}

.logo_blank {
    width: 150px !important;
    background-color: transparent;
    position: fixed;
    margin-top: 35px;
    transition: .2s all;
    left: calc(50% - 75px) !important;

}

.logo_blank img {
    transition: 1s all;
    width: 90px !important;
    transition: .2s all;
    padding: 20px 0 !important;

}




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

}

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

.responsive-nav {
    font-size: 35px;
    color: #06a1d3;

}


.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: 80;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


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

video {
    object-fit: cover;
}

.captionVideo {

    width: 100%;

    bottom: 0;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    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);
}

.captionVideo .marg {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    padding-bottom: 50px;
    position: relative;
}

.captionVideo h2,
.paralax h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 10px;
    margin-bottom: 70px;
    position: relative;
}

.captionVideo h2::after,
.paralax h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #D6433F;
    top: -30px;
    left: calc(50% - 30px);
    transition: .5s all;
}

.lanSelect {
    position: absolute;
    top: 0px;
    right: 70px;
    display: flex;
    align-items: center;
}

.lanSelect a {

    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-align: center;
    background-color: transparent;
    background-color: transparent;
    border: 1px solid #FF924D;
    border-top: none;
    color: #FF924D;
    transition: .5s all;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.act_lan {
    background-color: #FF924D !important;
    color: #000 !important;
}

.panel {

    z-index: 89;
    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(0, 0, 0, .75);
    opacity: 0;


}

.panelVis {
    opacity: 1;
    height: 100vh !important;
    z-index: 95;
    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 {
    width: 100%;
    margin: 0 auto;
    max-width: 1900px;
    margin-top: 170px;

}

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

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

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

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

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

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

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

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

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

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

}

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

.nav_sec a {
    color: #fff;
    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;
    border-bottom: 1px solid #D6433F;
    letter-spacing: 2px;

}

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

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

.nav_sec p {
    width: calc(100% - 25px);
}

.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: #D6433F !important;
}


.m-navi {
    display: none;
}



#slider {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
    display: block;



}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 100;
    flex-wrap: wrap;
}


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

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

.caption {

    width: 50%;
    padding: 35px 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;

    background-color: #151517;
}

.captionTitle h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 1.3em;
    color: #fff;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.captionTitle h2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #D6433F;
    top: 0;
    left: 0;
    transition: .5s all;
}

.captionTitle h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #D6433F;
    top: 0;
    left: 0;
    transition: .5s all;
}

.slide:hover .captionTitle h2::before {
    height: 90%;

}

.slide:hover .captionTitle h2::after {

    width: 100%;
}

.animH {
    font-size: 0;
    animation: growFontSize 5s forwards;
}

@keyframes growFontSize {
    from {
        font-size: 0;
    }

    to {
        font-size: 30px;
    }
}



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

.captionSummary h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 300 !important;
    color: #FF924D;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.captionSummary p {

    letter-spacing: 2px;

}

#slideNav {
    position: absolute;
    width: 100%;
    z-index: 102;
    bottom: 35px;
    left: 90px;
    display: flex;
    align-items: center;
}

#prevBtn,
#nextBtn {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    font-size: 18px;
    cursor: pointer;
    background-color: #292929;
    color: #fff;

    transition: .5s all;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #D6433F;
    color: #fff;
}

.blog_date {
    font-size: 13px;
    display: flex;
    color: #FF924D;
    font-weight: 300;
}

.blog_date i {
    margin-right: 5px;
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    text-shadow: none;
    
    background-color: #D6433F;
    border-radius: 2px;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
    margin-top: 20px;
    overflow: hidden;
    transition: .5s all;
    border-radius: 0;
    position: relative;
}

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


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

.btn:hover::before {
    left: 0;
}
.btn:hover  {
    color: #fff;
}
.btn i {
    transition: .5s all;
}

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

.extra {

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

.extraItem {

    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #151517;

}
.extraItem a{
    color:#fff;
    text-decoration: none;
}
.extraImg {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 0;
    height: 400px;

}

.extraCont {


    padding: 0 40px;

}

.extraCont p {}

.extraCont .btn {
    width: 100%;
}

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

}

.extraItem h2 {
    z-index: 10;
    position: absolute;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(15px);
    padding: 20px;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
    border-left: none;
    transition: .5s all;
    text-align: center;

}

.extraItem:hover h2 {
    background: rgba(214, 67, 63, .6);
}


.counters {

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

}

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

}

.izpo25 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}



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

}

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

}

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


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

    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;
    text-shadow: 0 0 5px #000;

}

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

.paralax_sub {}

.paralax h2 {
    margin-bottom: 20px;
}

.paralax p {
    letter-spacing: 2px;

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

.paralax .btn {
    margin-top: 30px !important;
}

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

    color: #fff;
    padding-bottom: 40px;
}


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

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

.zapis_item {

    padding: 0;

    color: #fff;
    transition: .5s all;
}

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

.dt i {

    margin-right: 5px;
}


.zapis_item a {

    text-decoration: none;
}

.zapis_item_info {
    padding: 25px;
    margin-top: -35px;
    background-color: #151517 !important;
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
    letter-spacing: 2px;

}

.zapis_item_info p {
    color: rgba(255, 255, 255, .7);

}

.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: 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: #D6433F !important;
}

footer {
    width: 100%;
    background-color: #000;
    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 #2c2c2c;
    color: #a8a8a8;
    font-size: 20px;
    text-decoration: none;
}

.ik i {
    color: #D6433F;
}



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

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

    justify-content: center;
    border-top: 1px solid #292929;
}

.subCats a {
    flex: 1;
    padding: 100px 20px;
    color: #FF924D;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
    background-color: #151517;
    border-right: 1px solid #292929;
    border-bottom: 1px solid #292929;

}

.subCats h2 {
    margin: 0;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 300;
}

.sub_icon {
    width: 70px;
    height: 70px;
    background-color: #292929;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: .5s all;
    position: relative;
   overflow: hidden;
}

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

.sub_icon i {
    position: absolute;
    z-index: 2;
    color: #FF924D;
    transition: .5s all;
}


.subCats a:hover i {
    color: #151517;
}

.subCats a:hover {
    color: #FF924D;
}


.subCats a:hover .sub_icon::before {
    left: 0 !important;
}

.izpoSub {
    width: 100%;
    display: flex;
    align-items: center;

    margin: 100px 0;
    flex-wrap: wrap;

}

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

}

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

}

.izpoTxt {
    flex: 1;
    padding: 35px 10vw;
    text-align: right;
    background-color: #292929;
    border-left: 10px solid #D6433F;
}

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


}

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

}

.rev .izpoTxt {
    order: 1;
    text-align: left !important;
    border-right: 10px solid #D6433F;
    border-left: none;
}

.rev .izpoSubImg {
    order: 2;
}

.rev .izpoImg {
    order: 2;
}


.sub-show {

    margin: 120px 0 50px 0;
}

.sub-show h1 {
    font-size: 16px;

    font-weight: 500;
    letter-spacing: 10px;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    margin: 0;
    color: #D6433F;
}

.sub-show h1::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #D6433F;
    top: -10px;

    left: calc(50% - 30px);
    transition: .5s all;

}

.contentRead {
    max-width: 900px;
    margin-bottom: 50px;
}

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

.user_style h2 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    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: #D6433F;
    margin: 30px 0 20px 0;

    font-weight: 300;
}

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

    font-weight: 300;
}

blockquote {
    font-size: 25px;
    line-height: 30px;
    color: #FF924D;
    margin: 25px 0;
}

.thank-you-page {
    text-align: center;
}



.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: #FF924D !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%)
}



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

}

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


}


.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: #415941;
    color: #fff;
}

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

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


/**/

.prijava_place {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #D6433F;


}

.p_img {


    background-image: url("../images/_body/contact.jpg");
    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: 20px;
    text-decoration: none;
    margin-top: 10px;

}

.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: #D6433F;
    transition: left 0.4s;
    z-index: -1;
}


.cta:hover::after {
   
   left: 0;
}

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

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

.p_img h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #D6433F;
    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;
   
    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: #FF924D;
    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 {
    padding-left: 15px;
}
.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;
    letter-spacing: 1px;
}


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

.reference {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FF924D;
    padding: 50px 50px;
    position: relative;

}

.reference span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    color: #000;
    transition: .5s all;
    top: 0;
    cursor: pointer;
    position: relative;
}

.pop {
    background-color: #000 !important;
    color: #FF924D !important;
    top: -5px !important;
    position: absolute;
}

.pop_item {

    font-size: 30px;
    line-height: 35px;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}

.ref {
    flex-basis: 100%;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 20px;
    font-weight: 400;
    text-align: center;
    color: #FF924D;
    margin-bottom: 20px;
    margin-top: 100px;
    position: relative;

}

.ref_full {
    letter-spacing: 10px;
}

.ref::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #FF924D;
    top: -20px;
    left: calc(50% - 30px);
    transition: .5s all;

}

.animate-charcter {
    background-image: linear-gradient(-225deg,
            #FF924D 0%,
            #FF924D 29%,
            #fff 67%,
            #FF924D 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #FF924D;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6s linear infinite;

}

.animate-charcter_r {
    background-image: linear-gradient(-225deg,
            #D6433F 0%,
            #D6433F 29%,
            #fff 67%,
            #D6433F 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #D6433F;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6s linear infinite;

}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


.poper {
    position: fixed;
    right: 0;
    top: 150px;
    width: 280px;
    background-color: #FF924D;
    color: #000;
    padding: 20px;
    font-size: 13px;
    line-height: 17px;
    z-index: 1000;
    transition: .5s all;
    letter-spacing: 0px;
    font-weight: 400;
    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: -280px;
}

.tgl {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #FF924D;

    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 25px;
    right: 280px;
    z-index: 1000;
    top: 150px;

    box-shadow: -2px 2px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .5s all;
}

.move_tgl {
    right: 0;

}

.poper .btn {
    padding: 10px;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    margin-top: 6px;
    letter-spacing: 0;
}

.poper_item p {
    width: 100%;
    color: #000;
}

.zapri {
    margin-top: 20px;
    cursor: pointer;
}