html, body {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #333;
}
.box {
	background: #fff;
}
footer {
	border-top: 1px solid #e5e5e5;
}
footer p {
	font-size: 13px;
	color: #b5b5b5;
}
footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer nav ul li {
	float: left;
	margin: 20px 30px 50px 0;
}
footer nav ul li a, footer nav ul li a:hover {
	color: #333;
	font-size: 13px;
}
a {
	outline: none;
}
.letter-spacing {
	letter-spacing: 1px;
}
.editions {
	margin-top: 25px;
	font-size: 15px;
}
.editions a {
	color: #666;
	font-weight: 600;
	font-size: 16px;
	margin-left: 10px;
	border: 1px solid #62B35F;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	transition: all 0.2s;
}
.editions a:hover {
	text-decoration: none;
	color: #fff;
	background: #0099cf;
	background: -moz-linear-gradient(left,  #0099cf 1%, #7dba40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#0099cf), color-stop(100%,#7dba40));
	background: -webkit-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -o-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -ms-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: linear-gradient(to right,  #0099cf 1%,#7dba40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cf', endColorstr='#7dba40',GradientType=1 );
}
.editions-top {
	margin-top: 0; 
	margin-left: 15px;
}
#triangles-background {
	background: transparent url('../../../gfx/triangles.png') repeat-x top center;
}
#se-pre-con {
	display: none;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../../gfx/rotator.gif') center center no-repeat rgba(255, 255, 255, 0.9);
}
#se-pre-con div {
	position:absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

#warning {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../../../gfx/_trans/000000_50.png');
	background-attachment: fixed;	
	z-index: 10000;
	font-family: "Fira Sans";
	color: #333333;
}
#warningContainer {
	display: table;
	background: #ffffff;
	width: 320px;
	padding: 25px 30px; 
	position: fixed;
	box-shadow: 0px 0px 3px #aaaaaa;
}
#warningContainer h4 {
	font-family: "Fira Sans";
	color: #343434;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}
#warningContainer p {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
#warningContainer ul {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
#warningContainer ul li {
	background: url('../../../gfx/dot.gif') no-repeat left 6px;
	padding: 0px 0px 2px 12px;
}
#warningContainer ol {
	margin: 0px 0px 10px 20px;	
}	
#warningContainer ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
	font-size: 11px;	
}
#warningContainer p a,
#warningContainer ul li a,
#warningContainer ol li a {
	color: #FF5A00;
}
#warningContainer p.btt a,
#warningContainer p.bttNoClose a {
	background: #F04E23;
	padding: 5px 10px 5px 10px;
	border: none;
	color: #ffffff;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
