html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #565851;
}
h2 {
	font-size: 38px;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 1em;
}
a {
	color: inherit;
	text-decoration: none;
}
.bold, strong {
	font-weight: 600;
}
.light {
	font-weight: 300;
}

.clear {
	clear: both;
}

section {
	clear: both;
	margin: 30px 10px;
}
@media only screen and (min-width: 1250px) {
	section {
		width: 1200px;
		margin: 50px auto;
	}
}
@media only screen and (min-width: 1680px) {
	section {
		width: 1640px;
		margin: 50px auto;
	}
}
.wide {
	background-image: linear-gradient(#EEE7DE, #E5E1DD);
	width: 100%;
	margin: 50px auto;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgba(112, 112, 112, .25);
}
body > section:first-of-type {
	margin-top: 15px;
}
.wide:last-of-type {
	margin-bottom: 0;
}

.wide section {
	margin: 100px auto;
}

/* nawigacja */
.logo {
	margin: 0 15px 15px 0;
	float: left;
}
  /* ~~ Top Navigation Bar ~~ */
  
#navigation-container {
	/* width: 1200px; */
	margin: 0 auto;
	/* height: 70px; */
}

.navigation-bar {
	/* background-color: rgba(255, 255, 255, 0.5); */
	/* height: 80px; */
	/* width: 100%; */
	text-align:center;
}
.navigation-bar ul {
	padding: 0;
	margin: 16px 0;
	text-align: center;
	display:inline-block;
	vertical-align:top;
}
@media only screen and (min-width: 530px) {
	.navigation-bar ul {
		float: right;
	}
}

