/*.container {max-width:none!important;width:970px}.container .navbar-header,.container .navbar-collapse {margin-right:0;margin-left:0}.navbar-header {float:left}.navbar-collapse {display:block!important;height:auto !important;padding-bottom:0;overflow:visible!important}.navbar-toggle {display:none}.navbar-brand {margin-left:-15px}.navbar-nav {float:left;margin:0}.navbar-nav >li {float:left}.navbar-nav.navbar-right {float:right}*/

html {
	/*min-width: 1000px !important;*/
	overflow-y: scroll;
}

body {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}

section {
	margin-top: 30px;
	margin-bottom: 30px;
}

section.top {
	margin-top: 150px;
}

section.home {
	margin-bottom: 60px;
}

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

section.top img {
	box-shadow: 0px 0px 5px 0 #656565;
}

section.top img.no-shadow, section.top .googleMapCanvas img {
	box-shadow: none;
}

a, a:hover {
    color: #1180C5;
}

h1 {
	font-size: 30px;
    margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1180C5;
    text-transform: uppercase;
    color: #1180C5;
}

h1.underline {
	border-bottom: 1px solid #1180C5;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
    color: #1180C5;
}

h3 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
    color: #1180C5;
}

h6 {
	font-size: 13px;
	margin-bottom: 15px;
}

.hufcowy h1, .hufcowy h2, .komenda h1, .komenda h2 {
	font-size: 15px;
	text-transform: none;
	padding-bottom: 0px;
	border: 0px;
	margin-bottom: 5px;
}

