/* Regulamin*/

.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;
}

.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;
}

.rul-h2 {
	margin-top: 3%;
	margin-bottom: 3%;
	color: #222222;
}

.rul-h2:hover {
	margin-top: 3%;
	margin-bottom: 3%;
	color: #fb9d17;
	transition: 0.5s;
}

.rul-h3 {
	text-align: center;
	color: #222222;
	font-size: 1.3rem;
	padding-bottom: 2%;
}

.rul-list>li {
	color: #222222;
	font-size: 1.0rem;
	padding-bottom: 0.8%;
	padding-top: 0.8%;
	text-align: justify;
}

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

.nav-tabContent{
	z-index: 99 !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;
	}
}



/* 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) {
	.rul-list>li {
		color: #222222;
		font-size: 1.0rem;
		padding-bottom: 0.8%;
		padding-top: 0.8%;
		padding-right: 2rem;
	}

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