.navigation-bar li {
	list-style-type: none;
	padding: 0px;
	height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline;
}
@media only screen and (max-width: 750px) {
	.navigation-bar li:first-child,
	.navigation-bar li:last-child {
		display: block;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 530px) {
	.navigation-bar li {
		display: block;
		margin-bottom: 35px;
	}
}

.navigation-bar li a {
	color: #333;
	background-color: rgba(238, 231, 222, .8);
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2em;
	padding: 15px 15px;
}
.navigation-bar li a:hover {
	color: #333;
	background-color: rgb(255, 255, 255);
	box-shadow: #333;	
}
.navigation-bar li:first-child a {
	background-color: transparent;
	color: #fff;
	text-shadow: 0px 0px 3px #000000;
}

ul.readmorelist {
	list-style: none;
	padding: 5px 20px 20px 20px;
	text-align: center;
}

ul.readmorelist li {
	display: block;
}
@media only screen and (min-width: 950px) {
	ul.readmorelist li {
		display: inline;
	}
}

.readmorelist a.button {
	padding: 18px 0 10px;
	margin: 15px 0 0 15px;
	line-height: 1.5em;
	text-decoration: none;
	width: 275px;
	height: 48px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
}
.readmorelist a.button.zapros {
	color: #80981E;
	padding: 14px 21px 16px 70px;
	white-space: nowrap;
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	background-image: url(../img/icon-zapros.png);
	background-repeat: no-repeat;
	background-position: 16px 8px;
	background-color: #fff;
	width: 191px;
}
.readmorelist a.button.art {
	background-color: #FBC015;
	text-align: center;
}
.readmorelist a.button.org {
	background-color: #E2001A;
	text-align: center;
}
.readmorelist a.button.tickets {
	background-color: #FBC015;
	text-align: center;
}
.readmorelist a.button.merchandise {
	background-color: #E2001A;
	text-align: center;
}

.center {
	text-align: center;
}

.lead {
	color: #fff;
	padding: 10px 25px 10px 25px;
	margin: 30px 0 50px;
	font-size: 18px;
	background-color: rgba(128, 152, 30, .7);
}
@media only screen and (min-width: 650px) {
	.lead {
		padding: 10px 90px 10px 25px;
		background-image: url(../img/icon-check.png);
		background-repeat: no-repeat;
		background-position: right 25px bottom 30px;
	}
}
@media only screen and (min-width: 1000px) {
	.lead {
		float: right;
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
}
.lead h1 {
	font-size: 49px;
	line-height: 1em;
	font-weight: 300;
	margin: 20px 0 50px;
}
.lead span {
	font-size: 38px;
}
.lead p {
	line-height: 1em;
	margin: 1em 0;
	font-size: 19px;
}

.margin-top {
	margin-top: 50px;
}
.green {
	color: #80981E;
}
.gray {
	color: #707070;
}
p {
	margin: 30px 0;
	line-height: 1.2em;
	font-size: 18px;
}
p.big, span.big {
	font-size: 28px;
}
p.medium, span.medium {
	font-size: 23px;
}
p.small, span.small {
	font-size: 16px;
}
p a {
	color: #80981E;
}

.kontakt img {
	height: 150px;
	width: 150px;
}
.kontakt div {
	display: inline-block;
}
.kontakt a {
	display: block;
	font-size: 23px;
	margin: 20px;
}
.kontakt a:hover {
	color: #80981E;
}
@media only screen and (max-width: 480px) {
	.kontakt {
		text-align: center;
	}
}
@media only screen and (min-width: 481px) {
	.kontakt {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kontakt img {
		float: left;
	}
	.kontakt a {
		display: block;
		font-size: 23px;
		margin: 30px;
	}
}

@media only screen and (min-width: 1000px) {
	.flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flex > div {
		flex: 0 0 calc(50% - 10px);
	}
}
.flex > div.box {
	padding: 20px;
	margin-top: 20px;
	background-color: #F8F8F8;
	box-sizing: border-box;
	border-top: 5px solid #80981E;
}
@media only screen and (min-width: 650px) {
	.flex > div {
		padding: 40px;
	}
}

@media only screen and (min-width: 1000px) {
	.flex2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flex2 div {
		flex: 0 0 calc(50% - 15px);
	}
}
.flex2 > div {
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.flex2 {
		padding: 10px;
	}
}

@media only screen and (min-width: 1000px) {
	.flex3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flex3 > div {
		flex: 0 0 calc(33% - 15px);
	}
}
.flex3 > div {
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.flex3 {
		padding: 10px;
	}
}

form fieldset {
	margin: 10px 0;
}
form input[type="radio"] {
	display: none;
}
form input[type="radio"] + label {
	display: inline-block;
	border: 1px solid #707070;
	background-color: #fff;
	padding: 15px 0;
	margin: 10px 20px 10px 0;
	font-size: 24px;
	width: 85px;
	text-align: center;
}
form input[type="radio"]:checked + label {
	background-color: #80981E;
	color: #fff;
}
form input[type="text"][name="amount-other"] {
	border: 1px solid #707070;
	border-radius: 0;
	padding: 9px 15px;
	background-color: #fff;
	margin: 10px 10px 10px 0;
	font-size: 24px;
	width: 7.5em;
}
form input[type="text"][name="item_name-other"] {
	border: 1px solid #707070;
	border-radius: 0;
	padding: .15em .5em;
	background-color: #fff;
	color: #565851;
	font-size: 1.5em;
	width: 100%;
	margin: 10px 0;
	box-sizing: border-box;
}
form input[type="text"][name="item_name-other"]::placeholder {
	font-size: .7em;
}
form input[type="text"][name="item_name-other"]::-ms-input-placeholder {
	font-size: .7em;
}
form input[type="text"].checked {
	background-color: #80981E !important;
	color: #fff;
}
form input[type="submit"] {
	border-radius: 0;
	border: none;
	font-size: 35px;
	padding: 25px 25px 25px 115px;
	margin: 20px 0;
	float: right;
	background-image: url(../img/icon-wspieram.png);
	background-repeat: no-repeat;
	background-position: 16px 8px;
	background-color: #80981E;
	color: #fff;
	cursor: pointer;
}

.modal {
	position: relative;
}
.modal-link {
	text-decoration: underline;
	cursor: pointer;
}
.modal-box {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(112, 112, 112, .25);
	max-width: 535px;
}
.modal-box p {
	margin: 10px 0;
	font-size: 16px;
}
.modal-link:hover + .modal-box,
.modal-box:hover {
	display: block;
}

.youtube {
	max-width: 100%;
	width: 640px;
	height: 360px;
	display: block;
	margin: 20px auto;
}
@media only screen and (min-width: 1250px) {
	.youtube {
		float: right;
		margin: 0 0 0 30px;
		width: 720px;
		height: 405px;;
	}
}
@media only screen and (min-width: 1680px) {
	.youtube {
		float: right;
		margin: 0 0 0 30px;
		width: 1104px;
		height: 621px;
	}
}

@media only screen and (max-width: 1250px) {

}

a.share {
	display: inline-block;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	line-height: 1.5em;
	width: 100px;
	color: #fff;
	text-decoration: none;
}
a.share svg {
	height: 12px;
	margin-right: 10px;
}
