.hdGalerija {
	padding-left: 0.5%;
	display: none;
}

.hdGalerija>div {
	display: inline-block;
	position: relative;
  margin-left: auto;
  margin-right: auto;
  width:60%;
	background-color: #ffc;
	height: 200px;
	background-position: center center;
	background-size: 100% 100%;
	transition-property: background-size;
	transition-duration: 0.3s;
	border: 2px #365200 solid;
	border-radius: 8px;
	box-shadow: 3px 3px 4px #000;
}

.hdGalerija>div h4 {
	opacity: 0;
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 2;
	transition-property: opacity;
	transition-duration: 0.3s;
}
	
.hdGalerija>div p {
	opacity: 0;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 50%;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 2;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.hdGalerija>div img {
	display: none;
}

.hdGalerija .veo {
	display: block;
	background-color: #000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.hdGalerija div:hover {
	background-size: 120% 120%;
}

.hdGalerija div:hover .veo {
	opacity: 0.5;
}

.hdGalerija div:hover h4 {
	opacity: 1;
}

.hdGalerija div:hover p {
	opacity: 1;
}
	
.hdGalerijaShow {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
	
	background-color: rgba(0,0,0, 0.7);
}
	
.hdGalerijaShow .kont {
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.hdGalerijaShow .kont img {
	height: 100%;
	border: 1px solid #fff;
	max-width: 90%;
	border-radius: 8px;
	box-shadow: 3px 3px 4px #000;
}

.hdGalerijaShow .hdgOff {
	position: absolute;
	top: 5px;
	right: 5px;
}
	
.hdGalerijaShow .hdgNext, .hdGalerijaShow .hdgBack {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 60%;
	background-image: url("hdg-next.png");
	background-repeat: no-repeat;
	background-position: right center;
}
	
.hdGalerijaShow .hdgBack {
	right: 60%;
	left: 5px;
	background-image: url("hdg-back.png");
	background-position: left center;
}

.hdGalerijaShow .hdgThumbs {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	height: 65px;
	overflow: hidden;
	text-align: center;
}

.hdGalerijaShow .hdgThumbs img {
	width: 60px;
	height: 60px;
	margin-right: 2px;
	border: 2px solid #fff;
	opacity: 0.7;
	cursor: pointer;
}

.hdGalerijaShow .hdgThumbs img:hover {
	opacity: 1;
}

.hdGalerijaShow h4, .hdGalerijaShow p {
	position: absolute;
	top: 10px;
	right: 60px;
	left: 60px;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
.hdGalerijaShow p {
	top: 40px;
	font-size: 10pt;
}