#warningContainer p.btt a:active,
#warningContainer p.bttNoClose a:active {
	background: #F8981D;		
}
#warningContainer p.btt,
#warningContainer p.bttNoClose {
	float: right;
	text-transform: uppercase;
	font-family: "Fira Sans";
	font-size: 16px;
	margin: 10px 0px 0px 0px;	
}
.gradient-blue {
	background: #0099cf;
	background: -moz-linear-gradient(left,  #0099cf 1%, #7dba40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#0099cf), color-stop(100%,#7dba40));
	background: -webkit-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -o-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -ms-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: linear-gradient(to right,  #0099cf 1%,#7dba40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cf', endColorstr='#7dba40',GradientType=1 );
}
.gradient-orange {
	background: #e35c59;
	background: -moz-linear-gradient(left,  #e35c59 0%, #f0a308 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e35c59), color-stop(100%,#f0a308));
	background: -webkit-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -o-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -ms-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: linear-gradient(to right,  #e35c59 0%,#f0a308 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35c59', endColorstr='#f0a308',GradientType=1 );
}
.gradient-orange-reverse {
	background: #f0a308;
	background: -moz-linear-gradient(left,  #f0a308 0%, #e35c59 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0a308), color-stop(100%,#e35c59));
	background: -webkit-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: -o-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: -ms-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: linear-gradient(to right,  #f0a308 0%,#e35c59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a308', endColorstr='#e35c59',GradientType=1 );
}
.link-orange {
	background: #e35c59;
	background: -moz-linear-gradient(left,  #e35c59 0%, #f0a308 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e35c59), color-stop(100%,#f0a308));
	background: -webkit-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -o-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -ms-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: linear-gradient(to right,  #e35c59 0%,#f0a308 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35c59', endColorstr='#f0a308',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.link-orange:hover {
	background: #f0a308;
	background: -moz-linear-gradient(left,  #f0a308 0%, #e35c59 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0a308), color-stop(100%,#e35c59));
	background: -webkit-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: -o-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: -ms-linear-gradient(left,  #f0a308 0%,#e35c59 100%);
	background: linear-gradient(to right,  #f0a308 0%,#e35c59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a308', endColorstr='#e35c59',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
}
.hr-blue {
	background: #0099cf;
	background: -moz-linear-gradient(left,  #0099cf 1%, #7dba40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#0099cf), color-stop(100%,#7dba40));
	background: -webkit-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -o-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -ms-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: linear-gradient(to right,  #0099cf 1%,#7dba40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cf', endColorstr='#7dba40',GradientType=1 );
	width: 80px;
	height: 2px;
	margin: 10px 0;
}
#welcome-left p {
	font-size: 15px;
	margin-right: 30px;
}
.p30 {
	padding: 30px;
}
.p30-0 {
	padding: 30px 0;
}
.white {
	color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: 600 !important;
}
.form-container {	
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}
#step1form, 
#step2form, 
#step3form, 
#step4form {
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 30px;
}
#backToStep1, #backToStep2, #district-list, 
#step4form, #step3form, #step2form, #sms, #rodzicInfo, #sms_code_error, #imieNazwiskoRodzica_error, #imieNazwisko_error, #tel_error, #adres_error, #pesel_error, #imie_error, #rodzic_error, #drugie_error, #nazwisko_error, #successInfo, #successInfo2, #errorInfo, #warningInfo, #validation, #wiek_error {
	display: none;
}
#pMap, div#googleMap {
	height: 400px;
	width: 100%;
}
.uk-placeholder {
	border: 1px dashed #ccc;
	background-color: white !important;
}
#selectDistrict p {
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
}
#selectDistrict img { 
	margin: 132px 0 0 60px;
}
.zrealizowane-btt {
	margin: 20px 0 !important;
	border: 1px solid #333;
	border-radius: 25px;
	padding: 9px 18px;
	color: #333;
	display: inline-block;
	transition: all 0.2s;
}
.zrealizowane-btt:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}
#topBar {
	color: #fff;
	padding: 6px 16px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
}
#topBar a {
	color: #fff;
}
.info-link svg {
	color: #0099CF;
	fill: #0099CF;
	position: relative;
	top: -1px;
	right: 5px;
}
.info-link {
	color: #0099CF;
	font-size: 13px;
}
.info-link:hover {
	text-decoration: none;
}
.info-link:hover, .info-link:hover svg {
	color: #26A3A3;
	fill: #26A3A3;
}
.text-danger, .star {
	color: #DB4A37 !important;
}
#projectDetails {
	padding: 30px 40px;
}
.com {
	background: #e35c59;
	background: -moz-linear-gradient(left,  #e35c59 0%, #f0a308 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e35c59), color-stop(100%,#f0a308));
	background: -webkit-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -o-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -ms-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: linear-gradient(to right,  #e35c59 0%,#f0a308 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35c59', endColorstr='#f0a308',GradientType=1 );
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
}
#inData {
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#vote-projects {
	background: #f5f5f5;
	padding: 10px 15px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.vote-projects-danger {
	border: 1px solid #f0506e !important;
	color: #f0506e !important;
}
.districts-list {
	list-style: none;
	color: #fff;
	font-weight: 600;
}
.districts-list a {
	color: #fff;
	font-weight: 300;
}
.districts-list li {
	margin: 6px 0;
}
#infoGraph, #districtBtt, #moneyInfo {
	display: none;
}
#infoGraph {
	color: #F8DB10;
	font-weight: 600;
	font-size: 1.8rem;
}
#moneyInfo p {
	font-size: 14px;
	margin: 0 !important;
}
#moneyBox {
	background: #fff;
	color: #43A58D;
	padding: 6px 20px;
	border-radius: 15px;
	font-weight: 600;
	font-size: 24px;
	display: inline-block;
}
#districtBtt {
	margin-top: 30px;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 16px;
	border-radius: 15px;
	transition: all 0.2s;
}
#districtBtt:hover {
	background: #fff;
	color: #1BA0B0;
	text-decoration: none;
}
.fl {
	padding-left: 25px;
}
.selDistrict {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600 !important;
	padding: 4px 15px 4px 25px;
	border: 1px solid transparent;
}
.selDistrictSub {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 4px 15px 4px 25px;
	border: 1px solid transparent;
	margin-left: 25px !important;
}
.selDistrictSub:hover,
.selDistrict:hover {
	background: url('../../../gfx/arrow-list.png') no-repeat center left 7px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 15px;
}
.slogans {
	padding: 65px 0;
}
nav#mainMenu {
	float: right;
	clear: both;
}
nav#mainMenu ul {
	float: right;
	margin: 20px 0 0 0;
}
nav#mainMenu ul li {
	font-size: 16px;
	text-align: right;
	list-style: none;
	text-align: right;
	margin-left: 8px;
	float: left;
}
nav#mainMenu ul li a {
	color: #333;
	padding: 8px 12px;
	border-radius: 15px;
	text-decoration: none;
}
nav#mainMenu ul li a:hover, nav#mainMenu ul li#current a, nav#mainMenu ul li#current a:hover {
	background: #0099cf;
	background: -moz-linear-gradient(left,  #0099cf 1%, #7dba40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#0099cf), color-stop(100%,#7dba40));
	background: -webkit-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -o-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: -ms-linear-gradient(left,  #0099cf 1%,#7dba40 100%);
	background: linear-gradient(to right,  #0099cf 1%,#7dba40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cf', endColorstr='#7dba40',GradientType=1 );
	color: #fff !important;
}
.media-partner-link {
	color: #333;
	font-weight: 600;
}
.media-partner-link:hover {
	color: #333;
}
.yearDiv {
	font-size: 28px !important;
	font-weight: 600 !important;
}
ul#sideIcons {
	position: fixed;
	right: 0px;
	top: 150px;
	z-index: 800;
}
ul#sideIcons li {
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	text-align: right;
	float: right;
	clear: right;
}
ul#sideIcons li a {
	display: block;
	height: 42px;
	width: 42px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
