@media screen and (min-width:481px) and (max-width:768px) { /*tablet*/
    .naslov {
        height: 75px;
        width: auto;
        max-width: 100%;
        background-color: #33383c;
        padding: 5px;
    }

    .naslov div {
		width: auto;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.naslov div img {
		max-width: 85vw;
		max-height: 100%;
		margin-right: 10px;
	}
	
	.naslov div span {
		font-size: 6vw;
		font-weight: 500;
		text-shadow: 8px 8px 18px white, 0 0 5px var(--zelenaSP);
		color: white;
		margin-top: 5px;
	}

    .grid-container {
		height: auto; 
		background-color: white; 
		margin: auto;
		display: grid;
		grid-template-areas: 
		"header header header"
		"putanja putanja putanja"
		"main main main"
		"footer footer footer";
		grid-template-rows: 30px 25px 1fr auto;
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.grid-polja {
		background-color: #fff;
	}
	
	.polje-meni {
		grid-area: header;
		padding: 0px;
		margin: 0px;
		display: grid;
		grid-template-columns: 1fr 200px;
		gap: 2px;
		position: relative;
	}

	.polje-meni::-webkit-scrollbar {
		display: none; 
	}

    #mni-dugme {
        display: none;
    }

	.meni {
		align-self: center;
		display: block;
		height: 30px;
		margin: 0 0 0px 0px;
		padding: 2px;
		max-width: auto;
		overflow-x: scroll;
  		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
  		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.meni ul {
		display: block;
		padding: 0px;
		margin: 0 0 2px 0px;
	}
	
	.meni ul li {
		display: inline-block;
		padding: 2px 3px;
		cursor: pointer;
		font-size: 14px;
		font-weight: 600;
		text-shadow: 1px 1px 1px #888888;
		text-align: center;
        padding-right: 15px;
		height: 24px;
		border-bottom: 4px solid white;
	}

    .meni__selektovano {
		border-bottom: 4px solid black!important;
	}

    .meni ul li a {
        color: black;
        text-decoration: none;
    }

	.meni ul li:nth-child(1) {
		width: 80px;
		padding-left: 0;
	}

	.meni ul li:nth-child(1) i {
		padding-right: 3px;
	}
	
	.polje-meni ul li:hover {
		border-bottom: 4px solid black;
	}

    .pretraga {
		width: auto;
		padding: 0;
		position: absolute;
		right: 0;
	}
	
	.pretraga input {
		width: 100%;
		height: 26px;
		border-radius: 5px;
		background-image: url('/images/searchicon.png');
		background-size: 20px 20px;
		background-repeat: no-repeat;
		padding-left: 18px;
		align-self: center;
	}

	.pretraga input:focus {
		width: 100%;
		outline-color: var(--zelenaSP);
		box-shadow: 2px 3px 6px var(--zelenaSP);
	}

    .polje-putanja {
        grid-area: putanja; 
        padding-top: 5px;
    }
.polje-kategorije {
	display: block;
	position: fixed;
	top: 26%;
	z-index: 15;
	background: silver;
    background: radial-gradient(circle, rgba(84,87,83,0.85) 0%, rgba(162,162,162,1) 100%);
	outline-style: groove;
	outline-width: 2px;
	outline-color: gray;
	outline-offset: 1px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 1px;
	width: 260px;
	overflow: hidden;
	border: 2px solid silver;
	border-radius: 0 15px 15px 0;
	left: -270px;
	transition: left 0.5s ease-in-out;
	overflow-y: scroll;
	height: 48%;
	box-shadow: 2px 3px 6px var(--zelenaSP);
}

.dugme-kategorije {
    display: block;
    position: fixed;
    z-index: 16;
    background-color: silver;
    padding: 0 10px 0 10px;
    margin: 0;
    left: 0px;
    top: 65%;
    border-radius: 0 0 25px 25px;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    font-size: 22px;
    font-weight: bold;
    opacity: 60%;
}

.prikazi-kat {/*prikazuje meni sa kategorijama*/
    left: 0px;
}

.polje-kategorije ul {
    padding: 5px;
    margin: 0;
    top:30%;
    list-style: none;
    font-size: 1em;
    font-weight: bold;		
}
	
.polje-kategorije ul li {
	text-align: center;
	overflow-x: scroll;
	padding: 4px;
    margin-bottom: 3px;
    margin-top: 3px;
	width: 100%;
	color: #d9d9d9;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.polje-kategorije ul li span:nth-child(2){
    padding: 3px 9px;
}
.podkategorije {
	display: none;
}

.grupaPodkat {
    display: none;
    margin:0px;
}

.katPrikazi {
    background-color: whitesmoke;
    height: auto!important;
    color: black!important;
}

.katPrikazi ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
}

.katPrikazi ul li {
    color: black;
    text-shadow: none;
    margin-bottom: 3px;
    margin-top: 3px;
}

.katPrikazi .grupaPodkat {
    display: unset;
}
.polje-4 {
    grid-area: footer;
    position: relative;
    bottom: 0;
    height: auto;
    background-color: var(--logoPozadina);
    color: white;
}
/* 
    .footer__logo {
        grid-area: span 3 / 1;
        margin-top: 10px;
        margin-left: 5px;
    }
    .footer__logo img {
        width: 150px;
        height: 176px;
    }
    .footer__naslov {
        font-size: 20px;
        grid-column: 2;
        height: 50px;
        grid-area: 1 / 2;
    } */
    .footer__spkontakt {
        font-size: 30px;
        list-style: none;
        grid-area: 2 / 2;    
    }
    .footer__spkontakt ul , li {
        margin: 0;
        padding: 0;
    }
    .footer__spkontakt ul li {
        display: inline-block;
		font-size:xx-large;
    }
	.footer__spkontakt ul li a {
		color: white;
	}
    #dugmeInstallApp{
        margin: 2em 0;
    }
    .footer__meni{
        grid-row: span 2;
    }
    #ulFootMeni{
        list-style: none;
        text-align: center;
    }
    #ulFootMeni{
        font-size: 1.3em;
        font-weight: 500;
    }
    .footer__prava{
        grid-area: 3/2;
    }
}

