footer {
	background: rgb(15,15,70);	
}
#gornji_footer {
	padding: 50px 140px;
}
#gornji_footer::after {
	content: "";
	display: table;
	clear: both;
}
#gornji_footer h4 {
	font-family: titillium_bold, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	color: rgb(125, 125, 125);
}
#gornji_footer a {
	font-family: titillium_regular, sans-serif;
	font-size: 15px;
	display: block;
	padding-bottom: 3px;
	color: rgb(200, 200, 200);
	text-decoration: none;
}
#gornji_footer a:hover {
	text-decoration: underline;
}
#gornji_footer p {
	font-family: titillium_regular, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	display: block;
	color: rgb(200, 200, 200);
}
#proizvodi_footer {
	width: 35%;
	float: left;
	padding-right: 30px;
}
#ukratko {
	width: 33.3%;
	float: left;
	padding-right: 30px;
	text-align: justify;
}
#kontakt_footer {
	float: left;
	margin-left: 10%;
}
#copyright {
	padding: 0 0 0 140px;
	font-family: titillium_bold, sans-serif;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.32);
	color: rgb(125, 125, 125);
}
#copyright::after {
	content: "";
	display: table;
	clear: both;
}
#copyright div:first-of-type {
	float: left;
	padding-right: 30px;
	border-right: 1px solid rgb(45, 45, 45);
	padding: 15px 25px 15px 0;
}
#copyright div:last-of-type {
	float: left;
	padding: 15px 0 15px 30px;
}
#copyright a {
	display: block;
	padding-right: 20px;
	color: rgb(125, 125, 125);
	text-decoration: none;
	float: left;
}
#copyright a:hover {
	text-decoration: underline;
}






@media screen and (max-width: 1100px) {
	
	
#gornji_footer {
	padding: 50px 40px;
}

#gornji_footer a {
	font-size: 14px;
	padding-bottom: 3px;
}

#gornji_footer p {
	font-size: 14px;
	line-height: 1.6em;
}

#copyright {
	padding: 0 0 0 40px;
	font-size: 12px;
}
	
}



@media screen and (max-width: 800px) {
	
	
#gornji_footer {
	padding: 30px 20px;
}	
#gornji_footer::after {
	display: none;
	clear: none;
	content: none;
}
#proizvodi_footer {
	width: 100%;
	float: none;
	padding-right: 0;
	padding-bottom: 20px;
}
#ukratko {
	width: 100%;
	float: none;
	padding-right: 0;
	text-align: left;
	padding-bottom: 20px;
}
#kontakt_footer {
	float: none;
	margin-left: 0;
}
#gornji_footer a {
	font-size: 13px;
	padding-bottom: 2px;
}

#gornji_footer p {
	font-size: 13px;
	line-height: 1.4em;
}
	

#copyright {
	padding: 0 20px 0 20px;
	font-size: 11px;
}
#copyright::after {
	content: none;
	display: none;
	clear: none;
}
#copyright div:first-of-type {
	float: none;
	border-right: none;
	border-bottom: 1px solid rgb(45, 45, 45);
	padding: 15px 0 5px 0;
}
#copyright div:last-of-type {
	float: none;
	padding: 5px 0 10px 0;
}
#copyright a {
	display: inline-block;
	padding-right: 15px;
	color: rgb(125, 125, 125);
	text-decoration: none;
	float: none;
}
#copyright a:hover {
	text-decoration: underline;
}
	
}
