@font-face {
	font-family: Proxima;
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: ProximaBold;
	src: url(../fonts/ProximaNova-Bold.otf);
}
@font-face {
	font-family: ProximaExtraBold;
	src: url(../fonts/ProximaNova-Extrabold.otf);
}

html {
	overflow-y: scroll;
	height: 100%;
	min-height: 600px;
	max-height: 1078px;
}

body {
	background-color: #1C2D4F;
	color: #000039;
	font-family: Proxima;
	height: 100%;
	min-height: 600px;
	max-height: 1078px;
}

a {
	color: #CD2129;
	text-decoration: none !important;
	overflow-wrap: break-word;
}

a:hover {
	color: #CD2129;
}

a.button {
	background: #E22632;
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul, ol {
	padding-left: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: ProximaBold;
	font-size: 40px;
	margin-bottom: 20px;
}

.top-nav h1 {
	line-height: 48px;
}

h1.title-eng {
	font-size: 28px;
}

h2 {
	font-family: ProximaBold;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3 {
	font-family: ProximaBold;
	font-size: 24px;
}

table {
	width: 100%;
}

table tr td, .kom_choragwi {
	border-bottom: 1px solid #1C2D4F;
	padding: 10px 0px;
}

section.template {
	padding: 50px 0px;
	background-color: #fff;
}

section.template img.ccm-image-block {
	box-shadow: 0px 6px 10px rgba(0,0,0,.4);
	margin-bottom: 15px;
}

.breadcrumb {
	background: none;
	padding: 0px;
}

.breadcrumb ul {
	list-style: none;
	padding: 0px;
	float: left;
}

.breadcrumb ul li {
	display: none;
	float: left;
}

.breadcrumb ul li.nav-path-selected {
	display: block;
}

.breadcrumb ul li.nav-selected.nav-path-selected a:after {
	content: none;
	padding: 0px;
}

.breadcrumb ul li.nav-selected.nav-path-selected a {
	font-weight: bold;
}

.breadcrumb ul li.dropdown-first {
	display: none;
}

.breadcrumb ul li a {
	float: left;
}

.breadcrumb ul li a:after {
	font-family: FontAwesome;
	content: "\f105";
	padding: 0px 10px;
	color: #000039;
}

.ccm-block-page-list-title a {
	float: left;
    width: 100%;
    border: 1px solid #1C2D4F;
    margin-bottom: 20px;
    padding: 15px;
    color: #6D82AB;
    margin-top: 5px;
    text-transform: uppercase;
	font-size: 18px;
}

.desktop-nav {
	position: fixed;
	bottom: 0px;
	left: 15px;
	z-index: 99999;
	max-height: 100%;
	min-height: 95%;
	max-width: 200px;
	overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.desktop-nav::-webkit-scrollbar {
	display: none;
}

.desktop-nav .main-nav ul.nav {
	padding-top: 15px;
}

.mob-nav .main-nav ul.nav {
	margin-top: 15px;
}

.desktop-nav .main-nav ul.nav li, .mob-nav .main-nav ul.nav li {
	float: left;
	width: 100%;
}

.desktop-nav .main-nav ul.nav li a:hover, .desktop-nav .main-nav ul.nav li.nav-path-selected a, .mob-nav .main-nav ul.nav li.nav-path-selected a {
	color: #E02033;
}

.desktop-nav .main-nav ul.nav li a, .mob-nav .main-nav ul.nav li a {
	background: none;
	color: #fff;
	font-size: 16px;
	font-family: ProximaBold;
	padding: 5px 15px;
	float: left;
	width: 100%;
	text-decoration: none !important;
	outline: none;
}

.mob-nav .main-nav ul.nav li a {
	padding: 5px 0px;
	position: relative;
}

.mob-nav .main-nav ul.nav li ul {
	display: none;
	list-style: none;
	padding: 0px;
	width: 100%;
	float: left;
	border-top: 1px solid #6D82AB;
}

.mob-nav .main-nav ul.nav li ul li a {
	padding: 5px 15px;
}

.mob-nav .main-nav ul.nav li.nav-path-selected ul li a {
	color: #fff;
}

.mob-nav .main-nav ul.nav li ul ul {
	border: 0px;
}

.mob-nav .main-nav ul.nav li ul ul li {
	padding: 0px 15px;
}

.mob-nav .main-nav ul.nav li ul ul li:first-child a {
    border-top: 1px solid #6D82AB;
}

.mob-nav .main-nav ul.nav li.nav-path-selected ul li a.nav-selected, .mob-nav .main-nav ul.nav li.nav-path-selected ul li a.nav-dropdown.nav-path-selected {
	color: #E02033;
}

.mob-nav .main-nav ul.nav li ul.nav-path-selected.nav-dropdown {
	display: block;
}

.mob-nav .main-nav ul.nav li ul.nav-path-selected.nav-dropdown ul ul {
	display: none;
}

.mob-nav .main-nav ul.nav li.nav-dropdown a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 5px;
}

.mob-nav .main-nav ul.nav li.nav-dropdown ul li a:after {
	content: none;
}

.mob-nav .main-nav ul.nav li ul li a.nav-dropdown:after {
	font-family: FontAwesome;
	content: "\f105";
	padding: 0px 10px;
	position: static;
}

.desktop-nav .main-nav .side-link {
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #000039;
}

.desktop-nav .main-nav .side-link a {
	color: #6D82AB;
}

.desktop-nav .main-nav .side-link.hufce-harcerzy {
	padding-top: 0px;
	padding-bottom: 10px;
}

.desktop-nav .main-nav .side-link.dokumenty {
	padding-bottom: 10px;
}

.desktop-nav .main-nav .language {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.desktop-nav .main-nav .language a {
	margin-right: 10px;
}

.desktop-nav .main-nav .language i, .mob-nav .language i {
	font-size: 1.3rem;
    position: relative;
    top: 4px;
    color: #fff;
}

.lang-mob {
	display: flex;
	justify-content: right;
	align-items: center;
}

.top-nav {
	background: #1C2D4F;
	padding: 30px 0px;
}

.alert-home {
	background: #CD2129;
	color: #fff !important;
	text-decoration: none !important;
	width: 100%;
	height: 62px;
	line-height: 1.2;
	font-family: ProximaBold;
	margin-bottom: 10px;
	/*margin-bottom: 30px;*/
	float: right;
	clear: both;
	padding: 12px 20px;
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.alert-home.yellow {
	background: #FFE627;
	color: #000039 !important;
}

.alert-home.green {
	background: #2A6E45;
	color: #fff !important;
}

.sub-footer {
	background: #fff;
	padding: 30px 0px;
	border-top: 1px solid #000039;
}

footer {
	background: #1C2D4F;
	padding: 30px 0px;
	color: #6D82AB;
	font-size: 13px;
}

footer h2, footer h3 {
	color: #fff;
}

footer a {
	color: #6D82AB !important;
}

footer p {
	margin: 0px;
}

.mob-nav {
	padding: 15px 0px;
}

.mob-nav .logo {
	max-height: 100px;
}

.logo_footer {
	min-height: 60px;
	min-width: 61px;
}

.navbar-toggler {
	padding: .25rem 1.25rem;
}

.navbar-toggler i {
	color: #fff;
	float: right;
}

.navbar-toggler:focus {
	outline: 0px;
}

.navbar-toggler .fa-bars {
	display: none;
}

.navbar-toggler.collapsed .fa-bars {
	display: block;
}

.navbar-toggler .fa-times {
	display: block;
}

.navbar-toggler.collapsed .fa-times {
	display: none;
}

.sub-footer ul {
	padding: 0px;
}

nav .nav li, footer .nav li, .sub-footer li {
	float: left;
	width: 50%;
	display: flex;
	font-size: 13px;
}

nav .nav li a, footer .nav li a, .sub-footer li a {
	color: #BCBEC0 !important;
    border: 1px solid #6D82AB;
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 15px;
	margin-right: 5%;
    width: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
	min-height: 50px;
	transition: 0.2s all;
}

nav .nav li a {
	margin-right: 10%;
    width: 90%;
}

footer .nav li:nth-child(even) a, .sub-footer li:nth-child(even) a {
	margin-right: 0px;
	margin-left: 5%;
}

.sub-footer li a {
	margin-bottom: 0px;
    border: 1px solid #1C2D4F;
	color: #1C2D4F !important;
}

.sub-footer li:first-child a {
	margin-bottom: 5px;
}

nav .nav li.nav-path-selected a, nav .nav li a:hover, footer .nav li a:hover {
	background: #6D82AB;
	color: #1C2D4F !important;
	transition: 0.2s all;
}

.sub-footer li a:hover {
	background: #1C2D4F;
	color: #fff !important;
	transition: 0.2s all;
}

.wesprzij ul {
	border-top: 1px solid #1C2D4F;
	margin-top: 15px;
	padding-top: 15px;
}

.eng-footer-nav .nav {
	display: block;
}

.home-section {
	height: 100%;
	min-height: 640px;
	/*min-height: 600px;*/
	max-height: 1078px;
	padding: 0px !important;
	display: flex;
	align-items: center;
	background: none;
}

.home-background-banner {
	height: 100%;
	min-height: 640px;
	/*min-height: 600px;*/
	max-height: 1078px;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.home-background-banner .owl-stage-outer, .home-background-banner .owl-stage, .home-background-banner .owl-item {
	height: 100%;
}

.home-background-banner .item:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	background: rgba(0,0,0,0.4);
}

.home-background-banner .item {
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}

.home-background-banner .item img {
	height: 100% !important;
	width: auto !important;
    max-height: 1078px;
    max-width: 1918px;
}

.link-down {
	font-size: 50px;
	color: #fff !important;
}

.home-section h1 {
	font-size: 32px;
}

.home-row {
	display: flex;
	align-items: center;
}

.home-section .home-top h1 {
	font-size: 80px;
	color: #fff;
}

.home-section .home-top h2 {
	font-size: 22px;
	color: #fff;
	font-family: Proxima;
	text-transform: none;
}

.home-link {
	transition: all 0.2s;
	background: rgba(255,255,255,0.2);
}

.home-link:hover {
	transition: all 0.2s;
	background: rgba(255,255,255,0.4);
}

.home-link-har {
	font-size: 16px;
}

.home-link-sta {
	border-bottom-right-radius: 15px;
}

.home-gdzie {
	border-radius: 15px;
}

.home-gdzie a {
	font-family: ProximaBold;
}

.home-map {
	display: flex;
	align-items: center;
	justify-content: center;
}

.safeguarding-home {
	background: #FFE627;
    padding: 15px !important;
    padding-bottom: 0px !important;
}

.safe-right {
	padding-top: 0px !important;
}

.callout-home {
	background: #528F53;
    padding: 15px !important;
    padding-bottom: 0px !important;
	color: #fff !important;
}

.callout-home a {
	color: #fff !important;
	text-decoration: underline !important;
}

.callout-home a:hover {
	text-decoration: none !important;
}

.callout-right {
	text-align: center;
}

.home-map img {
	width: 50%;
}

.banner-container {
	margin-bottom: 60px;
	padding: 0px;
}

.banner {
	max-height: 280px;
	overflow: hidden;
}

.banner .item:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	background: rgba(0,0,0,0.3);
}

.banner .item {
	max-height: 280px;
}

.banner .item .text {
	position: absolute;
    bottom: 0px;
    right: 0px;
    left: 35%;
    padding: 10px;
    background: rgba(255,255,255,0.4);
    color: #fff;
    text-align: right;
	font-size: 14px;
    line-height: 1.4;
}

.banner .item .text h2, .banner .item .text p {
	margin: 0px;
}

.banner .item .text h2 {
	text-align: center;
}

.banner .item .text p {
	display: none;
}

.banner .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.banner .owl-dots .owl-dot {
	width: 10px;
    height: 5px;
    background: #fff;
    margin-right: 3px;
    float: left;
	outline: none;
}

.banner .owl-dots .owl-dot.active {
	background: #E22632;
}

.image_link_box {
	height: 100%;
    background: #000039;
    border-radius: 15px;
	box-shadow: 0px 6px 10px rgba(0,0,0,.4);
}

.image_link_box a {
	color: #1C2D4F;
}

.image_link_box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	width: 100%;
}

.image_link_box .title {
    background: #fff;
    text-align: center;
    padding: 5px;
    font-family: ProximaBold;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image_link_box:hover .title {
	color: #E22632;
}

.image_link_box .text {
	color: #fff;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
	display: none;
}

.image_link_box .text p {
	margin: 0px;
}

.komenda-container {
	display: flex;
	align-items: center;
}

.komenda h1, .komenda h2 {
	font-size: 17px;
	text-transform: none;
	margin-bottom: 5px;
}

.komenda h2 {
	font-family: Proxima;
	font-size: 16px;
}

.komenda-img, .wladze-img, .wladze-bio, .news {
	margin-bottom: 30px;
}

.komenda-img img, .wladze img {
	border-radius: 100%;
	box-shadow: 0px 6px 10px rgba(0,0,0,.4);
}

.news-img img {
	box-shadow: 0px 6px 10px rgba(0,0,0,.4);
	margin-bottom: 15px;
}

.news h4 {
	margin-bottom: 0px;
}

.komenda {
	margin-bottom: 30px;
	font-size: 15px;
}

.komenda p {
	margin-bottom: 0px;
}

.wladze-center {
	display: flex;
	align-items: center;
}

.img-block {
	margin-bottom: 15px;
}

.img-block img {
	box-shadow: 0px 6px 10px rgba(0,0,0,.4);
	margin-bottom: 15px;
}

.img-block p {
	font-size: 13px;
}

.readiness {
	width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-family: ProximaBold;
}

.readiness.green {
	background: #ADFF2F;
}

.readiness.yellow {
	background: #FFFF00;
}

.readiness.amber {
	background: #FFA500;
}

.readiness.red {
	background: #FF0000;
}

.readiness-info {
    background: #E5E5E5;
    padding: 20px;
    margin-bottom: 30px;
}

.readiness-info a {
	color: #CD2129 !important;
}

.map-container {
	height: 501px;
}

.map {
	position: absolute;
	width: 100%;
	margin: 0px -15px;
    padding: 0px 15px;
}

.map .hufiec-info {
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: right;
}

#uk_nw, #uk_ne, #uk_m, #uk_s, #uk_l, #uk_sc {
	opacity: 0;
	z-index: 0;
}

#uk_glowna {
	z-index: 10;
}

@media (min-width: 576px) {
	a {
		overflow-wrap: normal;
	}
	.alert-home {
		background-image: url(../../media/png/Alert_banner.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: transparent;
		width: 300px;
		text-align: right;
		padding-left: 50px;
		justify-content: right;
	}
	.alert-home.yellow {
		background-image: url(../../media/png/Alert_banner_yellow.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: transparent;
	}
	.alert-home.green {
		background-image: url(../../media/png/Alert_banner_green.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: transparent;
	}
	nav .nav li, footer .nav li {
		width: 25%;
	}
	footer .nav li:nth-child(even) a {
		margin-left: 0px;
	}
	footer .nav li a {
		margin-right: 10%;
		width: 90%;
	}
	.sub-footer li a {
		margin-right: 5%;
		width: 95%;
		text-transform: uppercase;
	}
	.banner-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.banner .item .text {
		padding: 15px;
		left: 25%;
	}
	.banner .item .text h2 {
		text-align: right;
	}
	.banner .item .text p {
		display: block;
	}
	.home-link-har {
		font-size: 18px;
	}
	.image_link_box .title {
		border-radius: 0px;
		height: auto;
	}
	.image_link_box .text {
		display: block;
	}
	.komenda h1 {
		font-size: 21px;
	}
	.komenda h2 {
		font-size: 17px;
	}
	.komenda {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.home-background-banner .item img {
		height: auto !important;
	}
	.desktop-nav {
		max-width: 190px;
		background-image: linear-gradient(top, transparent 95px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 95px, #000039 0px, #000039 100%);
	}
	.desktop-nav .logo {
		background-image: linear-gradient(top, transparent 95px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 95px, #000039 0px, #000039 100%);
	}
	.desktop-nav .main-nav ul.nav {
		background: #000039;
	}
	.desktop-nav .main-nav ul.nav li a {
		font-size: 15px;
		padding: 5px 15px;
	}
	.desktop-nav .main-nav .side-link {
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.desktop-nav .main-nav .language {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner .item .text {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 60px;
	}
	.top-nav h1 {
		line-height: 72px;
	}
	h1.title-eng {
		font-size: 42px;
	}
	.desktop-nav {
		max-width: 160px;
		background-image: linear-gradient(top, transparent 80px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 80px, #000039 0px, #000039 100%);
	}
	.desktop-nav .logo {
		background-image: linear-gradient(top, transparent 80px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 80px, #000039 0px, #000039 100%);
	}
	.desktop-nav .main-nav ul.nav li a {
		font-size: 13.5px;
		padding: 8px 10px;
	}
	.desktop-nav .main-nav .side-link {
		font-size: 13.5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.desktop-nav .main-nav .language {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav .nav li, footer .nav li {
		width: 12.5%;
	}
	.sub-footer li {
		width: 100%;
	}
	.sub-footer li a {
		min-height: 40px;
		margin-right: 0px;
		width: 100%;
	}
	.sub-footer li:nth-child(even) a {
		margin-left: 0px;
	}
	.wesprzij {
		border-left: 1px solid #1C2D4F;
	}
	.wesprzij ul {
		border-top: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}
	.banner-container {
		position: absolute;
		right: 0px;
		padding-right: 0px;
		margin: 0px;
	}
	.home-section .home-top h1 {
		font-size: 100px;
	}
	.home-section .home-top h2 {
		font-size: 26px;
	}
	.home-link-sta {
		font-size: 15px;
	}
	.home-map img {
		width: 100%;
	}
	.safe-right {
		padding-top: 15px !important;
	}
	.komenda h1 {
		font-size: 17px;
	}
	.komenda h2 {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 70px;
	}
	.top-nav h1 {
		line-height: 84px;
	}
	h1.title-eng {
		font-size: 50px;
	}
	.desktop-nav {
		max-width: 200px;
		background-image: linear-gradient(top, transparent 100px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 100px, #000039 0px, #000039 100%);
	}
	.desktop-nav .logo {
		background-image: linear-gradient(top, transparent 100px, #000039 0px, #000039 100%);
		background-image: -webkit-linear-gradient(top, transparent 100px, #000039 0px, #000039 100%);
	}
	.desktop-nav .main-nav ul.nav li a {
		font-size: 16px;
		padding: 5px 15px;
	}
	.desktop-nav .main-nav .side-link {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.desktop-nav .main-nav .language {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub-footer li a {
		min-height: 50px;
	}
	.home-section h1 {
		font-size: 40px;
	}
	.home-section .home-top h1 {
		font-size: 130px;
	}
	.home-section .home-top h2 {
		font-size: 32px;
	}
	.home-link-sta {
		font-size: 16px;
	}
	.banner-container {
		padding-left: 0px;
	}
	.komenda h1 {
		font-size: 21px;
	}
	.komenda h2 {
		font-size: 17px;
	}
}