/* Copyright Attabis d.o.o. (R) - www.attabis.com */
* {                    
margin : 0;
padding : 0;
box-sizing: border-box;
}
html {
margin : 0 auto;
padding : 0;
width : 100%;
height : 100%;
scroll-behavior: smooth;
}
body {
margin : 0 auto;
padding : 0;
background-color : #ffffff;
width : 100%;
height : 100%;
}
header {
height : 8%;
width : 100%;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
justify-content : center;
align-items : center;
position : fixed;
top : 10%;
z-index : 105;
background-color : #f6f6f6;
}
.header_content {
margin : auto;
height : 9%;
max-height : 65px;
min-height : 35px;
width : 90%;
max-width : 1600px;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
justify-content: space-between;
align-items : center;
position : relative;
}
.header_img {
height : 100%;
width : auto;
border : none;
}
.header_content_item {
display: flex;
min-width : 0;
height : 100%;
cursor : pointer;
object-fit : contain;
justify-content: center;
align-items: center;
}
header a:link {
padding : 0;
margin : 0;
text-decoration : none;
}
nav {
position : fixed;
top : 0;
left : 0;
padding : 0;
margin : 0;
text-align : center;
height : auto;
max-height : 100%;
background-color : #c0c0c0;
overflow-x : hidden;
overflow-y : auto;
width : auto;
min-width : 20%;
max-width : 50%;
z-index : 301;
}
nav a:link {
font : normal normal normal .8em "Roboto", sans-serif;
color : #000000;
text-decoration : none;
border : none; 
height : auto;
width : 100%;
cursor : pointer;
text-align : left;
padding-left : 15px;
padding-right : 15px;
padding-top : 15px;
padding-bottom : 15px;
margin : 0;
overflow : visible;
display : inline-block;
position : relative;
background-color : #ffffff;
border-bottom : 1px solid #000000;
}
nav a:hover {
font : normal normal normal .8em "Roboto", sans-serif;
color : #000000;
text-decoration : none;
border : none; 
height : auto;
width : 100%;
cursor : pointer;
text-align : left;
padding-left : 15px;
padding-right : 15px;
padding-top : 15px;
padding-bottom : 15px;
margin : 0;
overflow : visible;
display : inline-block;
position : relative;
background-color : #dcdcdc;
border-bottom : 1px solid #000000;
} 
nav a:active {
font : normal normal normal .8em "Roboto", sans-serif;
color : #000000;
text-decoration : none;
border : none; 
height : auto;
width : 100%;
cursor : pointer;
text-align : left;
padding-left : 15px;
padding-right : 15px;
padding-top : 15px;
padding-bottom : 15px;
margin : 0;
overflow : visible;
display : inline-block;
position : relative;
background-color : #ffffff;
border-bottom : 1px solid #000000;
} 
nav a:visited {
font : normal normal normal .8em "Roboto", sans-serif;
color : #000000;
text-decoration : none;
border : none; 
height : auto;
width : 100%;
cursor : pointer;
text-align : left;
padding-left : 15px;
padding-right : 15px;
padding-top : 15px;
padding-bottom : 15px;
margin : 0;
overflow : visible;
display : inline-block;
position : relative;
background-color : #ffffff;
border-bottom : 1px solid #000000;
}
.nav_close {
width : 100%;
height : 45px;
position : relative;
margin : 0;
padding : 0;
background-color : #c2cac4;
z-index : 301;
background-image : url(../images/close.png);
background-position : 95% 25%;
background-repeat : no-repeat;
border-bottom : 1px solid #000000;
cursor : pointer; 
}
section {
margin-left : auto;
margin-right : auto;
padding : 0;
width : 100%;
height : auto;
background-color : #ffffff;
text-align : center;
display : block;
overflow : hidden;
}
#item_administration {
padding-top : 65px;
}
.load_img {
padding-top : 65px;
}
h1 {
margin : 0;
padding-top : 2%;
font : bold normal normal 1.5em "Nunito", sans-serif;
color : #000000;
text-align : center;
white-space : normal;
}
h2 {
margin : 0;
padding-top : .5%;
font : bold normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : center;
white-space : normal;
}
fieldset {
border : .05em solid #807e79;
border-radius : .5em .5em .5em .5em;
width : 95%;
margin-top : 2%;
margin-left : auto;
margin-right : auto;
padding : 1%;
}
legend {
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : center;
padding-left : 1%;
padding-right : 1%;
}
#info_prodaja { 
background-color : #f6f6f6;
}
#info_prodaja p {
font : normal normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : left;
padding-left : 5%;
padding-bottom : 1%;
width : 100%;
min-width : 100%;
background-color : transparent;
float : left;
clear : both;
}
#info_prodaja_small p {
font : normal normal normal .8em "Roboto", sans-serif;
color : #000000;
text-align : left;
padding-left : 5%;
padding-right : 5%;
padding-top : 2%;
padding-bottom : 2%;
width : 100%;
min-width : 100%;
background-color : transparent;
float : left;
clear : both;
}
.info_prodaja_img {
padding-left : 5%;
padding-top : 1.5%;
padding-bottom : 1.5%;
float : left;
}
#info_prodaja a:link {
background-color : transparent;
margin : 0;
padding : 0;
font : normal normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : none;
}
#info_prodaja a:hover {
background-color : transparent;
margin : 0;
padding : 0;
font : normal normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : none;
}
#info_prodaja a:active {
background-color : transparent;
margin : 0;
padding : 0;
font : normal normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : none;
}
#info_prodaja a:visited {
background-color : transparent;
margin : 0;
padding : 0;
font : normal normal normal 1em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : none;
}
#info_menu {
padding-top : 2%; 
background-color : #dcdcdc;
border-top: .2em solid #ffffff;
border-bottom: .6em solid #f6f6f6;
}
#info_menu p {
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : left;
padding-left : 5%;
padding-right : 5%;
padding-bottom : 2%;
width : 100%;
min-width : 100%;
background-color : transparent;
float : left;
clear : both;
}
#info_menu a:link {
background-color : transparent;
margin : 0;
padding-top : .5%;
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : underline;
float : left;
clear : both;
}
#info_menu a:hover {
background-color : transparent;
margin : 0;
padding-top : .5%;
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : underline;
float : left;
clear : both;
}
#info_menu a:active {
background-color : transparent;
margin : 0;
padding-top : .5%;
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : underline;
float : left;
clear : both;
}
#info_menu a:visited {
background-color : transparent;
margin : 0;
padding-top : .5%;
font : normal normal normal .9em "Roboto", sans-serif;
color : #000000;
text-align : left;
text-decoration : underline;
float : left;
clear : both;
}
@media screen and (min-width: 120px) and (max-width: 639px) and (orientation: portrait) {
header {
top : 15%;
}
nav {
max-width : 80%;
}
#info_prodaja_small {
    font : normal normal normal .75em "Roboto", sans-serif;
    }
}
@media screen and (min-width: 120px) and (max-width: 1024px) and (max-height: 639px) and (orientation: landscape) {
header {
top : 23%;
height : 18%;
}
}