body {
	font-family: "Roboto Slab", sans-serif;
	color: #373737;
}

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

.deklaracja {
	padding: 10px 0;
	background-color: #566601;
	color: #fff;
}
.deklaracja a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.deklaracja a:hover {
	color: #fff;
	text-decoration: underline;
}

a, a:hover {
	outline: 0;
	color: #373737;
}

span.greenText, a span.more {
	color: #566601;
	font-weight: 700;
}

a:hover span.more {
	text-decoration: underline;
}

.anchor-button {
	background: #566601;
	color: #fff;
	padding: 12px 18px;
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.25s ease;
}
.anchor-button:hover {
	background: #50a327;
	text-decoration: none;
	color: #fff;
}
.black-version {
	background-color: #414042 !important;
	color: #fff;
}
.black-version:hover {
	background-color: #000 !important;
	color: #fff;
}
.blue-version {
	background-color: #395896 !important;
	color: #fff;
}
.blue-version:hover {
	background-color: #2A457D !important;
	color: #fff;
}

#specialMenu a {
	background-color: #566601 !important;
	color: #ffffff !important;
}
#specialMenu a:hover {
	background-color: #50a327 !important;
	color: #ffffff !important;
}

header {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

div#th-countdown-bar {
	background-color: #566601;
	padding: 20px 0;
	margin: 30px 0;
	color: white;
}

div#th-countdown-bar h2, div#th-countdown-bar a {
	color: #fff;
}

div#timer {
	color: #fff;
}

.social-icon img {
	margin-right: 8px;
}

.greenBtt {
	padding: 8px 14px;
	background-color: #566601;
	font-size: 13px;
	transition: all 0.15s ease;
	color: #fff;
}
.greenBtt:hover {
	text-decoration: none;
	background-color: #50a327;
	color: white;
}

ul.nav-menu li a {
	color: #fff;
}

.news-date {
	margin-right: 8px;
	color: #566601;
}

.news-image {
	border: 1px solid #e9e9ea;
	float: left;
	margin: 0 15px 0 0;
}

.rowspan {
    display: inline-block;
    vertical-align: middle;
	width: 100px;
}
	
.rowspan div:first-child {
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
}

.rowspan div:last-child {
	font-size: 12px;
	color: #ffffff;
}

footer {
	background-color: #414042;
	padding: 23px 0;
}

.footer-text {
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding: 0 50px;
}

.form-label {
	margin-bottom: 8px;
}

.short-field {
	width: 20px !important;
}
.big-short-field {
	width: 40px !important;
}

#v_tel_error,
#v_rodzic_error,
#v_imie_error,
#v_nazwisko_error,
#v_data_error,
#v_adres_error,
.coig_error {
	display: none;
}

.spanColored {
	color: #cc0000;
}

h1.header-1 {
	background: url('../../../gfx/hr.png') repeat-x 0 20px;
	margin: 0px;
}

h1.header-1 span {
	background-color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	padding-right: 10px;
}

p#breadCrumbs {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px;
}

p#breadCrumbs a {
	text-decoration: none;
}

p#breadCrumbs a:hover, p#breadCrumbs a:last-child {
	color: #566601;
}

form#searchForm label {
	display: none;
}
form#searchForm {
	float: right;
	position: relative;
	background-color: #ffffff;
	border-radius: 35px;    
	border: 2px solid #b7b7b7;
	width: 130px;
	height: 21px;
	padding: 5px;
	overflow: hidden;
	transition: border 0.3s ease;
}
form#searchForm:hover {
	border: 2px solid #dedede;
}

form#searchForm input[type=text] {
	float: left;
	padding: 4px 9px;
	height: 13px;
	width: 85px;
	color: #6a6a6a;
	border: 0px;
	font-size: 11px;
	border-radius: 50px 3px 3px 50px;
}

form#searchForm input[type=image] {
	float: left;
	border: 0px;
	position: absolute;
	top: 8px;
	right: 9px;
    border-radius: 3px 50px 50px 3px;
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
	background-color: #ffffff;
}

.b40 {
	margin-bottom: 40px;
}

.bottom-green-line {
	border-bottom: 3px solid #bbd631;
}

.sec-line {
	font-size: 18px;
	font-weight: 700;
}

a#logo img, a#logo-small img {
	padding: 5px 0;
}

