﻿.nadol[name="Galeria,29"] + div {
	max-width: 1280px;
}

.start_fotogaleria_naglowek	{
	flex: 0 1 100vw;
	font-family: 'Amatic SC', cursive;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #dd32cd;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.start_fotogaleria_naglowek:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 24px auto 64px;
	background: #dd32cd;
}
.start_fotogaleria_imgs	{
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.start_fotogaleria_img	{
	flex: 0 1 272px;
	margin: 0px 20px 52px 20px;
	vertical-align: top;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}
.start_fotogaleria_img a {
	flex: 1 1 272px;
	height: 100vw;
	max-height: 176px;
	background-size: cover;
}
.start_fotogaleria_img a:hover {
	opacity: 0.5;
}
.start_fotogaleria_img span	{
	flex: 1 1 272px;
	font-family: 'Open sans', sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1);
	padding: 16px 0px 0px 0px;
}
.start_fotogaleria_btn_tlo	{
	flex: 1 1 100vw;
	margin: 0px;
	vertical-align: top;
}
.start_fotogaleria_btn:hover	{
	opacity: 0.5;
}
.start_fotogaleria_btn	{
	margin: 0px auto;
	padding: 12px 56px 12px 56px;
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	background: linear-gradient(to bottom, rgba(221,66,211,1) 0%,rgba(198,43,182,1) 100%);
	box-shadow: 5.353px 5.945px 0px 0px rgba(208, 208, 208, 0.2);
	border-radius: 64px;
	border: none;
	cursor: pointer;
}
.galeria_srodek,
.galeria_srodek_0 {
	display: block;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.galeria_srodek img,
.galeria_srodek_0 img {
	width: 0px;
	height: 0px;
	opacity: 0;
	position: absolute;
	z-index: -10;
}
.galeria_srodek a,
.galeria_srodek_0 a {
	display: inline-flex;
	width: 180px;
	height: 180px;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 1s;
}

.galeria_srodek span,
.galeria_srodek_0 span {
	display: none;
}
