/* img {
	width: 100%;
	vertical-align: bottom;
} */



/* .imagePr{
width: 100%;

	margin: 100px;
	padding: 0;
	overflow: hidden;
}
.imagePr img{
margin: 100px auto;
width: 100%;
} */

.proizvodi{
	width: 100%;
	margin: 60px 0 30px 0;
	padding: 0;
}
.container-proizvodi{
margin: 0;
padding: 0;

}
.boksici{
	display: flex;
	flex-wrap: wrap;
}

.fotka {
	width: 600px;
	height: 450px;
	margin: 0;
	padding: 0;
}
.textInfo{
	width: 600px;
	height: 450px;
	margin: 0;
	padding: 0;
}

.proizvodi .textInfo{
	background-color:	rgba(250, 250, 250,0.5);
	padding: 30px;
}
.proizvodi .textInfo h2{
		margin-top: 30px;
		margin-bottom: 30px;

}
.proizvodi .textInfo p{
	font-size: 18px;
	margin: 2px;


}
.proizvodi .textInfo .dugme a{
	margin-top: 30px;
	background-color:#1e67c8;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-radius: 5px;
	padding:13px 32px;
	text-decoration:none;

}
.proizvodi .textInfo .dugme a:hover{
	background: #e5e5e5;
	color: #1e67c8;
	transition: 0.5s;
}
.proizvodi .textInfo .dugme a:active {
	background-color:#1e67c8;
	color:#fff;

}
#korea{
	width: 100%;
	margin: 0;
	padding: 0;
}
.proizvodiDrvo{

	margin: 70px 0 30px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.proizvodiBox{
	/* float: left; */
	margin: 5px 25px;
	padding: 10px;
	width: 350px;
	/* height: 420px; */
	background-color: rgba(245, 245, 245,0.5);
}
.proizvodiBox img{
	width: 100%;
	height: 240px;
}
.proizvodiBox h3{
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: #585858;
}
.proizvodiBox p{
	margin: 0;
	/* padding: 20px; */
	text-align: left;
}
.proizvodi hr{
	display: none;
}

@media screen and (min-width:960px) and (max-width: 1260px) {

	.boksici{
		/* flex-direction: column; */
		margin-bottom: 10px;
	align-content:
	center;
	}
	.fotka {
		width: 50%;
		height: auto;
		order: 1;
		background-color:	rgba(250, 250, 250,0.5);
	}
	.textInfo{
		width: 50%;
		height: auto;
		order: 2;
	}

}
@media screen and (min-width:501px) and (max-width: 959px) {

	.boksici{
		flex-direction: column;
		margin-bottom: 20px;
		align-content:
		center;
	}
	.fotka {
		width: 90%;
		height: auto;
	order: 1;
	}
	.textInfo{
		width: 90%;
		height: auto;
	order: 2;
	}
	.proizvodi .textInfo{
		padding: 20px;
	}
	.proizvodi .textInfo h2{
		text-align: center;
			font-size: 18px;

	}
	.proizvodi .textInfo p{
		font-size: 16px;
	}
	.proizvodi .textInfo .dugme a{
		margin-top: 15px;
		padding: 10px;
		font-size:12px;
		border-radius: 5px;
text-align: center;
	}
.proizvodiDrvo{
justify-content:
center;
flex-direction: row;
}

	.proizvodiBox{
width: 350px;
justify-content:
center;

	}
	.proizvodiBox img{
		width: 100%;
	}
	.proizvodi hr{
		display: flex;
		max-width: 100%;
	}


	}

@media screen and (max-width: 500px) {

	.boksici{
		flex-direction: column;
		margin-bottom: 10px;
		align-content:
		center;
	}
	.fotka {
		width: 90%;
		height: auto;
	order: 1;
	}
	.textInfo{
		width: 90%;
		height: auto;
	order: 2;
	}
	.proizvodi .textInfo{
		padding: 10px;
	}
	.proizvodi .textInfo h2{
		text-align: center;
			font-size: 16px;

	}
	.proizvodi .textInfo p{
		font-size: 14px;
	}
	.proizvodi .textInfo .dugme a{
		margin-top: 10px;
		padding: 10px;
		font-size:12px;
		border-radius: 5px;
text-align: center;
	}




.proizvodi hr{
	display: flex;
	max-width: 100%;
}

.proizvodiBox{
	width: 100%;
	margin-bottom: 10px;
align-content: center;
}
}
