/*html,*/
/*body,*/
/*.text-box,*/
/*.rich-text-block,*/
/*.product ul li {*/
/*    font-size: 15px;*/
/*}*/

/*.languages,*/
/*.languages > div,*/
/*.navigation,*/
/*.hamburger-wrapper.desktop-menu,*/
/*.languages {*/
/*    font-size: 19px !important;*/
/*}*/

::selection {
    background: #000000;
    color: #FFFFFF;
    text-shadow: none;
}

.nav-link__contain, .sublink__contain {
    opacity: 0;
}

@media only screen and (min-width: 2000px) {
    body {
        font-size: 20px;
    }
    
    .podnaslov {
    	font-size: 3em;
	}
	
	.text-overlay_video {
    	top: 50px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .podnaslov {
    	font-size: 2.5em;
	}
	
	.text-overlay_video {
	    left: 0.22em !important;
	    right: 0.22em !important;
	}
	
	.text-overlay_video {
	    padding: 1em 1em !important;
	}
	.text-overlay_video .list-divider{
	    padding-left: 20px;
	}
	
	.text-overlay_video {
    	top: 20px;
	}
}


.trigger__circle, .cursor, .slider__wave {
    pointer-events: none;
}

a {
    color: inherit;
}

.tetx-wrapp > a:nth-child(1), .tetx-wrapp > a:nth-child(1) .text-box{
	width: 100% !important;
}

.text-box{
	max-width: 100%;
}

.menu_name{
	text-transform: uppercase;
}

.slider__wave svg path {
    pointer-events: auto;
}

body:hover .cursor {
    opacity: 1.0;
}

.control {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.global {
    /*padding-top: 100px;*/
}

.dflex {
    display: flex;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.w50 {
    width: 50%;
}

.clearfix {
    clear: both;
}

.logos-footer {
    margin: 0 15px 15px;
}

.logos-footer img {
    height: 30px;
}

.footer-v2-2 .links-legal a,
.footer-v2-2 a.link-legal {
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
}

.social-icons i.fa {
    font-family: FontAwesome !important;
}

.social-icons i.fa::before {
    color: #777777;
    font-size: 23px;
    height: 20px;
    width: 20px;
}

#footer .social-icons i.fa {
    color: #FFFFFF;
    font-family: FontAwesome !important;
    font-weight: 400;
}

#footer .social-icons i.fa::before {
    color: #FFFFFF;
    font-weight: 400;
}

.languages {
    color: #FFFFFF;
    /*font-size: 15px;*/
    /*position: absolute;*/
    /*right: 70px;*/
    /*right: 90px;*/
}

.languages > div {
    color: #BB9C74;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
}

.languages.w--open > .dropdown-list,
.languages:hover > .dropdown-list {
    display: block;
}

.languages .dropdown-list {
    background-color: #BB9C74;
    right: 0;
}

.languages .dropdown-list a {
    color: #FFFFFF;
}

.languages .dropdown-list a:hover {
    background-color: lightgray;
}

.languages .dropdown-list a.w--current {
    color: #2C2C2C;
}

.text-overlay,
.text-overlay_video {
    transition: all 1s;
}

.text-overlay:hover,
.text-overlay_video:hover {
    opacity: 1;
}

.backgroundPics {
    background-attachment: fixed;
    /*background-position: center;*/
    background-position: right;
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    /*min-height: calc(100vh - 100px);*/
    min-height: calc(100vh);
    padding: 0;
}

.backgroundPics .text-main-wrapp {
    bottom: auto;
    left: auto;
    padding: 90px 0;
    position: relative;
    right: auto;
    top: auto;
}

.backgroundPics,
.defects .backgroundPics {
    background-attachment: initial;
    margin-bottom: 40px;
}

.defects .text-main-wrapp {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

.defects h2 {
    color: #BDA579;
}

.w-button {
    background-color: #BDA579;
    color: #fff;
}

#footer {
    background-color: #2C2C2C;
    z-index: 6;
}

.section-2.no-padding-vertical.border-top {
    margin-top: 0;
}

/* TABS */
.ngn-slide {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.ngn-slide.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.ngn-tabs {
    bottom: 0;
    left: 0;
    padding: 20px 40px;
    position: absolute;
    right: 0;
}

.ngn-tabs ul {
    list-style: none;
    width: 100%;
}

.ngn-tabs ul li {
    float: left;
    width: 50%;
}

.ngn-tabs ul li a {
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}

/* GRID */
.dis_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row {
    -webkit-box-flex: 1;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

div[class^="col"] {
    padding: 0 15px;
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

@media screen and (min-width: 480px) {
	.menu-button{
		margin-right: -10px;
	}
}

@media screen and (min-width: 991px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

/* CONTACT */
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
}

#googleMap {
    /*height: calc(100vh - 100px);*/
    height: 100%;
    width: 100%;
}

#locations {
    display: none;
}

.contact-form-wrapper {
    padding: 30px 15px;
}

.contact-form-wrapper .dis_flex {
    margin: 30px 30px 30px 0;
    padding: 30px 0;
}

.contact input.has-error,
.contact textarea.has-error,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #A94442;
}

.gdpr {
    font-family: "Merriweather, serif";
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    border: 1px solid #CCCCCC;
    display: none;
    margin: 30px 0;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results.error {
    border-color: #A94442 !important;
    color: #A94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

.g-recaptcha {
    margin-bottom: 20px;
    width: 100%;
}

.re-captcha > div {
    background-color: #FFFFFF;
    display: inline-block;
    height: auto;
    padding: 0;
    width: auto;
}

.re-captcha.has-error > div {
    border: 2px solid #A94442 !important;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin: 0;
}

.input {
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-radius: 0px;
    border-style: none none solid;
    /*font-family: Lato, sans-serif;*/
    font-size: 15px;
    height: 48px;
    margin-bottom: 32px;
    padding: 11px 0px 13px;
    text-transform: initial;
    -webkit-transition: border 600ms ease;
    transition: border 600ms ease;
}

.w-input, .w-select {
    background-color: #FFFFFF;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.input.text-area {
    height: auto;
    min-height: 120px;
}

.input.text-area.margin-right {
    background-color: transparent;
    border-bottom-color: #BDA579;
    border-bottom-width: 2px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-right: 15px;
}

.input.half-width {
    background-color: transparent;
    border-bottom-color: #BDA579;
    border-bottom-width: 2px;
    /*-webkit-box-flex: 0.4;*/
    color: #FFFFFF;
    -ms-flex: 40%;
    -webkit-flex: 40%;
    flex: 40%;
    margin-bottom: 25px;
    margin-right: 25px;
}

.contact-body .input {
    margin-bottom: 80px;
}

.w-button,
#contactForm input,
#contactForm textarea {
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 400;
    letter-spacing: 0.2px;
}

.splide .w-button {
    font-size: 14px;
padding: 4px 8px;
}

/* PRODUCTS */
html.products {
    /*
    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: mandatory;
     */
}

.products {
    position: relative;
}

.products > .global,
.area-of-use > .global {
    position: fixed;
    z-index: 1000;
}

.product-list {
    background-attachment: fixed;
    background-image: url('/data/images/PODLAGA_PRODUKTI_ZAMAKNJEN.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-wrapper {
    height: calc(100vh - 100px);
    overflow: scroll;
}

.product {
    height: 100vh;
    /*margin-top: 30vh;*/
    padding-top: 100px;
    position: relative;
    /*
        scroll-snap-align: center;
        -ms-scroll-snap-align: center;*/
}

.product.next {
    height: 30vh;
}

.product.next:last-child {
    height: 30vh;
}

.product:first-child {
    margin: 0;
}

.product h1.ime-produkta {
    padding-top: 20px;
}

.product.visible {
}

.ime-produkta {
    color: #BDA579;
    /*font-family: Oswald, sans-serif;*/
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.21875;
    margin-bottom: 25px;
    padding-left: 0;
    text-transform: none;
}

.defects h3 {
    color: #BDA579;
}

.d_other-products {
    align-items: center;
    bottom: 0;
    display: flex;
    opacity: 0;
    position: fixed;
    right: 150px;
    top: 0;
    transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
    visibility: hidden;
    width: 200px;
    z-index: 5;
}

.d_other-products ul {
    list-style: none;
    padding-left: 0;
}

.d_produkti_tehnologija {
    align-items: center;
    bottom: 100px;
    display: flex;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all ease-in-out .4s;
    visibility: hidden;
    width: 150px;
}

.d_produkti_tehnologija > div {
    width: 100%;
}

.d_produkti_tehnologija h3,
.d_other-products h3 {
    font-size: 14px;
    line-height: 1.25;
}

.d_other-products .area-of-use-txt,
.d_produkti_tehnologija .area-of-use-txt {
    /*font-family: Oswald, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.d_other-products .area-of-use-txt.other,
.d_produkti_tehnologija .area-of-use-txt.other {
    padding-right: 10px;
    text-align: right;
}

.other-products-selector {
    clear: none;
    color: #FFFFFF;
    float: left;
    /*font-family: Oswald, sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7;
    margin-top: 5px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    width: 100%;
}

.other-products-selector.w--current {
    /*color: #BDA579;*/
    color: #797979;
}

.d_produkti_tehnologija ul {
    clear: none;
    color: #797979;
    display: block;
    float: none;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 0px;
    text-align: right;
}

.tehnologija {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 110px;
    height: 45px;
    width: 100%;
}

.tehnologija_1 {
    background-image: url('/data/images/layers/tech_1.png');
}

.tehnologija_2 {
    background-image: url('/data/images/layers/tech_2.png');
}

.tehnologija_3 {
    background-image: url('/data/images/layers/tech_3.png');
}

.tehnologija_4 {
    background-image: url('/data/images/layers/tech_4.png');
}

.tehnologija_5 {
    background-image: url('/data/images/layers/tech_5.png');
}

.tehnologija_6 {
    background-image: url('/data/images/layers/tech_6.png');
}

.tehnologija_7 {
    background-image: url('/data/images/layers/tech_7.png');
}

.tehnologija_8 {
    background-image: url('/data/images/layers/tech_8.png');
}

.tehnologija_9 {
    background-image: url('/data/images/layers/tech_9.png');
}

.tehnologija_10 {
    background-image: url('/data/images/layers/tech_10.png');
}

.tehnologija_11 {
    background-image: url('/data/images/layers/tech_11.png');
}

.tehnologija_1.tech_1 {
    background-image: url('/data/images/layers/tech_b_1.png');
}

.tehnologija_2.tech_2 {
    background-image: url('/data/images/layers/tech_b_2.png');
}

.tehnologija_3.tech_3 {
    background-image: url('/data/images/layers/tech_b_3.png');
}

.tehnologija_4.tech_4 {
    background-image: url('/data/images/layers/tech_b_4.png');
}

.tehnologija_5.tech_5 {
    background-image: url('/data/images/layers/tech_b_5.png');
}

.tehnologija_6.tech_6 {
    background-image: url('/data/images/layers/tech_b_6.png');
}

.tehnologija_7.tech_7 {
    background-image: url('/data/images/layers/tech_b_7.png');
}

.tehnologija_8.tech_8 {
    background-image: url('/data/images/layers/tech_b_8.png');
}

.tehnologija_9.tech_9 {
    background-image: url('/data/images/layers/tech_b_9.png');
}

.tehnologija_10.tech_10 {
    background-image: url('/data/images/layers/tech_b_10.png');
}

.tehnologija_11.tech_11 {
    background-image: url('/data/images/layers/tech_b_11.png');
}

.tehnologija_12.tech_12 {
    background-image: url('/data/images/layers/tech_b_12.png');
}

.tehnologija_13.tech_13 {
    background-image: url('/data/images/layers/tech_b_13.png');
}

.tehnologija_14.tech_14 {
    background-image: url('/data/images/layers/tech_b_14.png');
}

.tehnologija_15.tech_15 {
    background-image: url('/data/images/layers/tech_b_15.png');
}

.tehnologija_16.tech_16 {
    background-image: url('/data/images/layers/tech_b_16.png');
}

.tehnologija_17.tech_17 {
    background-image: url('/data/images/layers/tech_b_17.png');
}

.tehnologija_18.tech_18 {
    background-image: url('/data/images/layers/tech_b_18.png');
}

.contact-primer-image {
    background-image: url('/data/images/contact-primer.png');
}

.d_produkti_slika {
    bottom: 0;
    height: 1000px !important;
    max-height: calc(100vh - 100px);
    max-width: calc(100vh - 100px);
    opacity: 0;
    position: fixed;
    /*right: 350px;*/
    /*top: 100px;*/
    right: 15vw;
    transition: all ease-in-out .4s;
    visibility: hidden;
    width: 1000px;
}

.produkt_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    height: 100%;
    max-height: 100vh;
    width: 100%;
}

.photo.not-shown,
.produkt_image.not-shown {
    display: none;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.produkt_image.second {
    background-position: 40% 65%;
    background-size: 50%;
}

.product {
    color: #FFFDFD;
    /*font-family: Lato, sans-serif;*/
    font-size: 13px;
    font-weight: 300;
}

.product .ngn-tabs,
.product_wrapper,
.product h1.ime-produkta {
    /*max-width: calc(100vw - 300px - 1000px);*/
    max-width: calc(100vw - 10vw - (100vh - 100px));
}

.product_wrapper,
.product h1.ime-produkta {
    padding-left: 40px;
}

.product_wrapper {
    /*max-height: calc(100vh - 400px - 100px);*/
    /*min-height: 40vh;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.product .product .text-produkti p {
    color: #FFFDFD;
    /*font-family: 'Merriweather', serif;*/
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 21px;
}

.product .text-produkti p {
    color: #FFFDFD;
         font-size: 13px;
    /*font-family: 'Merriweather', serif;*/
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 21px;
}


.product .text-produkti.nastevanjee p {
     font-size: 15px;
}

.product ul {
    color: #797979;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 0px;
}

.product ul li {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    /*font-family: Lato, sans-serif;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    list-style-type: disc;
    margin-bottom: 3px;
}

.product .text-produkti.nastevanjee ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 12px;
}

.product .text-produkti.nastevanjee ul > li {
    display: list-item;
}

.picto-li {
    min-height: 60px;
    position: relative;
}

.picto-li:first-child {
    margin-top: 20px;
}

.picto {
    height: 50px;
    min-height: 50px;
    position: absolute;
    top: 2px;
    width: auto;
}

table.substrate_preparation {
    table-layout: fixed;
    width: 100%;
}

table.substrate_preparation td {
    /*font-family: Oswald, sans-serif;*/
    padding: 5px;
}

table.substrate_preparation td.main-icon {
    vertical-align: top;
    width: 90px;
}

table.substrate_preparation td.second-icon {
    width: 60px;
}

table.substrate_preparation td.delimiter {
    color: rgba(255, 255, 255, 0.2);
}

table.substrate_preparation img {
    height: 50px;
    width: auto;
}

table.substrate_preparation.substrate img {
    height: auto;
}

.product p {
    color: #797979;
    /*font-family: 'Merriweather', serif;*/
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.product h3 {
    color: #BDA579;
    /*font-family: Lato, sans-serif;*/
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase;
}

.product h3:first-child {
    margin-top: 0;
}

.product h4 {
    color: #BDA579;
    /*font-family: Lato, sans-serif;*/
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    /*margin-bottom: 0px;*/
    /*margin-top: 20px;*/
    text-transform: uppercase;
}

.product .text-produkti {
    color: #FFFDFD;
    /*font-family: Lato, sans-serif;*/
    font-size: 13px;
    font-weight: 300;
}

.product .text-produkti p {
    color: #FFFDFD;
    /*font-family: 'Merriweather', serif;*/
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 21px;
}

.space {
    width: 10px;
}

.product .pack_quant {
    /*font-family: Oswald, sans-serif;*/
    min-width: 60px;
    text-align: left;
}

.product .pack_index,
.product .pack_quant {
    /*font-family: 'Merriweather', serif;*/
}

.product h3 strong {
    /*font-family: Oswald, sans-serif;*/
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.product-temperatures > img {
    background: #000000;
    border-radius: 5px;
    margin-right: 5px;
    max-width: 65px;
}

.d_other-products.visible,
.product.visible .d_produkti_tehnologija,
.product.visible .d_produkti_slika {
    opacity: 1;
    visibility: visible;
}

.product img.actions {
    float: left;
    width: 55px;
}

.opis-ikone {
    display: inline-block;
    margin-left: 70px;
    min-height: 60px;
}

.opis-ikone p {
    color: #FFFFFF;
    /*font-family: Oswald, sans-serif;*/
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 17px;
}

.product .ngn-tabs ul li {
    margin: 0;
}

.product .d_similar_produkti {
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, transparent 18%, #000000 62%);
    background-image: linear-gradient(180deg, transparent 18%, #000000 62%);
    bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex: 0 auto;
    -webkit-flex: 0 auto;
    flex: 0 auto;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 20px;
    /*position: fixed;*/
    position: absolute;
    right: 0;
    transition: all ease-in-out .5s;
    visibility: hidden;
    width: 100%;
    z-index: 301;
}

.product .d_similar_produkti .d_one-similar-product_wrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 220px;
    margin-right: 10px;
    width: 150px;
}

.product .d_similar_produkti .similar-product-text {
    color: #FFFFFF;
    /*font-family: Lato, sans-serif;*/
    font-size: 13px;
    font-weight: 300;
    height: 35px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

html {
    --transition-time: 450ms;
}

.product > * {
    -webkit-transition: all var(--transition-time) linear;
    /*transition: all 150ms linear;*/
    transition: all var(--transition-time) linear;
}

.product .d_similar_produkti .contact-close {
    background-image: url('/data/images/cross.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition-delay: var(--transition-time);
    /*transition: transform 150ms linear, -webkit-transform 150ms linear;*/
    width: 40px;
    z-index: 2;
}

.product .d_similar_produkti .similar_product_image {
    background-image: url('/data/images/BASE-MIX.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 160px;
    position: relative;
    width: 150px;
}

.product.associated .d_similar_produkti {
    opacity: 1;
    transition-delay: 0ms;
    visibility: visible;
}

.product .product_stuff {
    height: calc(100vh - 100px);
    transform-style: preserve-3d;
}

.d_other-products.associated {
    opacity: 0;
    visibility: hidden;
}

.product.associated .product_stuff {
    opacity: 0.7;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
}

ul.ngn-dots {
    bottom: 50px;
    left: 0;
    list-style: none;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 30px;
    width: 50px;
    z-index: 4;
}

ul.ngn-dots.mobile {
    /*display: none;*/
}

ul.ngn-dots > li {
    /*background: #BDA579;*/
     background: #666666;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 0 5px;
    padding: 5px;
    transition: all .3s ease-in-out;
}

ul.ngn-dots > li:hover,
ul.ngn-dots > li.active {
    /*background: #666666;*/
    background: #BDA579;
    cursor: default;
}

.footer-v2-nav,
.footer-v2-follow-2 {
    width: 25%;
}

.footer-v2-contacts {
    flex-direction: row;
    width: 50%;
}

.pos_fix.footer-v2-contacts {
    display: block;
    position: relative;
}

.w-dropdown.sub > div.nav-link-2 > div {
    color: #A5A5A4;
    /*font-family: Fahkwang;*/
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: uppercase;
}

.w-dropdown.sub,
.w-dropdown.sub > .w-dropdown-toggle {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.w-dropdown.sub .w-icon-arrow-down::before,
.w-dropdown.sub .w-icon-dropdown-toggle::before {
    content: "\e600";
}

.w-dropdown.sub .dropdown-list.w--open {
    left: 100%;
    padding: 10px 0;
    top: -5px;
    /*top: -10px;*/
}

/* AREA OF USE */
.area-of-use {
    font-size: 14px;
}

.area-of-use .product-list {
    height: 100vh;
    padding-top: 100px;
}

.area-of-use .area-of-use-txt {
    color: #FFFFFF;
    /*font-family: Oswald, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: right;
    text-decoration: none;
}

.area-of-use .main_content_wpraper_desktop-1.w-hidden-small.w-hidden-tiny {
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 40px;
    margin: 0 40px;
    right: 40px;
    /*top: 80px;*/
    top: 110px;
    z-index: 3;
}

.area-of-use .first-third,
.area-of-use .third-third {
    width: 25%;
}

.area-of-use .second-third {
    padding: 10px;
    width: 50%;
}

.area-of-use .d_produkti_tehnologije .area-of-use-txt.white {
    clear: both;
    color: #FFFFFF;
    /*font-family: Oswald, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding-left: 3px;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
}

.area-of-use .d_produkti_tehnologije .tehnologija {
    background-size: 100%;
    float: left;
    width: 130px;
}

.area-of-use .bg-above {
    background-color: rgba(0, 0, 0, .5);
}

.area-of-use .left-text-area,
.area-of-use .right-text-area {
    float: left;
    padding: 15px;
    width: 50%;
}

.area-of-use .naslov-poglavja-1 {
    /*color: #BDA579;*/
    /*font-family: Niagra, sans-serif;*/
    /*font-size: 70px;*/
    /*font-weight: 400;*/
    /*line-height: 80px;*/
    /*margin-bottom: 0;*/
    /*margin-top: 20px;*/
    /*text-shadow: 4px 4px 6px rgba(0, 0, 0, .6);*/
    /*text-transform: uppercase;*/
    color: #BDA579;
    /*font-family: 'Niagsol', 'sans-serif';*/
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 100%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.contact-primer-image {
    background-image: url('/data/images/contact-primer.png');
}

.middle-image-position {
    background-position-x: center;
    background-position-y: -150px;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.area-of-use .txt_bel {
    /*color: #FFFFFF;*/
    /*font-family: Oswald, sans-serif;*/
    /*font-size: 1rem;*/
    /*font-weight: normal;*/
    color: #FFFFFF;
    /*font-family: Lato, sans-serif;*/
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.area-of-use .colors-box {
    float: left;
    padding: 10px;
    width: 50%;
}

.area-of-use .colors-box .area-of-use-txt.white {
    line-height: 17px;
    text-align: right;
}

.area-of-use .colors-box .area-of-use-txt.white.smaller {
    font-size: 13px;
    line-height: 15px;
}

.area-of-use .colour-patch {
    background: yellow;
    background-color: yellow;
    height: 50px;
    width: 100%;
}

.area-of-use .colors-box .colour-patch.colour-1 {
    background-color: #FEEC00;
}

.area-of-use .colors-box .colour-patch.colour-2 {
    background-color: #96128B;
}

.area-of-use .colors-box .colour-patch.colour-3 {
    background-color: #E52935;
}

.area-of-use .colors-box .colour-patch.colour-4 {
    background-color: #7B0077;
}

.area-of-use .colors-box .colour-patch.colour-5 {
    background-color: #A1452B;
}

.area-of-use .colors-box .colour-patch.colour-6 {
    background-color: #550051;
}

.area-of-use .colors-box .colour-patch.colour-7 {
    background-color: #76A587;
}

.area-of-use .colors-box .colour-patch.colour-8 {
    background-color: #42A9CA;
}

.area-of-use .colors-box .colour-patch.colour-9 {
    background-color: #A19F9D;
}

.area-of-use .colors-box .colour-patch.colour-10 {
    background-color: #4A6BBB;
}

.area-of-use .colors-box .colour-patch.colour-11 {
    background-color: #D1B396;
}

.area-of-use .colors-box .colour-patch.colour-12 {
    background-color: #C96846;
}

.watch_video_tutorial {
    width: max-content;
    height: max-content;
}

.watch_video_tutorial_container {
    display: flex;
    justify-content: center;
}

.cs-iframe {
    position: relative;
}

.cs-iframe-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.products.catalog .d_other-products ul>li.list-item-5 {
    overflow: scroll;
  max-height: 50vh;
}

.w-container {
    width: 100%;
}

.text-block-3 {
    font-family: Oswald, sans-serif;
}

.search-wraper {
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 auto;
    -webkit-flex: 0 auto;
    flex: 0 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-flex-pack: start;
    height: 35px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 20px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.utility-page-wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    width: 100vw;
}

.utility-page-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 260px;
}

.utility-page-form {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.search {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-align: start;
    height: 35px;
}

.search-icon {
    height: 30px;
    width: 30px;
}

.search-input {
    background-color: transparent;
    border-color: #000000 #000000 #BDA579;
    border-style: none none solid;
    border-width: 1px 1px 1.5px;
    display: none;
    height: 35px;
    margin-left: 20px;
    width: 200px;
}

.search-input:focus {
    color: #BDA579;
    display: none;
}

.search-input::-webkit-input-placeholder {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.search-input:-ms-input-placeholder {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.search-input::-ms-input-placeholder {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.search-input::placeholder {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: none;
}

.search-button {
    background-color: transparent;
    border: 1.5px solid #BDA579;
    color: #BDA579;
    display: none;
    font-weight: 400;
    height: 35px;
    margin-left: 20px;
    padding: 0px 10px;
}

.body-2 {
    background-color: transparent;
}

.podlaga {
    background-image: url('/data/images/Podlaga-mobihel.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0%;
    left: 0%;
    position: fixed;
    right: 0%;
    top: 0%;
    z-index: -1;
}

.search-wrapper-full {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: start;
    margin-bottom: 40px;
    min-height: 100vh;
    padding-top: 100px;
}

.search-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-top: 30px;
}

.search-input-2 {
    background-color: transparent;
    border-color: #000000 #000000 #BDA579;
    border-style: none none solid;
    border-width: 1px 1px 1.5px;
    font-family: Oswald, sans-serif;
    height: 40px;
}

.search-input-2:focus {
    color: #BDA579;
}

.search-input-2::-webkit-input-placeholder {
    color: #FFFFFF;
    font-weight: 400;
}

.search-input-2:-ms-input-placeholder {
    color: #FFFFFF;
    font-weight: 400;
}

.search-input-2::-ms-input-placeholder {
    color: #FFFFFF;
    font-weight: 400;
}

.search-input-2::placeholder {
    color: #FFFFFF;
    font-weight: 400;
}

.search-button-2 {
    background-color: transparent;
    border: 1.5px solid #BDA579;
    color: #BDA579;
    font-family: Oswald, sans-serif;
    height: 40px;
    margin-left: 20px;
    margin-top: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.link-2 {
    color: #BB9C74;
    font-family: 'Niagsol', 'sans-serif';
    font-size: 29px;
    font-weight: 400;
}

.ltext-link-seearch {
    /*color: #BDA579;*/
    color: #fff;
    font-family: 'Minion condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.paragraph {
    color: #FFFFFF;
    font-family: 'Minion condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.search-result-item {
    margin-top: 14px;
      opacity: 1 !important;
}

.iosBackground {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    .product-list {
        background-image: none;
    }

    .iosBackground {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url('/data/images/PODLAGA_PRODUKTI_ZAMAKNJEN.jpg');
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}

.productsfix2 {
    display: none;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.splide__track {
    overflow: hidden;
}

/* RESPONSIVE */
@media screen and (max-width: 1500px) {
    .container {
        /*max-width: 100vw;*/
    }

    /*.contact .section-wrapp {*/
    /*    padding: 25px 0;*/
    /*}*/
}

@media only screen and (max-width: 1200px) {
    ul.ngn-dots {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-height: 1000px) {
    h1.ime-produkta {
        font-size: 45px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 14px;
    }

    .global {
        padding-top: 80px;
    }

    .hero__wrap {
        width: auto;
    }

    .text-overlay,
    .text-overlay-visible {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
        /*}*/
        /*.text-overlay-visible {*/
        align-content: center;
        align-items: center;
        display: flex;
        padding: 15px;
    }

    .text-overlay_video {
        padding: 35px 15px;
    }

    .video-div {
        margin-top: 15px;
    }

    .brand {
        left: 70px;
        margin: 0 auto;
        right: 70px;
        width: auto;
    }

    .navigation,
    .nav-menu {
        background-color: #2C2C2C;
    }

    .navigation.opened {
        background-color: rgba(44, 44, 44, 0.7);
    }

    .d_other-products,
    .d_produkti_tehnologija {
        display: none
    }

    .splide__slide {
        min-height: 70vh;
    }

    .splide__img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .languages {
        left: 0;
        position: absolute;
        right: auto;
    }

    .languages .dropdown-list {
        left: 10px;
        right: auto;
    }

    .not-mobile {
        display: none !important;
    }

    .ngn-tabs {
        position: relative;
    }

    .product-list {
        background-position: 60% 100%;
        overflow: hidden;
    }

    .product {
        height: auto;
    }

    .product:not(:first-child) {
        padding-top: 0;
    }

    .product.next {
        display: none;
    }

    .product .product_stuff {
        height: auto;
        /*max-height: 100vh;*/
    }

    .product .d_produkti_slika {
        max-width: 100vw;
        opacity: 1;
        visibility: visible;
    }

    .productsfix2 {
        display: block !important;
        height: calc(100vh - 100px) !important;
        /*min-height: 100% !important;*/
        /*left: 5vw;*/
        left: 0;
        position: relative !important;
        right: auto;
    }

    .product .ngn-tabs,
    .product_wrapper,
    .product h1.ime-produkta {
        /*max-width: calc(100vw - 300px - 1000px);*/
        max-width: 100vw;
        padding: 0 25px;
    }

    .product_wrapper {
        /*display: inline-block;*/
        /*height: auto;*/
        max-height: none;
        /*overflow: visible;*/
    }

    .product .ngn-tabs {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    ul.ngn-dots {
        /*bottom: auto;*/
        /*display: none;*/
        /*left: 0;*/
        /*right: 0;*/
        /*top: calc(100vh - 100px - 50px);*/
    }

    ul.ngn-dots.mobile {
        /*display: block;*/
    }

    .product .d_similar_produkti {
        background-color: rgba(40, 40, 40, 0.5);
        background-image: none;
        flex-wrap: wrap;
    }

    .product .d_similar_produkti .contact-close {
        height: 30px;
        right: 20px;
        top: 20px;
        width: 30px;
    }

    .backgroundPics,
    .defects .backgroundPics {
        background-attachment: initial;
        background-position: top;
        padding: 62.5vw 20px 0;
    }

    .backgroundPics .text-main-wrapp {
        max-width: 100vw;
        padding-top: 0;
        width: 100%;
    }

    .text-overlay-visible,
    .text-overlay,
    .text-overlay_video {
        background-color: rgba(44, 44, 44, 0.7);
    }

    ul.ngn-dots {
        width: 80px;
    }

    ul.ngn-dots > li {
        padding: 10px;
    }

    ul.ngn-dots.mobile > li {
        padding: 10px;
    }

    ul.ngn-dots > li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .text-box {
        font-size: 11px;
    }

    .map {
        max-height: 60vh;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.container.is--slider {*/
    /*    padding: 0;*/
    /*}*/
    .w50,
    .footer-v2-contacts,
    .footer-v2-nav,
    .footer-v2-follow-2 {
        width: 100%;
    }

    .section.is--slider {
        margin-bottom: 50px;
        /*    max-height: 100vh;*/
    }

    .text-overlay {
        padding-top: 40px;
    }

}

.products {
    --product-image-offset: 70px;
}

.productsfix2 .ime-produkta {
    display: none;
}

@media only screen and (max-width: 991px) {

    .product-background {
        background-image: url('/data/images/PODLAGA_PRODUKTI_ZAMAKNJEN.jpg');
        background-position: 60% 100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        /*bottom: 0;*/
        height: 100vh;
        left: 0;
        position: fixed;
        right: 0;
        top: var(--product-image-offset);
        z-index: -1;
    }

    .productsfix2 {
        /*height: calc(100vh - 100px) !important;*/
        /*top: 100px;*/
    }

    .productsfix2 .produkt_image {
        height: calc(100% - 100px);
    }

    .productsfix2 .ime-produkta {
        display: block;
        font-size: 35px;
        margin-top: 25px;
    }

    .product_stuff .ime-produkta {
        display: none;
    }

    .produkt_image.second {
        background-position: 50% 65%;
    }

    html.w-mod-touch .product-background {
        background-attachment: initial !important;
    }

    .product-list {
        background: none;
    }
}

.footer-v2-nav-link{
    text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6,
.nav-link-2,
.product ul li,
.product h3,
.product h3 strong,
.product h4,
.podnaslov,
.footer-v2-heading-2,
.opis-ikone p,
.languages .text-block-6,
.languages .dropdown-list a,
.hamburger-wrapper.desktop-menu,
.menu-wrapper,
.menu-wrapper *,
.navigation .nav-menu .menu_name,
.navigation .nav-menu .w-dropdown-link,
.w-dropdown.sub > div.nav-link-2 > div,
table.substrate_preparation td,
.area-of-use .area-of-use-txt,
.area-of-use .d_produkti_tehnologije .area-of-use-txt.white,
.other-products-selector,
.d_other-products .area-of-use-txt,
.d_produkti_tehnologija .area-of-use-txt {
    font-family: Oswald, sans-serif;
}

body,
.hero__p,
.text-block,
.w-button
.nastevanje,
.text-block-2,
.input,
.product,
.product .text-produkti,
.product .d_similar_produkti .similar-product-text,
.area-of-use .txt_bel,
.text-box,
.product p,
.product .product .text-produkti p,
.product .text-produkti p,
.product li,
.product .product .text-produkti li,
.product .text-produkti li,
.product .pack_quant,
.product .pack_index,
.product .pack_quant,
#contactForm input,
#contactForm textarea,
.rich-text-block {
    font-family: 'Minion condensed', Sans-Serif;
}

h1,
.podnaslov,
.naslov-poglavja-2,
.naslov-poglavja-small,
.area-of-use .naslov-poglavja-1 {
    /* *
    font-family: 'Vincente', 'sans-serif';
    /* */
    /* */
    font-family: Niagsol, sans-serif;
    /* */
}

/*
.naslov-poglavja-2 {
    font-size: 70px;
    line-height: 0.86em;
}

.naslov-poglavja-small {
            font-size: 56px;
    }

.splide__slide .podnaslov {
    font-size: 2em;
}
 */

.ime-produkta {
    font-family: 'Haettenschweiler', Sans-Serif;
    font-weight: 400;
    letter-spacing: 0;
}

h1, .podnaslov, .area-of-use .naslov-poglavja-1 {
    font-weight: 400;
}

.rich-text-block {
    font-size: 0.8rem;
    line-height: 1.1;
}

.w-nav-overlay .nav-link-2.w-nav-link,
.menu-wrapper .nav-link-2.w-nav-link,
.menu-wrapper .nav-link-2 .menu_name {
    text-transform: uppercase;
}

.hamburger-wrapper.desktop-menu {
    font-weight: normal;
    height: auto;
    padding: 20px 0;
    vertical-align: middle;
    width: auto;
}

.hamburger-wrapper.desktop-menu > span {
    display: block;
}

.hamburger-wrapper.desktop-menu.opened {
    height: 19px;
    padding: 0;
    width: 30px;
}

.hamburger-wrapper.desktop-menu.opened > span {
    display: none;
}

.hamburger-wrapper.desktop-menu > div {
    display: none;
}

.hamburger-wrapper.desktop-menu.opened > div {
    display: block;
}

.legal-body .rich-text-block {
    font-size: 1rem !important;
}

.legal-body {
    margin: 30px auto 80px;
    max-width: 90vw;
    width: 800px;
}

.legal-body a {
    color: #BDA579;
}

.text-overlay_video {
    left: 0.52em;
    right: 0.52em;
}

.splide__slide .podnaslov {
    margin-left: 10px;
    margin-right: 10px;
}


@media only screen and (max-width: 991px) {

    .text-overlay-visible > .tetx-wrapp {
        width: 100%;
    }

    .legal-body h1 {
        font-size: 4rem;
    }

    .legal-body {
        margin: 15px auto 40px;
        padding-top: 0;
    }
}

.splide__slide .text-overlay-visible {
    align-content: center;
}

/*
.navigation.opened {background-color: rgba(44, 44, 44, 0.7);}
body:not(.products) .navigation {background-color: #2C2C2C;}
.navigation.opened {background-color: #212127;}
*/

.brand {
    margin-top: 0;
}

.menu-wrapper > .brand.w-nav-brand {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
}

.menu-wrapper > .brand.w-nav-brand.w--current {
    background-image: url('/data/images/Logo-mobihel_new.svg');
    width: 280px
}

@media only screen and (max-width: 991px) {
    .menu-wrapper > .brand.w-nav-brand.w--current {
        background-image: url('/data/images/Logo-mobihel_new.svg');
        width: auto;
    }


    .menu-wrapper > .brand.w-nav-brand {
        left: 100px;
        right: 100px;
    }

    .search-wraper {
        height: 95px;
        left: auto;
        max-width: calc(100vw - 60px);
        padding: 30px 0;
        position: absolute;
        right: 30px;
    }

    .search-wraper.show {
        background: rgba(44, 44, 44, 1);
        left: 10px;
        z-index: 5;
    }

    .search-input {
        max-width: 40vw;
    }
}

.navigation {
    background-color: rgba(44, 44, 44, .9);
    height: 95px;
    padding-bottom: 15px;
    padding-top: 15px;
}

@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(20px))) {
    .navigation {
        background-color: rgba(44, 44, 44, .6);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

.scroll-down {
    bottom: 0;
    display: none;
    height: 50px;
    margin: auto;
    /*pointer-events: none;*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 5;
}

@media only screen and (min-width: 991px) {
    .scroll-down {
        display: block;
    }
}

.products:not(.family) .scroll-down {
    display: none;
}

html {
    --icon-scroll-height: 55px;
}

.icon-scroll {
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    height: var(--icon-scroll-height);
    position: relative;
    width: 35px;
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    45% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    33% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}
*/

.scroll-dot {
    /*!*-webkit-animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;*!*/
    /*!*animation: slide-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;*!*/
    /*-webkit-animation: slide-bottom 2.5s ease-in-out infinite both;*/
    /*animation: slide-bottom 2.5s ease-in-out infinite both;*/

    background-color: #FFFFFF;
    border-radius: 50%;
    bottom: auto;
    height: 8px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 10px;
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    width: 8px;

    /*-webkit-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);*/
    /*-moz-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);*/
    /*-ms-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);*/
    /*transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);*/
    /*opacity:0;*/
}

.text-overlay_video {
    background-image: url(/data/images/samo-Podlaga-mobihel.jpg);
    background-size: cover;
}

.opis-ikone.usage_type {
    min-height: 0;
}

.colour_competence .rich-text-block {
    font-size: 16px;
}


.opis-ikone p,
.product ul li,
.product .text-produkti {
    font-size: 15px !important;
}


.product_wrapper::-webkit-scrollbar {
    width: 5px;
}

.product_wrapper::-webkit-scrollbar-thumb {
    background: #9A9A9A;
}

.product {
    overflow: hidden;
}

.products.family .section-wrapp.last,
.product.next:last-child {
    display: none;
    height: 0;
    padding: 0;
}

.competence-image {
    display: none;
}

.competence-image img {
    margin-left: -40%;
    max-width: 140%;
    text-align: right;
}

@media screen and (max-width: 1100px) {
    .podnaslov {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .colour_competence .backgroundPics {
        background-image: none !important;
    }

    .backgroundPics, .defects .backgroundPics {
        margin: 0;
        padding: 20px;
    }

    .backgroundPics .text-main-wrapp {
        padding: 10px 0;
    }

    .competence-image {
        display: block;
    }

    .naslov-poglavja-small {
        font-size: 3.5rem;
    }

    .w-nav-overlay * {
        font-size: 1rem !important;
    }

    .contact-form-wrapper .txt_bel {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer-special .footer-bottom-v2-2 {
    padding-top: 0;
}

.products.family .section-wrapp.last,
.product.next:last-child {
    display: block;
    min-height: calc(100vh * 0.3);
}

#error #footer.footer-special,
.products #footer.footer-special,
.products #footer.footer-special {
    background: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

a.colored {
    color: #BDA579;
}

#error .scroll-down {
    display: none !important;
}

#error .section-wrapp {
    height: 100vh;
}

#error .text-main-wrapp {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.w-button.empty {
    background-color: transparent;
}

.w-button.empty:hover {
    background-color: #BDA579;
}

.products.family .section-wrapp {
    padding-top: 0 !important;
}

.products.family .section-wrapp.last {
    background: none;
}

.products.family .section-wrapp > img {
    /*visibility: hidden;*/
    /*bottom: 0;*/
    /*height: auto;*/
    /*max-height: 100vh;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    bottom: 0;
    height: auto;
    max-height: calc(100vh - 100px);
    position: absolute;
    right: 15vw;
    top: 100px;
}

.products.family .section-wrapp {
    background-image: url('/data/images/Base-za-produkte.jpeg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
}

/* bugfix *

.products.family .section-wrapp {
    background-image: url('/data/images/Base-za-produkte.jpeg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
}

.products.family .section-wrapp > img {
    bottom: 5%;
    height: auto;
    max-height: calc((100vh - 100px) * 0.75);
    position: absolute;
    right: 20vw;
    top: auto;
}

.produkt_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    height: 100%;
    max-height: 100vh;
    width: 100%;
}

/* bugfix */
.d_produkti_slika {
    right: 17vw;
}

.products.family .w-dropdown-list:hover,
.products.family .dropdown-toggle:hover + .w-dropdown-list {
    display: block;
}

.product .ngn-tabs {
    min-width: 450px;
}

@media only screen and (orientation: portrait) {
    .products.family .section-wrapp > img {
        height: 50vh;
        margin: auto;
    }
}

.products.family {
    overflow-x: hidden;
}

.index .section-wrapp.odmik {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .section-wrapp.odmik {
        margin-top: 0;
        padding-top: 0;
    }

    .section.is--slider {
        margin-bottom: 0;
    }

    .section-wrapp.odmik .text-main-wrapp {
        margin: 0;
        max-width: 100vw;
        padding: 40px 20px;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    .product .ngn-tabs {
        min-width: 0;
    }

    .naslov-poglavja-small {
        width: auto;
    }

    .podlagadropdown {
        background-color: rgba(44, 44, 44, 0.8);
    }

    .products.family .section-wrapp {
        background-position: 60% 100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: calc(100vh - 120px);
    }

    .products.family .section-wrapp > img {
        max-height: none;
        max-width: 100vw;
        top: auto;
    }

    .text-main-wrapp {
        max-width: 100%;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .section-wrapp.first {
        margin-top: 120px;
    }
}

@media screen and (max-width: 991px) {
    .search-wrapper-full .w-container {
        margin: 0 20px;
    }

    .search-wrapper-full h1 {
        font-size: 2rem;
    }

    .search-result-item {
        opacity: 1 !important;
    }
}

.splide .w-button {
    background-color: transparent;
    /*color: #fff;*/
}

.splide .w-button:hover {
        background-color: #BDA579;
    color: #fff;
}