
@media only screen and (max-width: 1490px) {
	
	.row { width: 1000px; }
}

@media only screen and (max-width: 1200px) {
	
	.row { width: 930px; }
	.row .link { width: 85%; }
}

@media only screen and (max-width: 1080px) {
	
	.row { width: 750px; }

}

@media only screen and (max-width: 910px) {
	
	a:hover { text-decoration: none;  }
	
	#okoli { flex-direction: column; border-top: none; }
	
	#orodja { flex: 0 0 60px; xheight: 70px; padding: 5px 15px 0px 15px; border-bottom: 1px solid #d3d4de; }
	.dark-mode #orodja { border-bottom: 1px solid #30343c;  }
	#novice { border-left: none; padding-right: 5px;}
	.dark-mode #novice { border-left: none; }
	
	#title { visibility: hidden; display: none; }
	#logo { width: 50px; float: left; margin-bottom: 0px;  margin-right: 35px;  }
	#logo img { width: 50px;  }
	#viri { float: left; margin-bottom: 0px; margin-right: 20px; margin-top: 12px; }
	#viri a { width: 32px; }
	#seznam-virov { left: auto; right: 5px; margin-top: 11px; }
	
	#vreme { float: left; margin-top: 12px; margin-bottom: 0px; }
	#vreme a { width: 32px; }
	.tekst { visibility: hidden; display: none; }
	
	#spodaj { position: fixed; bottom: auto; top: 16px; right: 10px; width: 32px; }
	#spodaj img { margin-bottom: 0px; }
	#spodaj #svetloba { width: 32px; }
	
	#ikone  { float: right; margin-right: 45px; }
	
	#aktivnih { visibility: hidden; display: none; }

/*	#novice { flex: 100%; height: 100%; } */
	.row { width: 100%; }

	
	#vreme_pixel { width: 100% !important; height: 100% !important; top: 60px; left: 0; }
	#vreme_pixel img { width: 100%; height: auto; }
}

@media only screen and (max-width: 590px) {
	
	.row .link { float: left; width: 85%; padding-left: 5px; padding-bottom: 5px;  white-space: normal; overflow: hidden; text-overflow: initial; }
	.row .ago-link { visibility: visible; display: inline; font-size: 11px; }
	.row a .ago-link { color: black; }
	.dark-mode .row a .ago-link { color: #666666;  }
	.row .ago { visibility: hidden; display: none; }
}

@media only screen and (max-width: 430px) {
	
/*	#orodja { flex: 0 0 52px; padding: 5px 5px 0px 5px; }
	#logo { width: 45px; margin-right: 17px;  }
	#logo img { width: 45px;  }  */
	
	#viri { margin-top: 8px; }
	#seznam-virov { margin-top: 15px; }
	#vreme { margin-top: 8px; }
	
	#ikone  { margin-right: 55px; }
	#spodaj { top: 14px; }
	
	.row { padding-left: 10px;  }
	.row .link { width: 90%; }

/*	.row .ago { float: right; } */
	
/*	.row .ago-link { visibility: visible; display: inline; font-size: 11px; } */
/* 	.row a .ago-link { color: #000000; text-decoration: none; } */
/*	.row a:hover .ago-link { color: #000000; text-decoration: none; } */
/*	.row .link { padding-left: 20px; } */
}

@media only screen and (max-width: 380px) {
	
/*	.row .link { width: 70%;  } */
}