#header-section .sppb-cta-title{
	text-shadow: -1px -1px 2px white, -1px 0px 2px white, 0px -1px 2px white, 1px 1px 2px white;
}	
	
#header-section a{
	display: none;
}

#sp-footer {
    background: #6D286C;
}

#sp-top-bar{
	background: #6D286C;
	color: #fff;
}

ul.social-icons >li a {
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
}

.historiku .sppb-title-subheading{
	display: none;
}

#sp-page-builder .sppb-section-title {
    margin-bottom: 26px;
}

.motoja-e-pusnes {
	color: white;
	text-shadow: -1px -1px 2px black, -1px 0px 2px black, 0px -1px 2px black, 1px 1px 2px black;
}

.album-img{
	max-height: 223px;
    width: 100%;
    object-fit: cover;
}

.album-img: hover{
	
}

.album-img-container{
	position: relative;
}

.album-img-container .description{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 5px;
	font-weight: 600;
	text-align: center;
}

.black-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/images/search.png');
	background-position: 50% 20%;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.35s;
	opacity: 0;
}

.black-mask:hover{
	opacity: 1;
	background-color: rgba(0,0,0,0.3);
	background-position: 50% 50%;
}

.fancybox-lock .fancybox-overlay {
    background: rgba(0, 0, 0, 0.44);
}

#sp-top2{
	text-align: center;
}

#sp-top2 .sp-contact-info{
	float: none;
}

@media screen and ( max-width: 1460px ){
	height: 220px;
}

@media screen and ( max-width: 768px ){
	.album-img {
		margin-bottom: 24px;
	}
}