body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Lato;
	font-size: 18px;
	line-height: 30px;
	overflow-x: hidden;
	background: #efac16;
}

::-webkit-input-placeholder {
	/* Chrome */
	color: #8f8f8f;
	font-family: Lato;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #8f8f8f;
	font-family: Lato;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #8f8f8f;
	opacity: 1;
	font-family: Lato;
}

:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #8f8f8f;
	opacity: 1;
	font-family: Lato;
}

.talent-section-content ul {
	list-style: none;
}

.talent-section-content ul li {
	position: relative;
}

.talent-section-content ul li:before {
	content: '-';
	list-style: none;
	position: absolute;
	left: -12px;
}

.navButtonContainer {
	position: fixed;
	top: 0;
	right: 0;
	width: 450px;
	z-index: 99999;
	padding-top: 80px;
}

.numer-input {
	width: 30px !important;
	height: 50px !important;
	display: inline-block !important;
	margin: 5px !important;
	padding: 10px 0 !important;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #5cafa5;

}

.numer-input[readonly] {
	color: #5c5c5c;
}

.separator {
	background: #000;
	width: 80%;
	height: 3px;
	border: 0;
}

nav {
	position: fixed;
	right: -500px;
	top: 0;
	height: 101vh;
	width: 470px;
	background: rgba(255, 255, 255, .99);
	padding: 100px 3em;
	z-index: 9999;
	transition: .225s all;
	-webkit-box-shadow: -7px 0px 25px -14px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -7px 0px 25px -14px rgba(0, 0, 0, 0.75);
	box-shadow: -7px 0px 25px -14px rgba(0, 0, 0, 0.75);
}

nav.show {
	right: 0;
	transition: .225s all;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	nav.show {
		right: 0px;
		transition: .225s all;
	}
}



nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	vertical-align: middle;
	margin: 30px 10px 30px 10px;
	line-height: 24px;
}

nav ul li a {
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #5d5d5d;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Open Sans;
	font-weight: 900;
}

.navicon {
	background: url(images/navicons.png);
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	margin-right: 1em;
}

.navicon.navicon-invitation {
	background-position: 0 0
}

.navicon.navicon-location {
	background-position: 0 -75px
}

.navicon.navicon-registration {
	background-position: 0 -145px
}

.navicon.navicon-rules {
	background-position: 0 -217px
}

.navicon.navicon-warto {
	background-position: 0 394px
}

#navButton {
	position: fixed;
	right: 430px;
	z-index: 9999999;
	cursor: pointer;
}

.submit-icon {
	background: url(images/submit-icons.png);
	width: 28px;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	vertical-align: middle;
	margin-top: -2px;
}

.submit-icon.submit-icon-email {
	background-position: 0 0;
}

.submit-icon.submit-icon-tel {
	background-position: 27px 0;
}

#formModalError {
	display: none;
}

#formModalError .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 99999;
}

#formModalError .text {
	position: fixed;
	top: 0;
	left: 0;
	background: #5cafa5;
	color: #fff;
	z-index: 999999;
}

#formModalError .container-text {
	position: fixed;
	left: 50%;
	top: 50%;
	background: #CF202D;
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 37px;
	letter-spacing: 1px;
}

#formModal {
	display: none;
}

#formModal .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 99999;
}

#formModal .text {
	position: fixed;
	top: 0;
	left: 0;
	background: #5cafa5;
	color: #fff;
	z-index: 999999;
}

#formModal .wrap-buttons {
	width: 100%;
	clear: both;
}

#formModal .wrap-buttons button {
	padding: 20px;
	border: 0;
	font-size: 20px;
	color: #fff;
}

#formModal .wrap-buttons #button-send-form-ok {
	background: #00c403;
}

#formModal .wrap-buttons #button-send-form-again {
	background: #CF202D;
}

.content {
	padding: 2em;
}

.content p {
	padding: 0;
}

.content p a {
	color: #000;
	text-decoration: none;
}

.container-text {
	position: fixed;
	left: 50%;
	top: 50%;
	background: #5cafa5;
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 37px;
	letter-spacing: 1px;
}

.container-text div.inner {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	padding: 1em;
}

.container-text h2 {
	font-style: italic;
	font-weight: normal;
}

.container-text p.contactText {
	font-style: italic;
}