.bars {
	margin-left: 50px;
}

#header-editions {
    font-size: 17px;
	float: right;
	margin-right: 14px;
	line-height: 34px;
}
#header-editions a {
	margin: 0 1px;
}
#header-fb, #header-mail {
	float: right;
	margin-left: 12px;
	width: 35px;
	height: 35px;
}
#header-contrast, #header-zoom, #header-zoom-out {
	float: right;
	margin-left: 12px;
	width: 35px;
	height: 35px;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
}
#header-zoom svg path, #header-zoom-out svg path {
	fill: #343434;
}

#footer-fb, #footer-mail {
	float: right;
	margin: 0 10px;
}
#footer-fb {
	width: 11px;
	height: 20px;
}
#footer-mail {
	width: 21px;
	height: 20px;
}

nav#mainMenu ul {
	float: right;
	margin: 27px 0 0 0;
}

nav#mainMenu ul li {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	float: left;
	list-style: none;
}

nav#mainMenu ul li a {
	border-left: 1px solid #f2f2f2;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

nav#mainMenu ul li:first-child a {
	border: 0;
}

nav#mainMenu ul li a:hover, nav#mainMenu ul li#current a {
	background-color: #566601;
	color: #fff;
}

#main-map {
	margin-top: 13px;
}

#map-info hr {
	border-color: #566601;
}

#map-nazwa {
	font-weight: 700;
	font-size: 20px;
	color: #566601;
}
#map-kwota {
	font-size: 18px;
	font-weight: 700;
}
#map-procent {
	font-size: 13px;
}
#map-procent span {
	font-size: 32px;
	margin-right: 5px;
	font-weight: 700;
}

.h81 {
	height: 81px;
}

.vline {
	background: url("../../../gfx/vline.png") no-repeat center left;
}

.table-anchor {
	font-size: 12px;
}
.table-anchor:hover {
	text-decoration: none;
	color: #566601;
}