@media screen and (min-width:769px){ /*računar*/
    .naslov {
        height: 110px;
        min-width: 1120px;
        background-color: #33383c;
        padding: 5px;
    }

    .naslov div {
        width: 1120px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    .naslov div img {
        height: 100px;
        width: 694px;
        margin-right: 10px;
    }
    
    .naslov div spana {
        font-size: 64px;
        font-weight: 500;
        text-shadow: 8px 8px 18px white, 0 0 5px var(--zelenaSP);
        color: white;
        margin-top: 5px;
    }
    
    .naslov div span:nth-child(1) {
        display: none;
        font-weight: 900;
        margin-right: 20px;
        text-shadow: 0px 0px 3px white, 0 0 3px var(--zelenaSP);
        font-size: 60px;
    }
    .naslov div span:nth-child(3) {
        font-weight: 900;
    }

    .grid-container {
        width: 1120px;;
        height: auto; 
        background-color: white; 
        margin: auto;
        display: grid;
        grid-template-areas: 
        "header header header"
        "prazno putanja putanja"
        "nav main main"
        "footer footer footer";
        grid-template-rows: 40px 40px 1fr auto;
        grid-template-columns: 228px 1fr 1fr;
    }
    
    .grid-polja {
        background-color: #fff;
    }
    
    .polje-meni {
        grid-area: header;
        padding: 2px;
        margin: 0px;
        display: grid;
        grid-template-columns: 1fr 250px;
    }

    #mni-dugme {
        display: none;
    }
    
    .meni {
        display: block;
        padding: 3px 10px;
        margin: 0 0 0px 0px;
    }
    
    .meni ul {
        padding: 0px;
        margin: 0px;
    }
    
    .meni ul li {
        display: inline-block;
        padding: 1px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 600;
        text-shadow: 1px 1px 1px #888888;
        text-align: center;
        width: 150px;
        border-bottom: 6px solid white;
    }

    .meni__selektovano {
		border-bottom: 6px solid black!important;
	}

    .meni ul li a {
        color: black;
        text-decoration: none;
    }
    .meni ul li i {
        padding-right: 10px;
    }
    .pretraga {
        width: 200px;
        align-self: center;
    }
    .pretraga input {
        width: 100%;
        height: 30px;
        border-radius: 5px;
        background-image: url('/images/searchicon.png');
        background-size: 30px 30px;
        background-repeat: no-repeat;
        padding-left: 30px;
    }
    .pretraga input:focus {
        outline-color: var(--zelenaSP);
        box-shadow: 1px 2px 3px 3px var(--zelenaSP);
    }
    .polje-meni ul li:hover {
        border-bottom: 6px solid black;
    }
    .polje-putanja {
        grid-area: putanja; 
        padding-top: 5px;
    }
    .dugme-kategorije {
        display: none;
    }
    .polje-kategorije {
        grid-area: nav;
        padding: 5px;
        margin: 0px;
        list-style: none;
        font-size: 16px;
        font-weight: bold;
    }

	.polje-kategorije ul {
        margin: 0px;
		list-style: none;
        font-size: 1em;
		font-weight: 900;
        padding: 1px;
	}

    .polje-kategorije ul li span {
        cursor: pointer;
    }
	
	.polje-kategorije ul li {
		text-align: center;
		overflow-x: none;
		height: 30px;
		width: 100%;
        text-align: center;
        padding: 2px;
        margin-bottom: 5px;
        position: relative;
	}

    .polje-kategorije ul li:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 3px;
        bottom: 0px;
        left: 0;
        background-color: var(--zelenaSP);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
      
    .polje-kategorije ul li:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    .polje-kategorije ul li span:nth-child(2) {
        font-size: 20px;
    }

    .grupaPodkat {
        display: none;
        margin:0px;
    }
    .katPrikazi {
        background-color: whitesmoke;
        height: auto!important;
        padding-bottom: 10px;
    }
    .katPrikazi ul {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        font-weight: 500;
    }
    .katPrikazi ul li {
        height: 22px;
        margin-top: 6px;
        margin-bottom: 2px;
        padding: 0px;
        cursor: pointer;
    }
    .katPrikazi .grupaPodkat {
        display: unset;
    }

    .polje-4 {
        grid-area: footer;
        position: relative;
        bottom: 0;
        height: auto;
        background-color: var(--logoPozadina);
        padding: 5px;
        color: whitesmoke;
    }

    footer1 {
        
        background-image: url("/images/footer.webp");
        background-size: cover;
    }

    .footer__logo {
        grid-area: span 3 / 1;
    }

    .footer__logo img {
        width: 150px;
        height: 176px;
    }

    .footer__naslov {
        font-size: 24px;
        grid-column: 2;
        height: 50px;
        /* grid-area: 1 / 2; */
    }
    
    .footer__spkontakt {
        font-size: 24px;
        list-style: none;
        /* grid-area: 2 / 2;     */
    }

    .footer__spkontakt ul li {
        display: inline-block;
    }
    #divDugmeIA{
        /* display: none; */
        /* width: 10em; */
        /* margin: 1em 0; */
    }
	.footer__spkontakt ul li a {
		color: white;
	}
    .footer__meni{
        grid-row: span 2;
    }
    #ulFootMeni li{
        font-size: 1.2em;
        font-weight: 500;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        /* padding: .1em; */
    }
    .footer__prava{
        grid-area: 3/2;
    }

}