a, p, body, div {
    font-family: Open Sans, sans-serif;
    font-size: medium;
    margin:0;
    padding:0;
    text-decoration: none;
    color: #000;
}

a {
    color: #333;
}


.kategorije, .kategorije:visited, .kategorije:active {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 3px;
    font-size: inherit;
}

.kategorije:hover {
    color: #3399ff;
}
.glava {
    border-top: 3px solid #369;
    background-color: #9cf;
    font-size: 0;
    height: 15px;
    margin-top: -15px;
}

.topMenu {
    border-bottom: 3px solid #369;
    background-color: #9cf;
    padding-bottom: 5px;
    padding-left: calc(50vw - 600px);
}

.main {
    display: block;
    margin-left: calc(50vw - 600px);
    width: 1200px;
    font-size: 0;
    margin-top: 10px;
}

.logo {
    margin-left: calc(50vw - 600px);
    margin-right: calc(50vw - 600px);
}

.leftMenu {
    display:inline-block;
    float: left;
    width: 250px;
}

a.mainMenu {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-variant: all-petite-caps;
    color: inherit;
}

.content {
    /*border:groove 1px #999;*/
    margin-left: 250px;
    border-radius: 5px;
}

.footer {
    text-align: center;
    margin-top: 10px;
    margin-left: calc(50vw - 350px);
    margin-right: calc(50vw - 600px);
    margin-bottom: 10px;
}

.title {
    font-size: large;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

a.itemLink {
    display:block;
    margin-left:10px;
    padding-top:45px;
    padding-bottom:45px;
    background-position:left center;
    padding-left: 120px;
    background-repeat: no-repeat;
    margin-right:10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 15px;
}

a.itemLink:hover {
    border: solid 1px #ccc;
}

#preview{
    max-width:250px;
    max-height: 250px;
    cursor: pointer;
}

.productImage {
    display:inline-block;
    width: 260px;
    margin-top: 30px;
    border-right: 1px solid #eee;
    text-align: center;
}

.miniThumb{
    max-height: 50px;
    max-width: 50px;
}

.bigImage {
    position: absolute;
    background-color: rgba(0,0,0,.8);
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    display: none;
    cursor: pointer;
}

#bigImage {
    max-height: 100vh;
    max-width: 100vh;
    vertical-align: middle;
    margin: auto;
 }

.documents {
    float:right;
    margin-right: 5px;
    width: 280px;
    min-height: 250px;
    padding-left: 5px;
}

a.documentDL {
    display:block;
    min-height: 64px
}

a.documentDL:hover {
    color: #05C;
}
