h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
	margin-top: 28px;
}
h3 {
	font-size: 20px;
	margin-top: 22px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}


.price_ag {
	color: #7E6200;
}
.price_au {
	color: #666666;	
}
.slika_cijela {
	margin-top: 20px;
	margin-bottom: 20px;
}
.slika_lijevo_pola {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
}
.slika_desno_pola {
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
}
.slika_cijela p, .slika_lijevo_pola p, .slika_desno_pola p{
	font-size: 12px;
	color: #555555;
}




.photo_container {
	float: left;
	width: 94px;
	height: 118px;
	position: relative;
	padding: 0px;
}
.photo_container img {
	height: 94px;
	max-width: 100%;
}
.photo_title {
	bottom: 0px;
	left: 0;
	right: 0;
	height: 24px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	padding-left: inherit;
	padding-right: inherit;
	font-size: 12px;
	color: #888888;
	text-align: center;
	padding-top: 2px;
	border-top: 1px solid #EDEDED;
}
.photo_title a {
	font-weight: bold;
	color: #777;	
}


/* 8.10.2018.
za listanje slika u istim kvadratima (admin i user sučelje)
*/ 
.crp_img {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.crp_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crp_img img.portrait {
  width: 100%;
  height: auto;
}




@media (min-width: 400px) {
	.photo_container {
		width: 130px;
		height: 154px;
	}
	.photo_container img {
		height: 130px;
	}
}
@media (min-width: 450px) {
	.photo_container {
		width: 102px;
		height: 126px;
	}
	.photo_container img {
		height: 102px;
	}
}
@media (min-width: 500px) {
	.photo_container {
		width: 115px;
		height: 139px;
	}
	.photo_container img {
		height: 115px;
	}
}
@media (min-width: 576px) {
	.photo_container {
		width: 116px;
		height: 146px;
	}
	.photo_container img {
		height: 116px;
	}
	.photo_title {
		height: 30px;
		font-size: 14px;
		padding-top: 4px;
	}
}
@media (min-width: 768px) {
	.photo_container {
		width: 142px;
		height: 172px;
	}
	.photo_container img {
		height: 142px;
	}
}
@media (min-width: 992px) {
	.photo_container {
		width: 142px;
		height: 172px;
	}
	.photo_container img {
		height: 142px;
	}
}
@media (min-width: 1200px) {
	.photo_container {
		width: 127px;
		height: 157px;
	}
	.photo_container img {
		height: 127px;
}
/*
@media (min-width: 1500px) {
	.photo_container {
		width: 152px;
		height: 182px;
	}
	.photo_container img {
		height: 152px;
}
*/