html, body {
    background-color: #fff;
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
    font-size: 0.9rem;
}

img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    color: #2e6da4 !important;
}
h1,h2,h3 {
    font-family: 'Playfair Display', serif !important;
    color: #2e6da4 !important;
}
.sadrzaj h1 strong {
    color: #2e6da4 !important;
}
.main_img {
    padding: 1px;
    border: 1px solid #dedede;
    margin-top: -75px;
}

.naslov  {
    position: absolute;
    top: 22%;
    font-size: 70px !important;
    color: #fff !important;
    left: 10%;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: 900 !important;
}
.naslov span {
    font-size: 20px;
    display: block;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}
.ns {
    position: absolute;
    z-index: 99;
    top: 40%;
    font-size: 9px;
    color: #2e6da4;
    right: 20%;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 25px;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.part {
    flex: 1;
    padding: 15px;
    position: relative;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
}
.top-korpa {
    position: absolute;
    right: 17%;
    top: 35px;
    z-index: 9;
}
.top-left {
    position: fixed;
    left: 20px;
    top: 35px;
    z-index: 99;
    background: #fff;
    border: 1px solid #2e6da4;
    border-radius: 15px;
}
.top-left:hover {
    transition: 200ms all linear;
    background:#2e6da4;
}
.top-left a:hover {
    color: #fff !important;
}
.top-left > a {
    font-weight: 700 !important;
    font-size: 12px !important;
    z-index: 99;
}
.top-center {
    padding: 4px;
    top: 10px;
    z-index: 99;
}
.top-center::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 20px;
    width: 1px;
    background: #8c8c8c;
}
.content {
    text-align: center;
}
.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 15px;
    font-size: .7rem;
    font-weight: 400;
    text-decoration: none;
}
.navi {
    position: absolute;
    top: 30%;
    font-size: 10px;
    z-index: 9999;
    right: 20px;
    text-align: left;
    font-weight: 700;
    padding: 20px;
    background: #fff;
}
.navi a,
.social a {
    margin: 10px 0;
    display: block;
    letter-spacing: 1px;
}
.youtube {
    color: #da221e !important;
}
.social {
    position: absolute;
    top: 35%;
    font-size: 19px;
    z-index: 8;
    left: 0;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}
.top-korpa a {
    font-size: 14px;
}
.sekcije {
    font-size: 10px;
}

.uvod span,
.uzgoj span,
.pakovanje h2 span,
.poruci h2 span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #a0a0a0;
}

.uvod h2,
.uzgoj h2,
.radi h2,
.poruci h2,
.pakovanje h2 {
    position: relative;
    font-weight: 700;
}

.uvod h2::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 1px;
    background: #000000;
    top: 50%;
    left: -20%;
}
.uzgoj h2::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 65%;
    background: #000000;
    top: -90%;
    left: 45%;
}

.radi h2::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35%;
    background: #000000;
    top: -40%;
    left: 45%;
}
.poruci h2::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #000000;
    bottom: -150%;
    left: 50%;
}
.ponuda h2::before {
    width: 0;
}
.pakovanje h2::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #000000;
    top: -120%;
    left: 50%;
}
.part p {
    font-size: 12px;
}

.part a {
    font-size: 12px;
}
.part h3 a {
    font-size: 28px !important;
}
.dodaj {
     display: flex;
}
.dodaj .deo {
    flex: 1;
}