.container-text p.contactInfo {
	font-weight: bold;
}

@media (max-width: 767px) {
	#formModalError .container-text {
		left: 0;
		top: 0;
	}

	.container-text {
		width: 100%;
		left: 0;
		top: 0;
		font-size: 18px !important;
		letter-spacing: 0;
	}
}

@media (min-width: 768px) {
	.container-text {
		width: 750px;
		margin-left: -375px;
		margin-top: -300px;
	}
}

@media (min-width: 992px) {
	.container-text {
		width: 970px;
		margin-left: -485px;
		margin-top: -250px;
	}
}

@media (min-width: 1200px) {
	.container-text {
		width: 1170px;
		margin-left: -585px;
		margin-top: -250px;
	}
}



.heading {
	position: relative;
	width: 100%;
	padding: 20px 0 20px 0;
}

.header {
	margin-top: 50px;

}

/*menu*/
.box {
	border-radius: 2px;
	position: absolute;
	top: 0%;
	left: 90%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.btn {
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
	width: 30px;
}

.span {
	display: block;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	height: 3px;
	background: #000;
	transition: all .3s;
	position: relative;
}

.span+.span {
	margin-top: 9px;
}

.active .span:nth-child(1) {
	animation: ease .7s top forwards;
}

.not-active .span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

.active .span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

.not-active .span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
}

.active .span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

.not-active .span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}

	50% {
		top: 12px;
		transform: rotate(0);
	}

	100% {
		top: 12px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 12px;
		transform: rotate(45deg);
	}

	50% {
		top: 12px;
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}

	50% {
		bottom: 12px;
		transform: rotate(0);
	}

	100% {
		bottom: 12px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 12px;
		transform: rotate(135deg);
	}

	50% {
		bottom: 12px;
		transform: rotate(0);
	}

	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.heading .whereee-wheeen {}

.header__info {
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	top: 50px;
	left: 50px;
	color: #000;
}

.img__footer--kielbasa {
	display: block;
	margin: 0 auto;
	width: 20%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.img__footer--kielbasa {
		width: 40%;
	}
}


#zajawka {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#138174+50,ffa772+50 */
	background: #138174;
	/* Old browsers */
	background: -moz-linear-gradient(left, #138174 50%, #feda32 50%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #138174 50%, #feda32 50%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #138174 50%, #feda32 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#138174', endColorstr='#feda32', GradientType=1);
	/* IE6-9 */
	font-weight: bold;
}


#zapisy-regulaminu {
	padding-bottom: 3em;
}

#top {
	background: url(img2019/bg.jpg);
	background-position: center 30px;
	width: 100%;
	height: 950px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #efac16;
	margin: 50px 0;
	padding: 0 16px;
}

/*#top::before {
	content: '';
	position: absolute;
	background: url(./img2019/balon.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12%;
	height: 60%;
	bottom: 0px;
	right: 0px;
}
*/


#whereee-wheeen {
	width: 100%;
	text-align: center;
	position: relative;
	bottom: -60%;
	left: 0;
}

.wheree__wheen--header {
	color: #fff;
	font-size: 40px;
}

.wheree__wheen--info {
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.wheree__wheen--span {
	line-height: 25px;
	font-size: 26px;
}
.section__white {
	display:block;
	background-repeat: no-repeat;
	background-size: 30%;
	height: 130px;
	width: 80%;
}

@media screen and (min-width: 320px) and (max-width: 400px) {
	#whereee-wheeen {
		width: 100%;
		text-align: center;
		position: relative;
		bottom: -35%;
		left: 0;
	}

	.btn {
		position: absolute;
		top: 50%;
		left: 49%;
		transform: translate(-50%, -50%);
		width: 30px;
	}

	.box {
		left: 90%;
	}
}

@media screen and (min-width: 401px) and (max-width: 767px) {
	#whereee-wheeen {
		bottom: -50%;
	}

	.btn {
		position: absolute;
		top: 50%;
		left: 49%;
	}
}

@media screen and (min-width: 401px) and (max-width: 500px) {

	.box {
		border-radius: 2px;
		position: absolute;
		top: 0%;
		left: 90%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
	}
}

