body, 
html {
    /* margin: 0; */
    padding: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    color: #282f38;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

:root {
    --primary-color: #282f38;
    --dark-grey: #34332f;
    --light-grey: #47443d;
    --white-color: #eeeeee;
    --red-color: #f1313f;
    --darkred-color: #ae2126;
    --blue-color: #008cc0;
}

a.vrh--strane {
    position: fixed;
    bottom: 0;
    right: 35px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

a.vrh--strane i {
    font-size: 24px;
    padding-top: 10px;
}

.white--text {
    color: var(--white-color);
}

.uk-button-default.white {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

h1, 
h2, 
h3 {
    color: var(--primary-color);
}

.uk-divider-icon {
    background-image: url(/assets/img/hr.png);
    height: 35px;
}

.uk-divider-icon.lite {
    background-image: url(/assets/img/hr-lite.png);
}

.uk-divider-icon::before, 
.uk-divider-icon::after {
    display: none;
}

h1.hero--title {
    color: var(--white-color);
    /* font-size: 8em; */
    font-weight: 300;
    text-transform: uppercase;
}

p.hero--subtitle {
    color: var(--white-color);
    /* font-size: 2.5em; */
    font-weight: 300;
}

.shaded--text {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.blue--section {
    background-color: var(--primary-color);
}

.blue--section h2, 
.blue--section p {
    color: var(--white-color);
}

.lightblue--section {
    background-color: var(--blue-color);
}

.lightblue--section h2, 
.lightblue--section p {
    color: var(--white-color);
}

.half--image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.padding--60 {
    padding: 60px !important;
}

.section--flex--even {
    display: flex;
    flex-wrap: nowrap;
}

.section--flex--even > div {
    flex-basis: 50%;
    width: 50%;
}

.page--wrapper {
    width: 100%;
    height: 100%;
}

/***************/
/* MOBILE MENU */
/***************/

.uk-accordion-title {
    font-size: 1.5rem;
}

.uk-accordion-title::before {
    display: none;
}

.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar a:hover {
    text-decoration: none;
}

#skriveniMobMeni .uk-accordion-content p {
    line-height: 0.8;
}

#skriveniMobMeni *.uk-active {
    color: #fff !important;
}

/***************/
/* GLAVNI MENI */
/***************/

nav, 
nav li, 
nav li a, 
nav .uk-navbar-nav > li > a {
    color: var(--white-color);
}

nav.dark, 
nav.dark li, 
nav.dark li a, 
nav.dark .uk-navbar-nav > li > a {
    color: var(--primary-color);
}

.uk-navbar-nav > li.uk-active > a, 
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a.uk-open, 
.uk-navbar-nav > li > a:focus {
    color: #fff;
}

nav.dark .uk-navbar-nav > li.uk-active > a, 
nav.dark .uk-navbar-nav > li:hover > a, 
nav.dark .uk-navbar-nav > li > a.uk-open, 
nav.dark .uk-navbar-nav > li > a:focus {
    color: #000;
}

nav .uk-logo {
    font-family: inherit;
    color: #fff;
}



nav.dark .uk-logo {
    font-family: inherit;
    color: var(--primary-color);
}

nav .uk-logo:focus, .uk-logo:hover {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

nav.dark .uk-logo:focus, .uk-logo:hover {
    color: #000;
    outline: 0;
    text-decoration: none;
}

nav.white {
    background-color: #fff !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

nav.white, 
nav.white li, 
nav.white li a, 
nav.white .uk-navbar-nav > li > a {
    color: var(--light-grey);
}

nav.white .uk-navbar-nav > li.uk-active > a, 
nav.white .uk-navbar-nav > li:hover > a, 
nav.white .uk-navbar-nav > li > a.uk-open, 
nav.white .uk-navbar-nav > li > a:focus {
    color: var(--primary-color);
}

nav.white .uk-logo {
    color: var(--primary-color);
}

/********************/
/* POČETNA STRANICA */
/********************/

#logoMagija {
    padding: 20px;
}

#logoMagija img {
    height: 80px;
}

.section--home--slider {
    position: relative;
    width: 100vw;
    height: calc(100vh - 120px);
    /* background-color: var(--primary-color); */
    overflow: hidden;
}

.home--slider, 
.home--slider > ul, 
.home--slider > ul > li {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.home--slider ul.uk-slideshow-items {
    min-height: 300px !important;
}

.home--slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    /* filter: grayscale(50%) contrast(100%); */
    /* filter: contrast(100%); */
    z-index: 1;
}

.slider--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 2;
}

.darken--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 2;
    opacity: .5;
}

.slider--text {
    z-index: 3;
    margin-left: 10%;
    margin-right: 10%;
}

/* Sekcija Industrijska prerada voća */

.fruit--container {
    background: linear-gradient(#FFFFFF 0%, #FFFFFF 50%, #008CC0 50%, #008CC0 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card {
    position: relative;
    height: 400px;
    color: var(--white-color);
    padding: 15px;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.4);
}

.fruit--card > img {
    position: relative;
    margin-top: -40px;
    height: 150px;
    width: auto;
    object-fit: scale-down;
    transition: all .2s ease-out;
}