.slider-title {
	text-align: right;
	background-image: url("../../../gfx/slider-back.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 32px;
	font-weight: 300;
}

.uk-active a {
	background-color: #566601 !important;
	color: #fff !important;
}

.uk-slider {
	position:relative;
	z-index:0;
	touch-action:pan-y
}
.uk-slider:not(.uk-grid) {
	margin:0;
	padding:0;
	list-style:none
}
.uk-slider>* {
	position:absolute;
	top:0;
	left:0
}
.uk-slider-container {
	overflow:hidden
}
.uk-slider:not(.uk-drag) {
	-webkit-transition:-webkit-transform 200ms linear;
	transition:transform 200ms linear
}
.uk-slider.uk-drag {
	cursor:col-resize;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.uk-slider a,.uk-slider img {
	-webkit-user-drag:none;
	user-drag:none;
	-webkit-touch-callout:none
}
.uk-slider img {
	pointer-events:none
}
.uk-slider-fullscreen,.uk-slider-fullscreen>li {
	height:100vh
}
.uk-slideshow {
	position:relative;
	z-index:0;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	touch-action:pan-y
}
.uk-slideshow>li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0
}
.uk-slideshow>.uk-active {
	z-index:10;
	opacity:1
}
.uk-slideshow>li>img {
	visibility:hidden
}
[data-uk-slideshow-slide] {
	cursor:pointer
}
.uk-slideshow-fullscreen,.uk-slideshow-fullscreen>li {
	height:100vh
}
.uk-slideshow-fade-in {
	-webkit-animation:uk-fade .5s linear;
	animation:uk-fade .5s linear
}
.uk-slideshow-fade-out {
	-webkit-animation:uk-fade .5s linear reverse;
	animation:uk-fade .5s linear reverse
}
.uk-slideshow-scroll-forward-in {
	-webkit-animation:uk-slide-right .5s ease-in-out;
	animation:uk-slide-right .5s ease-in-out
}
.uk-slideshow-scroll-forward-out {
	-webkit-animation:uk-slide-left .5s ease-in-out reverse;
	animation:uk-slide-left .5s ease-in-out reverse
}
.uk-slideshow-scroll-backward-in {
	-webkit-animation:uk-slide-left .5s ease-in-out;
	animation:uk-slide-left .5s ease-in-out
}
.uk-slideshow-scroll-backward-out {
	-webkit-animation:uk-slide-right .5s ease-in-out reverse;
	animation:uk-slide-right .5s ease-in-out reverse
}
.uk-slideshow-scale-out {
	-webkit-animation:uk-fade-scale-15 .5s ease-in-out reverse;
	animation:uk-fade-scale-15 .5s ease-in-out reverse
}
.uk-slideshow-swipe-forward-in {
	-webkit-animation:uk-slide-left-33 .5s ease-in-out;
	animation:uk-slide-left-33 .5s ease-in-out
}
.uk-slideshow-swipe-forward-out {
	-webkit-animation:uk-slide-left .5s ease-in-out reverse;
	animation:uk-slide-left .5s ease-in-out reverse
}
.uk-slideshow-swipe-backward-in {
	-webkit-animation:uk-slide-right-33 .5s ease-in-out;
	animation:uk-slide-right-33 .5s ease-in-out
}
.uk-slideshow-swipe-backward-out {
	-webkit-animation:uk-slide-right .5s ease-in-out reverse;
	animation:uk-slide-right .5s ease-in-out reverse
}
.uk-slideshow-swipe-backward-in:before,.uk-slideshow-swipe-forward-in:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background:rgba(0,0,0,.6);
	-webkit-animation:uk-fade .5s ease-in-out reverse;
	animation:uk-fade .5s ease-in-out reverse
}
.uk-dotnav {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-top:-15px;
	padding:0;
	list-style:none
}
.uk-dotnav>* {
	-ms-flex:none;
	-webkit-flex:none;
	flex:none;
	padding-left:15px;
	margin-top:15px
}
.uk-dotnav:after,.uk-dotnav:before {
	content:"";
	display:block;
	overflow:hidden
}
.uk-dotnav:after {
	clear:both
}
.uk-dotnav>* {
	float:left
}
.uk-dotnav>*>* {
	display:block;
	box-sizing:content-box;
	width:16px;
	height:16px;
	border-radius:50%;
	background:rgba(50,50,50,.1);
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.uk-dotnav>*>:focus,.uk-dotnav>*>:hover {
	background:rgba(50,50,50,.4);
	outline:0
}
.uk-dotnav>*>:active {
	background:rgba(50,50,50,.6)
}
.uk-dotnav>.uk-active>* {
	background:rgba(50,50,50,.4);
}
.uk-dotnav-contrast>*>* {
	background:rgba(204,204,204,.4)
}
.uk-dotnav-contrast>*>:focus,.uk-dotnav-contrast>*>:hover {
	background:rgba(204,204,204,.7)
}
.uk-dotnav-contrast>*>:active {
	background:rgba(204,204,204,.9)
}
.uk-dotnav-contrast>.uk-active>* {
	background:rgba(188,214,49,.9)
}
.uk-dotnav-vertical {
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column
}
.uk-dotnav-vertical>* {
	float:none
}
.uk-slidenav {
	display:inline-block;
	box-sizing:border-box;
	width:60px;
	height:60px;
	line-height:60px;
	color:rgba(50,50,50,.4);
	font-size:60px;
	text-align:center
}
.uk-slidenav:focus,.uk-slidenav:hover {
	outline:0;
	text-decoration:none;
	color:rgba(50,50,50,.7);
	cursor:pointer
}
.uk-slidenav:active {
	color:rgba(50,50,50,.9)
}
.uk-slidenav-previous:before {
	content:"\f104";
	font-family:FontAwesome
}
.uk-slidenav-next:before {
	content:"\f105";
	font-family:FontAwesome
}
.uk-slidenav-position {
	position:relative
}
.uk-slidenav-position .uk-slidenav {
	display:none;
	position:absolute;
	top:50%;
	z-index:1;
	margin-top:-30px
}
.uk-slidenav-position:hover .uk-slidenav {
	display:block
}
.uk-slidenav-position .uk-slidenav-previous {
	left:20px
}
.uk-slidenav-position .uk-slidenav-next {
	right:20px
}
.uk-slidenav-contrast {
	color: rgba(22,28,35,.5)
}
.uk-slidenav-contrast:focus,.uk-slidenav-contrast:hover {
	color:rgba(22,28,35,.7)
}
.uk-slidenav-contrast:active {
	color:rgba(22,28,35,.9)
}

article p,article li {
	color: #373737;
}

article p {
	margin: 0px 0px 10px 0px;
	hyphens: auto;
}

article p a,article li a,div#links ul li a {
	color: #566601;
}