.slika {
    flex: 2;
}
button {
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav a {
    padding: 8px ;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.sidenav a:hover {
    color: #f1f1f1 !important;
    text-decoration: none;
}
.okolo a:hover {
    color: #f1f1f1 !important;
    transition: 200ms all linear;
    background: rgba(207, 207, 207, 0.09);
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.okolo {
    text-align: center;
}
.radimo,
.proizvodi_strana {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.radimo .sl {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 1px;
}
.radimo .sl:hover img {
    transition: 400ms all linear;
    transform: rotate(1deg) scale(1.1);
    cursor: auto;
}
.sl a {
    font-size: 12px;
}
.sirina {
    width: 33%;
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    box-shadow: 0 0 3px #cfcfcf;
}
.sirina h2 {
    font-size: 1.5rem;
}
.sirina p {
    font-size: 12px;
}
.sirina:nth-child(2n+0) {
    border: 7px solid rgba(207, 207, 207, 0.58);
    box-shadow: 0 0 3px #cfcfcf;
}
.sirina:hover {
    transition: 200ms all linear;
    box-shadow: 0 0 4px #9c9c9c;
}
.radi {
    position: relative;
}

.radi h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    /*text-transform: uppercase;*/
}

.radi p {
    position: absolute;
    top: -9%;
    font-size: 200px;
    color: #f3f3f3;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    z-index: -1;
}

.proizvod {
    margin-bottom: 10px;
    box-shadow: 0 0 3px #cfcfcf;
}
.proizvodi {
    text-align: center;
}
.proizvod:hover,
.proizvodi:hover {
    box-shadow: 0 0 4px #8a8a8a;
    transition: 300ms all linear;
}
.proizvod:hover img {
    transition: 400ms all linear;
    transform: scale(1.01);
}
.proizvod:nth-child(2n+0) {
    border: 7px solid rgba(207, 207, 207, 0.58);
    box-shadow: 0 0 3px #cfcfcf;
}

a {
    color: #2e6da4 !important;
}
button {
    border: none;
    background: none;
    color: #2e6da4 !important;
}
.detaljnije {
    padding: 4px 6px;
    /*border: 1px solid #2e6da4;*/
    /*border-radius: 20px;*/
    font-size: 10px !important;
    /*letter-spacing: 1px;*/
    font-weight: 700;
}

.detaljnije:hover {
    transition: 100ms all linear;
    background: #2e6da4;
    color: #fff !important;
    text-decoration: none;
}
.detaljnije:hover i {
    transition: 100ms all linear;
    transform: translate(3px, 0);
}
.poruci button,
.poruci-korpa button {
    background: #2e6da4;
    color: #fff !important;
    opacity: .8;
}
.poruci button:hover,
.poruci-korpa button:hover {
    transition: 300ms all linear;
    opacity: 1;
}
.poruci-korpa {
    justify-content: normal;
    align-items: normal;
}
.poruci-korpa-ukp {
    background: #cfcfcf;
}
.komplet {
    background: #2e6da4;
    color: #fff !important;
}
a.komplet:hover {
    transition: 200ms all linear;
    background: #fff;
    color: #2e6da4 !important;
    border: 1px solid #2e6da4;
}
.kontakt span a {
    font-size: 24px;
    font-weight: 700;
}
.kontakti {
    position: relative;
}
.fa-viber {
    font-size: 20px;
    color: #9561e2;
}
.fa-whatsapp {
    font-size: 20px;
    color: #2ca02c;
}
.kontaktirati {
    position: absolute;
    padding: 20px;
    top: 0;
    right: -10%;
    text-align: right;
    border-right: 1px solid #2e6da4;
}
.okolo_kontakt {
    display: flex;
}
.okolo_kontakt .forma {
    flex: 3;
}
label {
    font-size: 10px;
    font-weight: 700;
    color: #2e6da4 !important;
    letter-spacing: 1px;
}
.pitanje a {
    padding: 5px 10px;
    background: #2e6da4;
    color: #fff !important;
    font-weight: 700;
}
footer .container {
    border-top: 5px solid #2e6da4;
    text-align: center;
    font-size: 11px;
}
footer a {
    font-weight: 700;
    letter-spacing: 1px;
}
footer .content {
    font-size: 12px;
}
footer {
    background: url("/img/footer.jpg") no-repeat top;
    background-size: cover;
}
footer p:last-child {
    margin-bottom: 0;
}
.okolo-tel {
    display: flex;
}
.okolo-tel .content {
    flex: 1;
}
.desno {
    text-align: right;
}
.levo {
    text-align: left;
}
.levo a {
    border-bottom: 1px solid rgba(33, 33, 33, 0.43);
    text-transform: uppercase;
    font-size: 10px;
}
th {
    font-size: 11px;
    letter-spacing: 1px;
}
.prazna_korpa p {
    font-size: 30px;
}
.like {
    background: rgba(207, 207, 207, 0.42);
    border: 1px solid rgba(46, 109, 164, 0.24);
}
.like:hover {
    transition: 200ms all linear;
    background: rgba(207, 207, 207, 0.65);
}
.uspesno {
    color: #096914 !important;
    font-size: 25px;
    font-weight: 700 !important;
}
.uspesno strong {
    font-size: 35px;
    color: #096914 !important;
}
.thead-green {
    background: rgba(44, 160, 44, 0.39);
    color: #096914;
}
.usp td {
    color: #333;
}
.poruceniProzvod {
    font-size: 17px;
}
.cena {
    color: #95221e;
    font-weight: 700;
}
.ukp {
    background: rgba(31, 111, 178, 0.49);
    padding: 15px 15px 8px 15px;
}
.help {
    font-weight: 700;
}
.modal-content {
    width: 70% !important;
    padding: 20px;
}
.kakouzgajati {
    position: absolute;
    top: 18%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.broj {
    position: absolute;
    top: 0;
    font-size: 200px !important;
    font-weight: 700;
    color: #f0f0f0;
    z-index: -1;
    left: 0;
}
.uzgajanje {
    font-family: 'Nunito', sans-serif;
}
.uzgajanje .part:nth-child(2n+0) {
    background: rgba(207, 207, 207, 0.25);
}
.uzgajanje h2 {
    font-weight: 700;
    font-size: 19px;
}
.modal-content p {
    font-size: 20px !important;
    text-align: center !important;
    font-weight: 700 !important;
    padding: 8px !important;
    color: #2e6da4 !important;
}
h2 .podizanje,
h1 .podizanje {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a0a0a0;
    margin-top: 5px;
}
h1.pro strong {
    color: #2e6da4 !important;
}
.admin_table_porucivanje td {
    font-size: 10px;
}
.admin_table_porucivanje th {
    letter-spacing: 0;
    font-size: 10px;
}
.single h1 a {
    font-size: 2.25rem !important;
}
.komentari li {
    padding: 5px;
    background: rgba(46, 109, 164, 0.11);
}
.kolicina {
    border: 1px solid #2e6da4;
    background: none;
    color: #2e6da4;
    cursor: pointer;
    font-weight: 700;
}
.kolicina_br {
    background: none;
    border: none;
    text-align: center;
}
.thead-blue {
    background: rgba(46, 109, 164, 0.51);
}
.thead-blue th {
    color: #fff !important;
}
.no-comment {
    font-size: 11px;
}
.povratak a {
    border: 1px solid #2e6da4;
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
}
.povratak a:hover {
    transition: 200ms all linear;
    background: #2e6da4;
    color: #fff !important;
}
.ponuda {
    text-align: center;
}
.ponuda .part:hover {
    transition: 300ms all linear;
    box-shadow: 0 0 3px #cfcfcf;
}
.ponuda h2 a {
    font-size: 1.7rem;
}
.ponuda h2 a:hover {
    text-decoration: none;
}
.sadnice {
    background: #faf9f9;
    box-shadow: 0 0 3px #cfcfcf;
}
canvas {
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
}
#myChart {
    width: 600px !important;
    height: 305px !important;
    margin:auto;
}
.chart a {
    font-family: 'Nunito', sans-serif;
    text-decoration: underline;
}
.pako h1 strong,
.gal h1 strong {
    color: #2e6da4 !important;
}
.galerija .flex-center {
    flex-wrap: wrap;
}
.galerija .part {
    width: 50%;
    flex: inherit;
}
.pako {
    text-align: center;
}
.pako .part p {
    text-align: left;
}
.btn-primary {
    color: #fff !important;
    font-family: 'Nunito', sans-serif;
}
.pakovanje h4 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.proizvod_singl .part {
    padding: 8px;
}
.proizvod_singl p span a,
.proizvod_singl p span i {
    font-size: 18px;
    font-weight: 700;
    color: #2e6da4;
}
.proizvod_singl .isp i {
    margin-top: 5px;
}
.price {
    background: rgba(46, 109, 164, 0.4);
    padding: 7px;
}
p.isp i {
    font-size: 16px;
    color: #2e6da4;
}
.partne .part {
    padding: 5px;
    width: 25%;
}
.soc a {
    display: inline;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
}

.main_img {
    animation: pound 20s infinite;
}
@keyframes pound {
    from, to { transform: none; }
    50% { transform: scale(1.02); }
}

@media only screen and (max-width: 1000px) {
    .flex-center,
    .navi,
    .radimo,
    .okolo_kontakt {
        display: block;
    }
    .radimo .sl {
        width: 99%;
        margin: 20px auto;
    }
    .full-height {
        height: 100%;
    }
    .sirina {
        width: 100% !important;
    }
    .navi {
        position: relative;
        width: 100%;
        text-align: right;
        background: none;
        z-index:9;
    }
    .naslov {
        font-size: 18px !important;
        top: 80px;
    }
    .naslov span {
        font-size: 13px !important;
        letter-spacing: 0;
        text-align: center;
    }
    .social {
        z-index: 999999;
    }
    .main_img {
        margin-top: 10%;
    }
    .top-korpa {
        right: 8%;
        top: 9px;
    }
    .top-center {
        display: none !important;
    }
    .top-right {
        right: 30px;
        top: 39px;
    }
    h1,h2,h3 {
        font-size: 95% !important;
    }
    h1 {
        margin-top: 20px !important;
    }
    h1 span {
        font-size: 90% !important;
    }
    .galerija .part {
        width: 100%;
    }
    .col-md-10 {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .flex-center,
    .navi,
    .radimo,
    .okolo_kontakt {
        display: block;
    }
    .radimo .sl {
        width: 99%;
        margin: 20px auto;
    }
    .full-height {
        height: 100%;
    }
    .sirina {
        width: 100% !important;
    }
    .navi {
        position: relative;
        width: 100%;
        text-align: right;
        background: none;
        z-index:9;
    }
    .naslov {
        font-size: 18px !important;
        top: 80px;
    }
    .naslov span {
        font-size: 13px !important;
        letter-spacing: 0;
        text-align: center;
    }
    .social {
        z-index: 999999;
    }
    .main_img {
        margin-top: 20%;
    }
    .top-korpa {
        right: 8%;
        top: 9px;
    }
    .top-center {
        display: none !important;
    }
    .top-right {
        right: 30px;
        top: 39px;
    }
    h1,h2,h3 {
        font-size: 95% !important;
    }
    h1 {
        margin-top: 20px !important;
    }
    h1 span {
        font-size: 90% !important;
    }
    .galerija .part {
        width: 100%;
    }
}
