@font-face {
    font-family: Estilo;
    src: url(/fonts/exo/Exo-Regular.otf) format("opentype");
}
@font-face {
    font-family: Estilo;
    font-weight: bold;
    src: url(/fonts/exo/Exo-Bold.otf) format("opentype");
}
@font-face {
    font-family: Josefin;
    src: url(/fonts/josefin-sans/JosefinSans-Regular.ttf);
}
@font-face {
    font-family: Metropolis;
    src: url(/fonts/metropolis/Metropolis-Regular.otf) format("opentype");
}
@font-face {
    font-family: Monsterat;
    src: url(/fonts/montserrat/Montserrat-Regular.otf) format("opentype");
}
@font-face {
    font-family: Muli;
    src: url(/fonts/muli/Muli.ttf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Muli', Verdana, Geneva, sans-serif;
}
html{
    height: 100%;
    box-sizing: border-box;
}
body {
    line-height:1;
    font-family: 'Muli', Verdana, Geneva, sans-serif;
    font-size: 0;
    width: 100%;
    color: #58585a;
    background: #fff;
    min-height: 100%;
    padding-bottom: 336px;
    position: relative;
    box-sizing: border-box;
    background: url(/images/background.png)no-repeat center center / cover fixed;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul , ul{
    list-style:none;
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #62686f;
    transition: all 0.5s ease;
}
a:hover{
  color: #a34010;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    /* border-collapse:collapse; */
    /* border-spacing:0; */
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
header{
    display: block;
    position: relative;
    width: 80%;
    padding: 0 10%;
    margin-bottom: 20px;
}
.Logo{
    width: 30%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.Logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0px 0px 1px #000);
    -webkit-filter: drop-shadow(0px 0px 1px #000);
    padding: 10px 0;
}
nav{
    display: inline-block;
    width: 70%;
    text-align: right;
}
nav ul{
    list-style: none;
}
nav ul li{
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
}
nav ul li a{
    display: block;
    padding: 5px;
    color: #fff;
}
nav ul li a:hover{
    color: #969594
}
.BeforeFooter{
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
footer{
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
}
.FooterInner{
    background: #f0f0f0;
    width: 80%;
    padding: 0 10%;
}
footer .Third{
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    text-align: center;
    padding: 20px 0;
}
footer .Third h2{
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: 80%;
    margin: 0 auto;
}
footer .Third a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 5px 10px;
}
footer .Copyright{
    display: block;
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #daccbe;
}
#Slider{
    display: block;
    width: 80%!important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    color: #f6f2ee;
    margin-bottom: 40px;
}
#Slider ul{
    display: block;
    list-style: none;
    position: relative;
    width: 80%;
}
.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 80vw;
  text-align: center;
}
.slider .SliderContent{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    padding: 5%;
    text-align: left;
    position: relative;
}
.slider img{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    position: relative;
    height: 400px;
    object-fit: contain;
    object-position: center;
    padding: 0 5%;
}
#Slider .PrevSlide, #Slider .NextSlide{
    position: absolute;
    top: 40%;
    left: 0;
    cursor: pointer;
}
#Slider .NextSlide{
    left: initial;
    right: 0;

}
#Slider .NextSlide span, #Slider .PrevSlide span{
    font-size: 35px;
    display: inline-block;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    transition: all 0.5s ease;
    color: #f6f2ee;
}
#Slider .NextSlide:hover span, #Slider .PrevSlide:hover span{
    color: #58585a;
}
#Slider h2{
    font-size: 24px;
    margin: 10px 0;
}
#Slider h3{
    font-size: 16px;
    margin: 10px 0;
}
.RedButton{
    padding: 10px 20px;
    display: inline-block;
    background: #a34010;
    border: 1px solid #632e13;
    background: -webkit-linear-gradient(left top, #a34010, #5c300f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #a34010, #5c300f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #a34010, #5c300f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #a34010, #5c300f); /* Standard syntax */
    color: #fff;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 0px 15px 0px rgba(127, 59, 24, 0.75);
}
.RedButton:hover{
    background: #5c300f;
    background: -webkit-linear-gradient(left top, #5c300f, #a34010); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #5c300f, #a34010); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #5c300f, #a34010); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #5c300f, #a34010); /* Standard syntax */
}
.IstaknutiProizvod, .KategorijeProizvoda{
    width: 80%;
    display: block;
    position: relative;
    background: #f6f2ee;
    padding: 30px 10%;
}
.ProizvodContent{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 5%;
}
.IstaknutiProizvod img{
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    height: 400px;
    object-fit: contain;
    object-position: center;
}
.KategorijeProizvoda{
    background: #fff;
}
.KategorijaProizvoda{
    display: inline-block;
    width: 31.33%;
    margin: 1%;
    font-size: 14px;
    text-align: center;
}
.KategorijaProizvoda img{
    display: block;
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin: 10px auto;
}
.KategorijaProizvoda h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.sadrzaj{
    width: 80%;
    display: block;
    padding: 40px 10%;
    background: #fff;
    font-size: 14px;
}
.mapa{
    display: block;
    width: 100%;
    height: 400px;
}
#KontaktForma{
    width: 80%;
    padding: 30px 10%;
    background: #f0f0f0;
    text-align: center;
    font-size: 0;
}
#KontaktForma input, .Naplata input, .Naplata button, .Naplata label{
    width: calc(50% - 42px);
    display: inline-block;
    margin: 10px;
    padding: 10px 0;
}
#KontaktForma textarea, .Naplata textarea{
    width: calc(100% - 62px);
    padding: 10px 0;
    margin: 10px;
    min-height: 80px;
}
#KontaktForma h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.PodStranica{
    display: inline-block;
    width: 22%;
    position: relative;
    margin: 1%;
    text-align: center;
    vertical-align: top;
}
.PodStranica form{
    /* display: inline-block; */
}
.PodStranica img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.PodStranica h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.PodStranica .RedButton{
    width: calc(70% - 40px);
    display: inline-block;
    cursor: pointer;
}
.KupovinaDeljenje{
    display: block;
    width: 80%;
    padding: 0px 10%;
    background: #fff;
}
.KupovinaDeljenje input[type='number']{
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.Polovina{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.Polovina a{
    font-size: 30px;
    width: 18%;
    display: inline-block;
    padding: 10px 0;
}
h1{
    font-size: 20px;
    display: block;
    width: 80%;
    padding: 10px 10%;
    background: #fff;
    text-align: center;
}
.TabelaKorpa{
    min-height: 60vh;
    width: 100%;
    margin: 20px 0;
}
label.FullWidth{
    display: block;
    width: 100%;
    text-align: center;
}
.Naplata{
    text-align: center;
    min-height: 50vh;
}
@media all and (max-width: 1030px){
    body{
        padding-bottom: 350px;
    }
    header, .sadrzaj, .FooterInner, #Slider, .IstaknutiProizvod, .KategorijeProizvoda, #KontaktForma{
        width: calc(100% - 20px)!important;
        padding: 10px;
    }
    .slider ul li{
        width: 100vw;
    }
}
@media all and (max-width:900px){
    .MobileMenu{
        font-size: 30px;
        background: #fff;
        padding: 5px 10px;
        margin: 20px 5px;
        display: inline-block;
        margin-bottom: 0;
    }
    nav{
        display: inline-block;
        width: 70%;
        text-align: right;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        transition: all 1s ease;
    }
    nav ul{
        display: none;
        
    }
    header.MenuOpened nav ul{
        display: block;
    }
    nav ul li{
        display: block;
        padding: 10px;
        font-size: 16px;
        vertical-align: middle;
        text-align: center;
        background: #fff;
    }
    nav ul li a{
        display: block;
        padding: 5px;
        color: #ba5703;
    }
    nav ul li a:hover{
        color: #969594
    }
    .PodStranica{
        width: 46%
    }
}
@media all and (max-width: 800px){
    body{
        padding-bottom: 0;
    }
    footer{
        position: relative;
    }
}
@media all and (max-width: 640px){
    .slider .SliderContent{
        width: 100%;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .slider img{
        display: block;
        width: 85%;
        margin: 0 auto;
        padding: 0;
    }
    .IstaknutiProizvod img{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .ProizvodContent{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .KategorijaProizvoda{
        margin: 0;
        width: 100%;
    }
    footer .Third{
        width: 100%;
    }
    .PodStranica{
        width: 100%;
        margin: 30px 0;
    }
    .Polovina{
        width: 100%;
    }
    table td{
        display: block;
        width: 100%;
    }
    .TabelaKorpa tr:first-child{
        display: none;
    }
}