.fruit--card:hover > img {
    height: 120px;
    margin-top: -30px;
}

.fruit--card h2 {
    color: var(--white-color);
}

.fruit--card.malina {
    background-color: var(--red-color);
    background: radial-gradient(50% 50% at 50% 50%, #FE5E7A 0%, #F1313F 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.kupina {
    background-color: var(--primary-color);
    background: radial-gradient(50% 50% at 50% 50%, #4D5A6C 0%, #282F38 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.visnja {
    background-color: var(--darkred-color);
    background: radial-gradient(50% 50% at 50% 50%, #FA4049 0%, #AE2126 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.jagoda {
    background-color: #188D90;
    background: radial-gradient(50% 50% at 50% 50%, #20B2B6 0%, #188D90 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.kajsija {
    background-color: #fe801e;
    background: radial-gradient(50% 50% at 50% 50%, #ffa660 0%, #fe801e 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.sljiva {
    background-color: #912545;
    background: radial-gradient(50% 50% at 50% 50%, #b24767 0%, #912545 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.dunja {
    background-color: #912545;
    background: radial-gradient(50% 50% at 50% 50%, #ffe74d 0%, #ffdd00 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.jabuka {
    background-color: #912545;
    background: radial-gradient(50% 50% at 50% 50%, #497c4c 0%, #306b34 100%) no-repeat 50% 50% / 100% 100%;
}

.fruit--card.borovnica {
    background-color: #912545;
    background: radial-gradient(50% 50% at 50% 50%, #5984aa 0%, #487092 100%) no-repeat 50% 50% / 100% 100%;
}


/* Sekcija Ručno sečenje voća */


/* Sekcija Sušeno voće */
.section--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    /* filter: opacity(10%); */
    /* z-index: 2; */
}

/* Sekcija Tehnologija */
.tehnologija--single {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.tehnologija--single > i {
    font-size: 60px;
}

.tehnologija--single > img {
    height: auto;
    width: 120px;
    margin: 0 auto;
}

/* Sekcija Kapaciteti */

.counter h3, 
.counter p {
    margin: 0;
}

.counter .number {
    font-size: 5em;
}

/**********************/
/* STRANICA PROIZVODA */
/**********************/

.page--header {
    position: relative;
    overflow: hidden;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.page--header.pekmezi {
    background-image: url(/assets/img/slider/pekmezi_flajer_big.jpg);
    background-position: 50% 35%;
}

.page--header.zamrznuto--voce {
    background-image: url(/assets/img/frozen-fruit.jpg);
    background-position: 50% 55%;
}

.page--header.suseno--voce {
    background-image: url(/assets/img/dried-cherries.jpg);
    background-position: 50% 35%;
}

.page--header.seceno--voce {
    background-image: url(/assets/img/sljiva_secena.jpg);
    background-position: 50% 35%;
}

.page--header.tehnologija {
    background-image: url(/assets/img/prerada-voca.jpg);
    background-position: 50% 15%;
}

.page--header.o-kompaniji {
    background-image: url(/assets/img/mapa.jpg);
    background-position: 50% 15%;
}

.page--header.kontakt {
    background-image: url(/assets/img/berries.jpg);
    background-position: 50% 50%;
}

.page--header.page--gallery {
    background-image: url(/assets/img/blackberries.jpg);
    background-position: 50% 50%;
}

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

.img--sec--inner {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    padding: 2rem;
    background-color: #fff;
}

img.img--sm {
    height: 100px;
}

/*********************/
/* STRANICA GALERIJA */
/*********************/

.galerija img {
    height: 275px;
    margin: 0;
    padding: 0;
}

/********************/
/* POZADINSKE SLIKE */
/********************/

#susenoVoce {
    background-image: url(/assets/img/kandirano-voce/kandirano-voce-2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#proizvodiSecenoVoce {
    background-image: url(/assets/img/cut-peaches.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#proizvodiPekmezi {
    background-image: url(/assets/img/pekmezi_bkgd.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#proizvodiSusenoVoce {
    background-image: url(/assets/img/dried-fruit.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#proizvodiZamrznutoVoce {
    background-image: url(/assets/img/berry-fruits.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

/* STRANICA TEHNOLOGIJA */

img.img--350 {
    height: 350px;
    width: auto;
}

/**********/
/* FOOTER */
/**********/

.footer--main div {
    text-align: center;
}

.footer--main h3 {
    font-weight: bold;
    color: var(--white-color);
}

.footer--main p {
    margin: 0;
    line-height: 2em;
    font-weight: 300;
}

.footer--main a {
    color: var(--white-color);
    text-decoration: none;
}

.footer--main i {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 10px;
}

.footer--main .social i {
    font-size: 36px;
    margin-right: 20px;
}

.footer--copyright {
    background-color: var(--primary-color);
    height: auto;
    line-height: 60px;
    font-size: 14px;
    font-weight: 300;
    color: var(--white-color);
    overflow: hidden;
}

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

    .section--flex--even > div {
        flex-basis: 100%;
        width: 100%;
    }

}