ul#sideIcons li a img {
	width: 42px;
	height: 42px;
	float: left;
	margin: 0px 10px 0px 0px;
}
ul#sideIcons li a:hover {
	text-decoration: none;
}
ul#sideIcons li a:hover img {
	background: url('../../../gfx/_trans/000000_20.png');
}
ul#sideIcons li span {
	padding: 8px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
}
.animator-link {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}
.animator-link:hover {
	color: #fff;
}
.border-rounded {
    border-radius: 15px;
}
.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.2s;
}
.grayscale:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.black {
	color: #333 !important;
}
.newsPreview {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
}
.no-underline:hover {
	text-decoration: none !important;
}
div#subMenu {
	background: #F8F8F8;
	padding: 15px 20px 10px 0px;
}
div#subMenu ul {
	margin-bottom: 12px;
}
div#subMenu li {
	list-style: none;
	color: #58595B;
	margin: 10px 0px;
	font-weight: bold;
	padding: 0px;
}
div#subMenu li ul li {
	list-style: disc;
	padding: 0px;
	font-weight: normal;
}
div#subMenu li a {
	color: #58595B;
}
div#subMenu li a:hover,
div#subMenu li a#subMarked,
div#subMenu li a#secMarked {
	text-decoration: underline;
}
div#article p, div#article ul, div#article li, div#article a, div#article span {
	font-family: 'Montserrat', Arial, sans-serif !important;
}
div#article p,
div#article ul,
div#article ol {
	margin: 5px 0px 10px 0px;
}
div#article ul li {
	padding: 0px;
	margin: 0px 0px 2px 0px;	
}
div#article ol {
	margin: 0px 0px 0px 20px;	
}
div#article ol li {
	list-style-type: decimal;
	margin: 0px 0px 2px 0px;	
}
div#article p a,
div#article ol li a,
div#article ul li a {
	color: #00A651;
}
div#article h1 a,
div#article h2 a,
div#article h3 a,
div#article h4 a {
	color: #00A651;
}
div#article h1 {
	color: #333;
	font-size: 40px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	font-weight: 400;
}
div#article h2.specialH2 {
	color: #333;
	font-size: 40px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 400;
}
div#article h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 20px 0px 5px 0px;	
}
div#article h3 {
	font-size: 26px;
	font-weight: 400;	
	margin: 20px 0px 5px 0px;	
}
div#article h4 {
	font-size: 22px;
	font-weight: 400;	
	margin: 20px 0px 5px 0px;	
}
div#downloads {
	border-top: 1px solid #f1f1f1;
	margin-top: 15px;
	padding-top: 10px;
}
div#downloads ul li {
	font-size: 14px;
	margin: 20px 0px;
}
div#downloads ul li a {
	color: #00A651;
	padding: 0px 0px 0px 40px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
	font-weight: bold;
	display: table;
	clear: both;
}
div#downloads ul li a:hover {
	text-decoration: none;
}
div#downloads ul li a span {
	color: #7A7A7A;
	font-weight: normal;
	white-space: nowrap;
}
.wideGallery {
	margin-top: 10px;
	margin-bottom: 30px;
}
div#districtInfo {
	margin: 0px 0px 30px 0px;
	background: #f3f3f3;
	padding: 20px 25px;
}
div#districtInfo h3 {
	font-size: 50px;
	margin-top: -5px;
}
div#districtInfo p {
	margin-bottom: 5px;
}
div#districtInfo p a {
	width: 100%;
	display: table;
	text-align: right;
}
#kalendarz {
	background: #e35c59;
	background: -moz-linear-gradient(left,  #e35c59 0%, #f0a308 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e35c59), color-stop(100%,#f0a308));
	background: -webkit-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -o-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: -ms-linear-gradient(left,  #e35c59 0%,#f0a308 100%);
	background: linear-gradient(to right,  #e35c59 0%,#f0a308 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35c59', endColorstr='#f0a308',GradientType=1 );
	padding: 5px 15px 15px 15px;
}
#kalendarz table {
	width: 100%;
}
#kalendarz table td,
#kalendarz table th {
	text-align: center;
	color: #ffffff;
}
#kalendarz #head {
	font-size: 24px;
}
#kalendarz #head td {
	padding: 7px 0px 7px 0px;
}
#kalendarz #head td a {
	color: #ffffff;
}
#kalendarz #tableHeader th {
	font-weight: bold;
	font-size: 12px;
	height: 26px;
}
#kalendarz .datas td {
	width: 26px;
	height: 26px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#kalendarz .datas td a {
	color: #fff;
	display: table;
	width: 26px;
	height: 26px;
	text-align: center;
	margin: auto;
	line-height: 25px;
	font-weight: bold;
}
#icons {
	list-style: none;
}
#icons li {
	float: right;
	margin: 0 3px;
}
.colored-line {
	width: 100%;
	height: 14px;
}
.logo-footer {
	margin-top: 25px;
}
.pagination {
	margin-top: 20px !important;
}
.pagination li {
	margin: 0 5px !important;
}
.pagination li.uk-active {
	font-weight: 600;
}
/* RWD */
@media screen and (max-width: 767px) {
	ul#sideIcons {
		display: none;
	}
	#logo-small img {
		margin-top: 25px;
		margin-left: 30px;
	}
	.nav-menu li {
		margin: 20px;
	}
	#welcome-left p {
		margin-right: 0px;
	}
	.logo-footer {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.p30 {
		padding: 20px;
	}
	.uk-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	footer {
		padding: 0 20px;
	}
	.p20-small {
		padding: 0 20px;
	}
}