#filteri {
	margin: 20px 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	padding: 9px;
	border-radius: 3px;
	clear: both;
}

#sort {
	font-size: 16px;
	margin-bottom: 20px;
	float: left;
	width: 37%;
}

#odabir, #trazilica-box {
	background: #444 !important;
	color: #fff !important;
	font-size: 14px;
}


#trazilica {
	float: right;
	width: auto !important;
	margin-bottom: 25px;
}

#trazilica-box {
	margin-bottom: 0;
}

#trazilica-gumb, #reset-gumb {
	background: #444;
	color: #fff;
	border: none;
	padding: 5px 10px;
	border-radius: 3px;
}

#reset {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.abeceda, .godine {
	width: 100%;
	clear: both;
}

.slovo {
	float: left;
	background: #444;
	color: #fff;
	padding: 0px 10px;
	margin-right: 8px;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 3px;
	text-shadow: none;
	font-size: 16px;
}

.abeceda .slovo {
	padding: 0 8.5px;
}

.slovo:last-child {
	margin-right: 0;
}

.loader {
	margin: 0 auto;
	background: url(slider_loading.gif) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 70px;
	clear: both;
}

.selected {
	font-weight: bold;
}

/*#fanzini .box:nth-child(4n+0) {
	margin-right: 0;
}*/

#fanzini .box {
	min-height: 390px;
	margin-bottom: 20px;

}

#fanzini .box a {
	display: block;
	min-height: 360px;
}

#fanzini .box h3 {
	margin: 0 0 2px 0;
    font-weight: bold;
}

.autor, .grad, .godina {
	float: left;
	clear: both;
	margin: 5px 0;
	text-indent: 32px;
	color: #222;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	height: auto;
	line-height: 25px;
	text-align: left;
}

.autor {
	 margin-top: 15px;
	background-image:  url(autor.png);
}

.grad {
	background-image: url(grad.png);
}

.godina {
	background-image: url(godina.png);
}

.podaci {
    position: absolute;
    bottom: 20px;
}

.loadmore {
	float: left;
}


@media (max-width: 370px) {
	#sort {
		width: 100%;
	}

	#trazilica {
		float: left;
		margin-top: 25px;
		margin-left: 15%;
		
	}

	#trazilica-box {
		width: auto;
	}

	#reset {
		width: 100%;
	}
}

@media (min-width: 380px) and (max-width: 780px) {
	#sort {
		width: 38%;
	}

	#reset {
		width: 100%;
	}

	#trazilica {
		margin-top: 25px;
	}
}

@media (min-width: 780px) and (max-width: 1024px) {

	#sort, #reset, #trazilica {
		width: 31.33%;
	}	

	#reset, #trazilica {
		margin-top: 25px;		
	}

}