article p a:hover,article li a:hover,div#links ul li a:hover {
	text-decoration: underline;
}

nav#subMenu {
	background: #566601;
	padding: 15px 0px;
}

nav#subMenu ul {
	margin: 0px;
}

nav#subMenu ul li {
	color: #ffffff;
	font-size: 13px;
	margin: 5px 0px;
	list-style: none;
}

nav#subMenu ul li a {
	color: #ffffff;
}

nav#subMenu ul li a:hover,nav#subMenu ul li a#subMarked,nav#subMenu ul li a#secMarked {
	text-decoration: underline;
}

nav#subMenu ul li ul {
	margin: 0px 10px 0px 10px;
}

nav#subMenu ul li ul li {
	font-weight: normal;
}

#downloads {
	clear: both;
}
div#downloads ul {
	padding: 0px;
}

div#downloads li {
	list-style: none;
}

div#downloads li a {
	padding: 0px;
	font-weight: bold;
	color: #444;
}

div#downloads li a:hover {
	text-decoration: underline;
}

/* === */

#kalendarz {
	margin: 0px 0px 30px 0px;
}

#kalendarz table {
	width: 100%;
}

#kalendarz table td,#kalendarz table th {
	text-align: center;
	color: #343434;
}

#kalendarz #head td {
	padding: 7px 0px 16px 0px;
	font-size: 26px;
}

#kalendarz #head td a {
	color: #566601;
	font-size: 24px;
}

#kalendarz tr#tableHeader {
	display: none;
}

#kalendarz #tableHeader th {
	font-size: 12px;
	color: #aaaaaa;
}

#kalendarz .datas td {
	width: 35px;
	height: 26px;
	text-align: center;
	color: #343434;
	font-size: 14px;
}

#kalendarz .datas td#sday {
	background: #ffffff;
}

#kalendarz .datas td a {
	color: #566601;
	display: table;
	text-align: center;
	margin: auto;
	line-height: 25px;
}

div#loading {
	position: fixed;
	z-index: 9999999;
	background: url('../../../gfx/rotator.gif') no-repeat center center white;
	top: 0;
	left: 0;
	text-align: center;
    display: none;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.ui-widget-content {
	border: 0px;
	padding-top: 2px;
}
.ui-corner-all {
	border-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	cursor: pointer;
	cursor: hand;
	width: 27px;
	height: 27px;
	background-color: #373737 !important;
	border: 0px !important;
}
.ui-state-active {
	cursor: pointer;
	cursor: hand;
	background-color: #373737 !important;
	border: 0px !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -9px;
}
.ui-slider-handle {
	font-size: 10px;
	padding: 3px;
	text-decoration: none;
}
.ui-widget-header {
	background-color: #f1f1f1;
}

.popieramButtonQDiv {
	margin: 20px 0;
	text-align: right;
}

#sectionVoter {
	background-color: #f9f9f9;
	padding: 25px 20px;
	margin-bottom: 25px;
}

div#successInfo {
	background: #f9f9f9 url('../../../gfx/ok.png') no-repeat right 20px top 20px;
	padding: 25px 160px 25px 20px;
	min-height: 145px;
	margin-bottom: 20px;
	display: none;
}
div#successInfo img#formOk {
	float: right;
	width: 121px;
	height: 121px;
	margin-left: 10px;
	padding: 0;
}
div#projectsList {
	display: none;
}
div#errorInfo {
	background: #f9f9f9 url('../../../gfx/error.png') no-repeat right 20px top 20px;
	padding: 25px 180px 25px 20px;
	min-height: 165px;
	margin-bottom: 20px;
	display: none;
}
div#sendForm {
	background-color: #f9f9f9;
	padding: 25px 20px;
}

.parentBox {
	display: none;
}

.project-box {
	margin: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.border-top-extra {
	padding-top: 10px;
	border-top: 1px solid #e8e8e8 !important; 
}

.project-box  label {
	display: grid;
	grid-template-columns: 25px 1fr 150px;
	min-height: 40px; 
	padding-bottom: 10px;
}
.project-box  label input {
	width: 14px !important;
	height: 14px !important;
	margin-right: 8px;
}

.project-box-link {
	min-width: 150px;
	margin-left: auto;
	text-align: right;
}
.project-box-link a {
	color: #566601;
	font-weight: 600;
}

#finalForm input[type=text], 
div#sendForm input[type=text] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #999;
	padding: 6px 10px 6px 10px;
	width: 210px;
}
div#sendAgree p {
	font-size: 12px;
}

