html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

* {
    box-sizing: border-box !important;
}

a.vrh--strane {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    background: #ffcb79;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.page--wrapper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.page--wrapper.intro {
    display: flex;
}

hr.dark {
    position: relative;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 15px auto 25px;
    border: none;
    overflow: visible;
}

hr.dark::before, hr.dark::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    margin: 0 10px;
}

hr.dark::before {
    left: -25px;
}

hr.dark::after {
    right: -25px;
}

hr.lite {
    position: relative;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    margin: 15px auto 25px;
    border: none;
    overflow: visible;
}

hr.lite::before, hr.lite::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    margin: 0 10px;
}

hr.lite::before {
    left: -25px;
}

hr.lite::after {
    right: -25px;
}

.white--text {
    color: #fff;
}

.primary--text {
    color: #FF9000;
}

a.button--light {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s ease-out;
    text-decoration: none;
}

a.button--light:hover {
    border-color: #444;
    color: #444;
}

/* MOBILE MENU */

.uk-accordion-title::before {
    display: none;
}

.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar a {
    color: rgba(255, 255, 255, 0.5);
}

#skriveniMobMeni .uk-accordion-content p {
    line-height: 0.8;
}

#skriveniMobMeni *.uk-active {
    color: #fff !important;
}

.uk-accordion-title {
    font-size: 1.5rem;
    padding: 5px 0;
}

/* INTRO PAGE */

.cont--left, 
.cont--right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    background-color: #eee;
}

.cont--left > img, 
.cont--right > img {
    width: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cont--left:hover, 
.cont--right:hover {
    background-color: #444;
    flex: 1 1 52%;
}

.cont--left:hover > img, 
.cont--right:hover > img {
    -webkit-filter: none;
    filter: none;
}

.cont--left .lang, 
.cont--right .lang {
    display: block;
    margin: 0 auto;
}

/* .lang--single {
    margin: 0 auto;
    text-align: center;
} */

.lang--single > a > img {
    margin: 0 15px;
}

.lang--single img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-out;
}

.lang--single:hover img {
    -webkit-filter: none;
    filter: none;
}

/* MAIN NAVIGATION */

nav.white {
    background-color: #fff !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* a.stiletto--logo {
    background: url(/assets/img/logo.png) no-repeat scroll left top transparent;
    background-image: url(/assets/img/logo.png);
    height: 64px;
    width: 201px;
    margin-left: 30px;
} */

a.stiletto--logo img {
    height: 84px;
    max-width: 201px;
    margin-left: 30px;
}

/* MAIN PAGE */

ul.front--slider * {
    font-weight: 300;
}

.slider--full--w img {
    margin: 0;
    margin-right: 3px;
    height: 350px;
}

.dark--bkgd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.p--30 {
    padding: 30px;
}

.section--dark {
    background-color: #444;
    color: #fff;
}

.section--dark .section--title, 
.section--primary .section--title, 
.section--dark .section--subtitle, 
.section--primary .section--subtitle {
    color: #fff;
    text-align: center;
}

.section--primary {
    /* background-color: #33aa99; */
    background-color: #FF9000;
    color: #fff;
}

.section--secondary {
    /* background-color: #33aa99; */
    background-color: #ffd59e;
    color: #fff;
}

.section--secondary .section--title, 
.section--secondary .section--subtitle {
    text-align: center;
}

.section--white .section--title, 
.section--white .section--subtitle {
    text-align: center;
}

.uk-card .uk-card-media-top {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.uk-card .uk-card-media-top img {
    object-position: 50% 50% !important;
    width: 100%;
}

.vignette--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.75) 100%) no-repeat 50% 50% / 100% 100%;
    opacity: 0.7;
}

.shadow--text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.uk-card-default {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}


/* SINGLE CATEGORY PAGE */

.page--header {
    position: relative;
    overflow: hidden;
    height: 400px;
    background-size: cover;
}

.page--header.ploce {
    background-image: url(/assets/img/background/adult-black-and-white-coffee-1893493.jpg);
    background-position: 50% 60%;
}

.page--header.klub {
    background-image: url(/assets/img/front/WoodenStumpTable1.jpg);
    background-position: 50% 30%;
}

.page--header.vinarije {
    background-image: url(/assets/img/vinarije/vinarije-top.jpg);
    background-position: 50% 60%;
}

.page--header.mapa {
    background-image: url(/assets/img/mapa.jpg);
    background-position: 50% 60%;
}

.page--header--title {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.page--header--title h1 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 25px;
}

.cat--card {
    display: block;
    position: relative;
    top: 0;
    height: 250px;
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.3);
    transition: all .2s ease-out;
}

