/*Navigacijska traka*/
#logo{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	height: 40px;
	width: 170px;
}
ul.topnav {
  	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255,0,0,0.7);
	z-index: 30;
}
ul.topnav li {
	float: left;
}
ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-family: Arial;
  font-weight: bold;
}
ul.topnav li a:hover {background-color: rgba(100,0,0,0.5);}
ul.topnav li.icon {display: none;}
.social{
	width: 20px;
	height: 30px;
}

#BACK1{
	position: absolute;
	top:5%;
	left: 5%;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: red;
	z-index: 1;
}

#ponuda{
	position: absolute;
	top: 15%;
	left:0px;
	/*	margin-left:10%;
	display:flex;
	flex-wrap: wrap*/
	width: 100%;
}
.item{
	font-family: Arial;
	font-weight: bold;
	color: red;
	display:flex;
	margin-right:100px;
}

.thumbnail{
	border:10px red solid;
	margin: 2%;
}

#BACK2{
	position: absolute;
	top:50%;
	left: 5%;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: red;
	z-index: 1;
}

/*Footer i kontakt informacije*/
#footer{
	position:absolute;
	top:100%;
	left:0px;
	width: 100%;
	height: 35%;
	background-color: black;
	padding-top: 2%;
	display: flex;
}
#adresa{
	background-color: black;
	color:white;
	font-family: Arial;
	padding-left: 2%;
	flex: 0 0 48%;
}
#radnoVrijeme{
	background-color: black;
	color:white;
	text-align: right;
	font-family: Arial;
	padding-right: 2%;
	flex: 0 0 48%;
}
#copyright{
	position: absolute;
	top: 125%;
	left:0px;
	width:100%;
	height:5%;
	color:white;
	font-family: Arial;
	background-color: black;
}

#footerMobile{
	visibility: hidden;
	position: absolute;
	width:100%;
	height:auto;
	background-color:black;
	color:white;
	font-family: Arial;
}

#note{
	position: absolute;
	margin-top: 15%;
	width: 100%;
	text-align: center;
	font-family: Arial;
}