@font-face {
	font-family: OpenSansCondensedLight;
	src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
	font-family: OpenSansCondensedBold;
	src: url(../fonts/OpenSans-CondBold.ttf);
}

footer {
	position: relative;
	height: auto;
	background: rgb(10, 200, 255);
	z-index: 5;
	line-height: 1em;
	min-width: 960px;
}
footer p {
	line-height: 1.3em;
	font-family: OpenSansCondensedBold;
	padding-bottom: 25px;
}
footer ul {
	padding: 40px 0 40px 70px;
	list-style: none;
}
footer ul li {
	line-height: 1em;
	padding: 5px 0;
}
footer ul a {
	font-family: OpenSansCondensedBold;
	text-decoration: none;
	color: rgb(245, 245, 245);
}
footer ul a:hover {
	color: rgb(255, 255, 255);
}
footer img {
	height: 14px;
}
#adresaFoot {
	position: absolute;
	top: 46px;
	right: 70px;
	text-align: right;
	color: rgb(245, 245, 245);
}
#izrada {
	position: absolute;
	bottom: 46px;
	right: 70px;
	text-align: right;
	color: rgb(245, 245, 245);
}
footer p:last-of-type {
	position: relative;
	bottom: 10px;
	margin: 0 70px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid white;
	line-height: 1em;
	color: rgb(245, 245, 245);
}