.hufcowy h2, .komenda h2 {
	margin-top: 0px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table tr:first-child td {
	background: #F0F0F0;
	font-weight: bold;
}

table tr td {
	border: 1px solid #F0F0F0;
	padding: 10px;
}

.border-footer {
	border-top: 1px solid #1180C5;
	padding-top: 30px;
}

.border-footer p {
	margin-bottom: 0px;
}

.logo {
	text-align: left;
}

.logo-img {
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.border-sponsor {
	border-top: 20px solid #F0F0F0;
}

.sponsor {
	width: auto;
	max-height: 100px;
}

.sponsor-text {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.navbar-toggler i {
	color: #1180C5;
}

header.head {
	background: #f0f0f0;
	z-index: 10;
	position: fixed;
	top: 0px;
	width: 100%;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

header.head .main-nav {
	position: static;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
}

header.head .nav li {
	width: 100%;
}

header.head .nav li a {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 0px;
	color: #1180C5;
	transition: 0.3s;
	position: relative;
}

header.head .nav li.nav-dropdown a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 15px;
}

header.head .nav li.nav-dropdown ul li a:after {
	content: none;
}

header.head .nav li:hover a {
	text-decoration: none;
	transition: 0.3s;
}

header.head .nav li ul {
	display: none;
	padding: 0px;
	padding-bottom: 5px !important;
	position: static;
	list-style: none;
	padding: 0px;
	float: left;
    width: 100%;
}

header.head .nav li:hover ul {
	display: none;
}

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

header.head .nav li ul li {
	width: 100%;
	padding-left: 0px;
	margin: 0 auto;
}

header.head .nav li ul li a {
	color: #1180C5 !important;
	width: 100%;
	margin-top: 0px;
    float: left;
	height: auto;
	padding: 0px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	background: transparent !important;
}

header.head .nav li ul li a:hover {
	text-decoration: none;
}

header.head .nav li ul li ul {
	position: static;
	width: 50%;
	clear: both;
	padding-bottom: 0px;
}

header.head .nav li ul li ul li {
	padding-left: 30px;
	width: 100%;
	margin: 0px;
	float: left;
}

header.head .nav li ul li ul li a {
	width: 100%;
}

header.head .navbar {
	padding: 0px;
}

footer {
	background: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p {
	margin: 0px;
	font-size: 16px;
	color: #1180C5;
}

footer p a {
	color: #1180C5 !important;
}

footer .site-by {
	text-align: left;
}

.banner {
	background-image: url(../../media/jpg/huf_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	position: relative;
	top: 0px;
	height: 600px;
	width: 100%;
	z-index: 0;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.banner .overlay {
	padding-top: 195px;
	background: #1180C5;
	height: 100%;
    opacity: 0.8;
	filter: alpha(opacity=80);
}

section.banner .overlay h1 {
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #ffffff;
	text-transform: none;
}

section.banner .overlay h2 {
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #ffffff;
}

section.banner .overlay h3 {
	font-size: 14px;
	line-height: 1.8;
	color: #ffffff;
}

.home.boxes {
	margin-top: -80px;
}

.home .box {
	float: left;
	width: 100%;
	box-shadow: 0px 0px 5px 0 #656565;
	overflow: hidden;
	margin-bottom: 30px;
}

.home .box p {
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
}

.home .box a {
	float: left;
	width: 100%;
	padding: 15px;
	background: #f0f0f0;
	color: #1180C5;
	text-decoration: none;
	font-size: 20px;
	transition: 0.2s;
}

.home .box p:first-child a {
	padding: 0px;
}

.home .box:hover a {
	background: #1180C5;
	color: #ffffff;
	transition: 0.2s;
}

.home .box img {
	transition: 0.2s;
	width: 100%;
}

.home .box:hover img {
	transform: scale(1.1);
	transition: 0.2s;
}

.home-box {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.home-box.wyd {
	margin-bottom: 30px;
	height: 200px;
}

.home-box h2 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.3s;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-box.wyd h2 {
	font-size: 30px;
}

.home-box:hover h2 {
	opacity: 0.85;
	filter: alpha(opacity=85);
	transition: 0.3s;
}

.home-box h2 a {
	color: #f0f0f0 !important;
	text-decoration: none !important;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	line-height: 100px;
	background: #1180C5;
}

.home-box.wyd h2 a {
	line-height: 200px;
}

.home-box.dark_blue h2 a {
	background: #21145C;
}

.home-box.light_blue h2 a {
	background: #4484B5;
}

.home-box.dark_green h2 a {
	background: #1A6A30;
}

.home-box.light_green h2 a {
	background: #4BE62E;
}

.home-box.dark_red h2 a {
	background: #71132A;
}

.home-box.light_red h2 a {
	background: #B92F1F;
}

.home-box.dark_orange h2 a {
	background: #F78800;
}

.home-box.light_orange h2 a {
	background: #F79E01;
}

.home-box.yellow h2 a {
	background: #C98200;
}

.home-box.grey h2 a {
	background: #7E7F84;
}

.home-box.black h2 a {
	background: #480D2C;
}

.home-box.brown h2 a {
	background: #6C503A;
}

.home-box.purple h2 a {
	background: #800080;
}

.home-box.pink h2 a {
	background: #F766AE;
}

.home-box.white h2 a {
	background: #DAD2CA;
	color: #231F20 !important;
}

.home-box img {
	width: 100%;
}

.home-box.wyd img {
	margin-top: -15px;
	min-height: 215px;
}

.home-box p {
	margin: 0px;
}

.ccm-block-rss-displayer-item {
	margin-bottom: 15px;
}

.ccm-block-rss-displayer-item-date {
	display: none;
}

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

.hufcowy {
	margin-bottom: 15px;
	font-size: 14px;
}

.hufcowy-img, .komenda-img {
	margin-bottom: 15px;
}

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

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

.text-muted {
	color: #cc0000 !important;
	opacity: 1 !important;
	font-weight: bold !important;
}

.akcje img {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.form-stacked .btn-primary {
	margin-bottom: 15px;
}

.ccm-block-page-list-wrapper {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.home-box img {
		margin-top: -40px !important;
	}
}

@media (min-width: 576px) {
	.banner .overlay {
		padding-top: 220px;
	}
	.home .box a {
		font-size: 15px;
	}
	section.banner .overlay h1 {
		font-size: 40px;
	}
	section.banner .overlay h2 {
		font-size: 38px;
	}
	.hufcowy h1, .hufcowy h2, .komenda h1, .komenda h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.komenda {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	#nav {
		display: block !important;
	}
	.navbar-toggler {
		display: none;
	}
	.logo {
		text-align: center;
	}
	header.head .main-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	header.head .nav li {
		width: 25%;
	}
	header.head .nav li a {
		height: 120px;
		padding-top: 48px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0px;
	}
	header.head .nav li.nav-dropdown a:after {
		content: none;
	}
	header.head .nav li:hover a {
		background: #1180C5;
		color: #ffffff;
	}
	header.head .nav li ul {
		padding-top: 10px;
		padding-bottom: 15px !important;
		position: absolute;
		top: 120px;
		left: 0px;
		background: #1180C5;
	}
	header.head .nav li:hover ul {
		display: block;
	}
	header.head .nav li.nav-path-selected ul {
		display: none;
	}
	header.head .nav li.nav-path-selected:hover ul {
		display: block;
	}
	header.head .nav li ul li {
		width: 690px;
		margin: 0 auto;
	}
	header.head .nav li ul li.dropdown-first {
		display: none;
	}
	header.head .nav li ul li a {
		width: 50%;
		margin-top: 5px;
		padding: 0px;
		padding-left: 15px;
		color: #ffffff !important;
	}
	header.head .nav li ul li a:hover {
		text-decoration: underline;
	}
	footer .site-by {
		text-align: right;
	}
	section.banner .overlay h1 {
		font-size: 44px;
	}
	section.banner .overlay h2 {
		font-size: 42px;
	}
	section.banner .overlay h3 {
		letter-spacing: 0px;
	}
	.home .box {
		margin-bottom: 0px;
		margin-top: -80px;
	}
	.home.boxes {
		margin-top: 0px;
	}
	.home-box-container:nth-child(odd) {
		padding-right: 0px;
	}
	.home-box-container:nth-child(even) {
		padding-left: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-box img {
		margin-top: -50px !important;
	}
}

@media (min-width: 992px) {
	section.banner .overlay h1 {
		font-size: 60px;
	}
	section.banner .overlay h3 {
		font-size: 15px;
	}
	header.head .nav li a {
		font-size: 15px;
		letter-spacing: 1px;
	}
	header.head .nav li ul li {
		width: 930px;
	}
	.home .box a {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	header.head .nav li a {
		font-size: 16px;
		letter-spacing: 2px;
	}
	section.banner .overlay h3 {
		font-size: 16px;
	}
	header.head .nav li ul li {
		width: 1110px;
		padding-left: 14%;
	}
	.banner {
		background-size: 100%;
	}
	.komenda {
		font-size: 16px;
	}
}