.fotogalerij a{
	position: relative;
	display: block;
	text-decoration: none !important;
}

.fotogalerij .container > .row{
	margin: 0 -35px;
}

.fotogalerij .container > .row > div{
	padding: 0 35px;
	text-align: center;
}

.fotogalerij .last-no-margin{
	
}

.fotogalerij_continer{
	position: relative;
}

.fotogalerij_continer:after{
	background-image: -o-linear-gradient(127deg, #17298b 0%, rgba(23, 41, 139, 0) 35%, rgba(242, 207, 46, 0) 67%, #f2cf2e 100%);
	background-image: linear-gradient(-37deg, #17298b 0%, rgba(23, 41, 139, 0) 35%, rgba(242, 207, 46, 0) 67%, #f2cf2e 100%);
	opacity: 0.6;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fotogalerij a:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(100, 164, 184, 0.6);
	opacity: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotogalerij a:after,
.fotogalerij a:before{
	pointer-events: none;
}

.fotogalerij a:hover:after,
.fotogalerij a:hover:before{
	opacity: 1;
}

.fotogalerij a:before{
	opacity: 0;
	content: "\f00e";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index: 150;
	font-size: 36px;
}

@media (max-width:767px)
{		
	
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}