#footer {
    position: fixed;
    bottom: 0;
    width: 70%;
	background-color:rgba(0, 0, 0, 0.5);
	margin-left:15%;
	color: white;
	}
	
	#footer_l {
	width: 10%;
	float: left;
	}
	
	h5.footer_naslov {
		color: white;
		font-size: 22px;
		font-weight: 400;
		margin: 0;
	}
	
	h6.footer_podnaslov {
		color: white;
		font-size: 14px;
		font-weight: 300;
		text-transform: uppercase;
		margin-top:3px;
		margin-bottom: 10px;
	}
	
	#footer_r_1 {
	width: 24%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_r_1_photo {
	width: 18%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_r_2 {
	width: 24%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_r_2_photo {
	width: 18%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_close {
		width: 6%;
		float: left;
		color: white;
		text-align: right;
		padding-right: 1%;
	}
	
	#footer_close a {
		color: white;		
		text-decoration: none;
	}
	
	ul.footer_lista {
		list-style-type: square;
		margin: 0;
		padding-left: 20px;
		font-size:14px;
		font-weight: 300;
	}
	
	.img-fluid {
	max-width: 100%;
    height: auto;
	}
	
	img {
	vertical-align: middle;
	border-style: none;
	}
	
	a.footer_link {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 13px;
    width: 80%;
    border: none;
    background: #cc5946;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    text-align: center;
	}
	
	@media only screen and (max-width: 60em) {	
	
	#footer {
    position: static;
    width: 100%;
	height: auto;
	background-color:rgba(0, 0, 0, 0.5);
	margin-left:0%;
	color: white;
	overflow: hidden;
	}
	
	#footer_l {
	display: none;
	}
	
	#footer_r_1 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	clear: right;
	}
	
	#footer_r_1_photo {
	width: 40%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_r_2 {
	width: 60%;
	float: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_r_2_photo {
	width: 40%;
	float: left;
	clear: left;
	text-size: 14px;
	padding: 1%;
	}
	
	#footer_close {
		display: none;
	}
	
	}