@media screen and (min-width: 501px) and (max-width: 767px) {
	.box {
		border-radius: 2px;
		position: absolute;
		top: 0%;
		left: 80%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
	}
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	.wheree__wheen--info {
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.wheree__wheen--span {
		line-height: 25px;
		font-size: 15px;
	}
	.section__white {
		width: 100%;
	}
}

#map {
	background: url(./img2019/mapa.jpg) center center;
	width: 100%;
	height: 900px;
	background-size: contain;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	#map {
		height: 500px;
	}
}

#map .address {
	display: inline-block;
	width: 265px !important;
	height: 98px;
	margin: 0 auto;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 95%;
	margin-left: -132px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 1em;
	line-height: 2em;
	position: relative;
	background: url('images/wyznacz-trase.png');
}

#map .address a {
	background: #5cafa5;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: .7em;
	font-size: 1.5em;
	display: block;
	margin-top: .7em;
	text-transform: uppercase;
}

.center {
	text-align: center;
}

#jesli {
	background: #008ec4;
	/* Old browsers */
	background: -moz-linear-gradient(left, #008ec4 50%, #f37020 50%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #008ec4 50%, #f37020 50%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #008ec4 50%, #f37020 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ec4', endColorstr='#f37020', GradientType=1);
	/* IE6-9 */
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

#jesli .v-m {
	padding: 2em;
	vertical-align: middle;
}

.special {
	display: table;
	float: left;
}

.v-m {
	display: table-cell;
	vertical-align: middle
}

.special2 {
	display: table;
	float: left;
}

.v-m2 {
	display: table-cell;
	vertical-align: middle
}

@media screen and (max-width: 599px) {
	.special {
		width: 100% !important;
		float: none;
		clear: both;
	}

	.v-m {
		width: 100%;
	}

	.navButtonContainer {
		right: 10px;
		top: 0px;
	}

	nav {
		right: -990px;
		top: 0;
		width: 100%;
		padding: 100px 3em;
	}

	.a {
		width: 100% !important;
		clear: both;
		float: none;
		text-align: center;
	}

	.b {
		width: 100% !important;
		clear: both;
		float: none;
		text-align: center;
		padding: 1em;
	}
}

@media screen and (max-width: 991px) {
	.special3 {
		width: 100% !important;
		float: none;
		clear: both;
	}

	.v-m3 {
		width: 100%;
	}

	.navButtonContainer {
		right: 10px;
		top: -50px;
	}
}

@media screen and (max-width: 1199px) {
	.special2 {
		width: 100% !important;
		float: none;
		clear: both;
	}

	.v-m2 {
		width: 100%;
	}

	.navButtonContainer {
		right: 5vw;
		top: -25px;
	}
}

@media screen and (min-width: 1200px) {
	.navButtonContainer {
		right: 50px;
		top: 0px;
	}
}

.jblue {
	background: #008ec4;
}

.jorange {
	background: #fbb03b;
}

.jred {
	background: #f37020;
}

#map .address a:hover,
#map .address a:active,
#map .address a:visited {
	color: #fff;
}

#warto {}

#warto-2 {}

.grid__parent {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

.grid__child {
	padding: 50px;
	color: #fff;
	font-weight: normal;
	background: #11C987;
}
.grid__child--bg {
	background: #404040;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	.grid__parent {
		display: block;
	}
	.grid__child:nth-child(even) {
		background: #404040;
	}
	.grid__child:nth-child(odd) {
		background: #11C987;
	}
}

#wakacyjny {
	padding: 3em 1.5em;
	text-align: justify;
	color: #5c5c5c;
	font-weight: bold;
}

#wakacyjny a {
	color: #000;
}

.vcenter * {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	line-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.submit {
	border: 0;
	font-size: 1.2em;
	color: #fff;
	background: url(images/wyslij-zgloszenie.png);
	width: 265px;
	height: 116px;
	display: inline-flex;
	/* keep the inline nature of buttons */
	align-items: flex-start;
	position: relative;
}

.submit:focus {
	border: 0;
	outline: 0;
}

.submit:active {
	opacity: 0.8;
}

.submit span {
	position: absolute;
	top: 37px;
	left: 55px;
}

#form {
	background: #fcfcfc;
	padding: 2.5em 0;
}

#location {
	color: #138174;
	text-align: center;
}

