/* Rejestracja */

.cool-banner {
	background: url(../img/tlo\ strona.png) top center no-repeat;
	background-position-y: -6rem !important;
	background-size: cover;
	padding: 60px 0 10px;
	text-align: center;
	min-height: 380px;
}

.reg-list {
	margin: 2% 0 2%;
}

.main-nav-outer {
	-webkit-box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
	background-color: white;
}

.main-nav li{
	margin-left: auto !important;
	margin-right: auto !important;
}

.nav-tabs>a {
	text-decoration: none;
	color: #000;
	text-align: center !important;
	font-size: 1.4rem;
	padding: 0 0.5rem 0 0.5rem;
}

.nav-tabs,
.nav-link {
	border-bottom: none !important;
}

.nav-tabs a:hover,
.nav-tabs a:focus {
	text-decoration: none;
	color: #fb9d17;
}

.reg-line {
	display: block;
	margin-top: 0.1rem !important;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border-width: 10px;
	border-color: #fb9d17;
}

.reg-p {
	font-size: 1.2rem;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #222222;
	text-align: justify;
	line-height: 1.7rem;
}

.reg-p:first-of-type {
	margin-top: 6%;
}

@media screen and (max-width: 576px) {
	.reg-list>li>a {
		font-size: 1.1rem;
		padding: 0 0.3rem 0 0.3rem;
	}
}

label {
	font-size: 1.2rem;
	color: #353535;
}

/* Navigation
---------------------------------*/
.ext-nav-outer {
	padding: 0px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0 4px 5px -3px #ececec;
}

.ext-nav {
	text-align: center;
	margin: 10px 0 0px;
	padding: 0;
	list-style: none;
}

.ext-nav li {
	display: inline;
	margin: 0 1px;
}

.ext-nav li a {
	display: inline-block;
	color: #222222 !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height: 20px;
	margin: 17px 32px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 1.5rem;
}

.ext-nav li a:hover {
	text-decoration: none;
	color: #fb9d17 !important;
}


@media screen and (max-width: 576px) {
	.nav-item {
		color: #222222;
		font-size: 1.2rem !important;
		padding-top: 0.3rem !important;
		padding-bottom: 0.3rem !important;
	}

	.cool-banner {
		background: url(../img/tlo\ strona\ bez\ napisu.png) top center no-repeat;
		background-position-y: -10rem !important;
	}
}

.red {
	color: red;
}

.submit-btn {
	display: block;
	margin: 1.1rem auto 0 auto;
	background-color: #fb9d17;
	color: #fff;
	font-size: 1.5rem;
	outline: 0;
}

.submit-btn:hover {
	background-color: #222222;
	color: #fff;
}

.input-file-container {
	position: relative;
	width: 350px;
}

.js .input-file-trigger {
	display: block;
	padding: 14px 45px;
	background: #fb9d17;
	color: #fff;
	font-size: 1em;
	transition: all .4s;
	cursor: pointer;
	text-align: center;
	border-radius: 0.25rem;
}

.js .input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	opacity: 0;
	padding: 14px 0;
	cursor: pointer;
}

.js .input-file:hover+.input-file-trigger,
.js .input-file:focus+.input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
	background: #222222;
}

.file-return {
	margin: 0;
}

.file-return:not(:empty) {
	margin: 1em 0;
}

.js .file-return {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}

.js .file-return:not(:empty):before {
	content: "Wybrany plik: ";
	font-style: normal;
	font-weight: normal;
}

.visible {
	display: block !important;
}

.hidden {
	display: none;
}

#textPayment {
	margin: 2.2rem 0;
}

#textPayment p {
	font-size: 1.1rem;
	text-align: center;
	margin: 0.7rem 0rem;
}

.tab__must h3{
	font-size: 1.5rem;
	margin-bottom: 1.2rem !important;
	text-align: center;
}

.tab__brief h3{
	font-size: 1.2rem;
	margin: 0.5rem 0;
}

.must__list li {
	font-size: 1.2rem;
	color: #000;
}

.tab__resign p{
	font-size: 1.2rem;
	margin: 0.5rem 0;
	color: #000;

}

.tab__vat p{
	font-size: 1.2rem;
	margin: 0.5rem 0;
	color: #000;
}

.dec__link {
	color: #fb9d17;
	text-decoration: underline;
	transition: 0.3s;
}

.dec__link:hover {
	color: #e28708;
}

.orange{
	color: #fb9d17 !important;
}