div#googleMap {
	height: 450px;
	background: #f1f1f1;
	width: 100%;
	clear: both;
}

.delete-project {
	text-align: right;
	margin-top: 4px;
}
.delete-project a {
	font-size: 12px;
}
.delete-project img {
	margin-right: 3px;
}

#br {display: none;}

#voteList, #voteListQ {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 25px;
}

.projects-list-element {
	margin: 10px 0; 
	padding: 20px 0 20px 99px; 
}

/* RWD */

@media (max-width: 769px) {
	#vote-link-mobile {	
	    display: flex;
    	justify-content: center;
    	padding: 12px 8px;
    	background: #b7ce2b;
    	color: white;
    	font-size: 18px;
    	text-transform: uppercase;
    	
	}	
	div#successInfo,
	div#errorInfo {
		padding: 25px 80px 25px 20px;
		background-size: 50px 50px;
	}
	div#successInfo {
		margin-bottom: 0;
	}
	.projects-list-element {
		padding: 0 0 0 99px; 
	}
	div#sendForm {
		padding: 15px;
	}
	.project-box  label {
		grid-template-columns: 25px 1fr 98px;
	}
	.project-box-link {
		min-width: 0;
	}
	input#v_adres {
		width: 90px !important;
	}
	.rowspan {
		width: 60px;
	}
	.rowspan div:first-child {
		font-size: 32px;
		line-height: 32px;
	}
	.rowspan div:last-child {
		font-size: 10px;
	}
	.vline {
		background: none;
	}
	div#th-countdown-bar {
		margin: 0;
	}	
	#finalQ,
	#sendVoteFormButton {
		font-size: 20px;
    	padding: 10px 30px;
	}
	#finalForm input[type=text], 
	div#sendForm input[type=text] {
		padding: 8px 10px;
		font-size: 16px;
	}
}
@media (max-width: 1025px) {
	.counter-text {
		font-size: 18px !important;
		margin-right: 0px !important;
	}
	.counter-arrow {
		display: none;
	}
	#br {
		display: block;
	}
}

body.body-contrast,
body.body-contrast h1,
body.body-contrast h2,
body.body-contrast h3,
body.body-contrast h4,
body.body-contrast h5,
body.body-contrast h6,
body.body-contrast a,
body.body-contrast .footer-text,
body.body-contrast h1.header-1 span,
body.body-contrast #th-countdown-bar,
body.body-contrast .deklaracja,
body.body-contrast header,
body.body-contrast footer,
body.body-contrast article p,
body.body-contrast article li,
body.body-contrast tr,
body.body-contrast #kalendarz .datas td,
body.body-contrast #kalendarz table td,
body.body-contrast #kalendarz table th,
body.body-contrast span,
body.body-contrast nav#subMenu
{
    background-color: #000 !important;
    color: #ff0 !important;
}

body.body-contrast #logo img {
	background-color: #fff !important;
}

body.body-contrast li#current {
	text-decoration: underline !important;
}

body.body-contrast #header-contrast svg,
body.body-contrast #header-zoom svg path,
body.body-contrast #header-zoom-out svg path
{
	color: #ff0 !important;
	fill: #ff0 !important;
}

body.body-plus,
body.body-plus h1,
body.body-plus h2,
body.body-plus h3,
body.body-plus h4,
body.body-plus h5,
body.body-plus h6,
body.body-plus a,
body.body-plus p,
body.body-plus span,
body.body-plus .footer-text,
body.body-plus nav#mainMenu ul li {
	font-size: 115% !important;
}

body.body-plus-2,
body.body-plus-2 h1,
body.body-plus-2 h2,
body.body-plus-2 h3,
body.body-plus-2 h4,
body.body-plus-2 h5,
body.body-plus-2 h6,
body.body-plus-2 a,
body.body-plus-2 p,
body.body-plus-2 span,
body.body-plus-2 .footer-text,
body.body-plus-2 nav#mainMenu ul li {
	font-size: 125% !important;
}