#location::before {
	content: " ";
	display: inline-block;
	text-align: center;
	width: 105px;
	height: 105px;
	background: url(images/location.png);
	clear: both;
}


#long {
	height: 5000px;
}

#logo {
	position: absolute;
	top: 54px;
	left: 0;
}

#piknik {
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: -300px;
}

.lightblue {
	background: #ade8ff;
	color: #000;
}

footer {
	display: block;
	clear: both;
	padding: 2em 0;
	text-align: center;
}

footer li {
	box-sizing: border-box;
	line-height: 50px;
	display: inline-block;
	height: 50px;
	margin: 0;
	float: left;
}

footer li img {
	vertical-align: middle
}

footer a,
footer a:hover,
footer a:visited {
	box-sizing: border-box;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}

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

	#warto .container,
	#jesli .container {
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#top {
		height: 500px;
	}

	#piknik {
		width: 460px;
		margin-left: -230px;
		top: 135px;
	}

	#logo {
		top: 20px;
		left: 50%;
		margin-left: -84px;
	}

	#warto .first {
		width: 50% !important;
	}

	#warto .first h2 {
		font-size: 26px !important;
	}

	#warto .second {
		width: 50% !important;
	}
}

@media screen and (min-width: 600px) and (max-width: 992px) {
	#logo {
		left: 50%;
		margin-left: -84px;
		top: 20px;
	}

	.rules-col {
		border: 0;
	}

	#warto .first {
		width: 50% !important;

	}

	#warto .first h2 {
		font-size: 26px !important;
	}

	#warto .second {
		width: 50% !important;
	}
}

@media screen and (max-width: 992px) {
	.container {
		width: 100%;
	}
}

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



@media screen and (min-width: 1200px) {
	.rules-col {
		border-right: 0;
		height: 2000px;
		padding: 2em;
	}

	.rules-col:last-child {}
}

.rules-col a,
.rules-col a:hover,
.rules-col a:visited,
.rules-col a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


#date {
	text-align: center;
	font-size: 24px;
}

.center {
	text-align: center;
}

.blue {
	color: #008ec4
}

.bluebg {
	background: #008ec4;
	color: #fff;
	padding: .3em;
}

.graybg {
	background: #5c5c5c;
	color: #fff;
	padding: .3em;
}

.bold {
	font-weight: bold
}

.bluehr {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 480px;
	height: 5px;
	background: #008ec4;
}

.gray {
	background: #f7f7f7
}

.field {
	width: 100%;
	margin: 1em 0;
	display: inline-block;
	clear: both;
	overflow: hidden;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
}

.field__info {
	margin: 0 16px;
}

.field input[type=text],
.field textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .7em 1em;
	box-sizing: border-box;
	border: 0;
	font-size: 1em;
}

.field textarea:focus,
.field select:focus {
	outline: 0;
}

.field select {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 100%;
	display: block;
	padding: 1em;
	box-sizing: border-box;
	border: 0;
	font-size: 1em;
}

.field input:focus {
	border: 0 !important;
	outline: 0 !important;
}

label {
	display: block;
	float: none;
	clear: both;
}

.field .field-padding {
	padding: 1em;
	overflow: hidden;
}

.field .field-title {
	font-size: 20px;
	margin-bottom: .8em;
	display: block;
}

.field-radios input {
	position: relative;
	top: 2px;
}

.field {
	font-size: 18px;
}

.field-error {
	border: 2px solid red;

}

#wrap-field-free-transport {
	display: none;
}

#wrap-field-free-transport .field {
	border: 0;
	margin: 0 !important;
}

#wrap-field-free-transport .error {
	color: #a80032 !important;
}

#scena_talent_wrapper,
#turniej_zawodnik_wrapper {}

.plusminus {
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	padding: .3em .75em;
	color: #000;
	font-size: 1.2em;
	vertical-align: middle;
}

.plusminus:active {
	opacity: 0.8;
}

.plusminus-value {
	font-size: 15px;
	padding: 7.5px 0px;
	display: inline-block;
	border: 1px solid ccc;
	border-left: 0;
	border-right: 0;
}

*[disabled] {
	opacity: 0.5;
}

.error {
	color: red;
	font-size: 14px;
	display: none;
	margin: 10px 18px;
}

.field-padding .error {
	margin-left: 0;
	margin-right: 0;
}