.cat--card:hover {
    top: -5px;
    box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.3);
}

.dark--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.3) 100%) no-repeat 50% 50% / 100% 100%;
    /* opacity: 0.5; */
}

.cat--card > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cat--card .cat--info {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-out;
}

.cat--card .cat--info h3, 
.cat--card .cat--info p {
    color: #fff;
}

.cat--card .cat--info .cat--info--desc {
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all .2s ease-out;
}

.cat--card:hover .cat--info {
    background-color: #FF9000;
}

.cat--card:hover .cat--info .cat--info--desc {
    top: 0px;
    opacity: 1;
    transition: all .2s ease-out .2s;
}

/* Stretch card */

.uk-card.stretch {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.uk-card-body.grow {
    flex-grow: 1;
}

.section--image {
    position: relative;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/assets/img/background/coffee-table.jpg);
}

#frontMatTech {
    background: url(/assets/img/background/cut-log-logs-761535.jpg);
}

#tableTops {
    background: url(/assets/img/background/coffee-table.jpg);
}

#armChairs {
    background: url(/assets/img/armchairs/fotelje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#mapa {
    background: url(/assets/img/mapa.jpg);
    background-position: 50% 50%;
    height: 400px;
    background-attachment: initial !important;
}


/* PRODUCT PAGE */

.product--info {
    display: flex;
    padding: 0;
}

.product--title {
    margin: 0;
    padding: 0;
}

.product--details, 
.product--img {
    flex: 0 0 50%;
    padding-bottom: 5%;
}

.product--details {
    padding-left: 5%;
    padding-top: 2%;
}

.product--img {
    padding-top: 5%;
    background: linear-gradient(110deg, #FFFFFF 0%, #FFFFFF 50%, #FF9000 50%, #FF9000 100%) no-repeat 50% 50% / 100% 100%;
}

.product--img--cont,
.product--img--cont > ul.uk-slideshow-items {
    height: 550px;
    width: 550px;
    margin: 0 auto;
}

.product--img img {
    height: 550px;
    width: 550px;
}

.product--details .section--title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    position: relative;
    left: -10px;
    /* font-size: 48px; */
    /* color: #6ab04c; */
}

.material--single {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.3), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}

.material--desc {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    background: #FF9000;
    color: #fff;
    font-size: .8em;
    border-radius: 3px;
}

.product--material img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product--dimension > ul {
    list-style: none;
}

.prod--extra {
    text-align: center;
}

.prod--extra i {
    font-size: 48px;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 60px;
}

.prod--extra h3 {
    color: #fff;
    padding-top: 0;
    margin-top: 20px;
}

table.table--code {
    font-size: 14px;
}

table.table--code th, 
table.table--code td {
    padding: 10px 5px;
    text-align: center;
}

/* table.table--code td {
    text-align: right;
} */


/* REFERENCE */

.ref--list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}

.ref--list--item {
    box-sizing: border-box;
    position: relative;
    flex-basis: 33.33%;
    height: 50vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ref--list--item > a {
    width: 100%;
    height: 100%;
}

.ref--list--item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border: 2px solid black;
}

.ref--list--item .ref--overlay {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

/* KONTAKT */

.kontakt--single i {
    font-size: 40px;
}


/* FOOTER */
.footer-info, 
.footer-copyright {
    height: auto;
    line-height: 60px;
    font-size: 14px;
    background: #444;
    color: #fff;
    overflow: hidden;
}

.footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #646464;
}

.footer-info p {
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
}

.footer-info h3, 
.footer-info p, 
.footer-info a {
    color: #fff;
}

.footer-info a:hover {
    color: #FF9000;
}

.footer-info img {
    max-width: 150px;
}

a.footer--link {
    color: #FF9000;
}


@media only screen and (max-width: 960px) {

    .page--wrapper.intro {
        display: flex;
        flex-direction: column;
    }

    .cont--left > img, 
    .cont--right > img {
        width: 250px;
    }

    .product--info {
        flex-direction: column;
    }

    .product--img {
        order: -1;
        padding-bottom: 50px;
        background: linear-gradient(110deg, #FFFFFF 0%, #FFFFFF 50%, #FF9000 50%, #FF9000 100%) no-repeat 50% 50% / 100% 100%;
    }

    .product--img--cont,
    .product--img--cont > ul.uk-slideshow-items {
        height: 350px;
        width: 350px;
        margin: 0 auto;
    }

    .product--img img {
        height: 350px;
        width: 350px;
    }

    .ref--list--item {
        flex-basis: 100%;
        height: auto;
        max-height: 99vh;
    }
}