.scroll-animation {
	opacity: 0;
	position: relative;
	top: 100px;
}

#misja_i_wizja_hook {
	width: 100%;
	height: 1px;
	position: absolute;
	top: -150px;
	left: 0;
}

#misja_i_wizja {
	padding-top: 10px;
	padding-bottom: 30px;
}

#misja_i_wizja .flex > div {
	box-sizing: border-box;
	width: 33.33%;
	margin-top: 50px;
}
#misja_i_wizja .flex > div:nth-of-type(1) {padding-right: 40px}
#misja_i_wizja .flex > div:nth-of-type(2) {padding: 0 20px}
#misja_i_wizja .flex > div:nth-of-type(3) {padding-left: 40px}

#misja_i_wizja .flex img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

#kandydaci-tytul {
	padding-top: 180px;
	padding-bottom: 0;
	background-color: #F2F2F2;
}

#kandydaci-tytul figure {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 250px;
	background-position: top right;
	background-size: cover;
	background-image: url(../img/kandydaci-tytul-top.png);
	background-repeat: none;
}

#kandydaci {
	background-image: url(../img/kandydaci-bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: none;
	color: white;
	padding-bottom: 250px;
	margin-bottom: -250px;
	padding-top: 0;
}

#kandydaci > figure {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 320px;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/kandydaci-top.png);
	background-repeat: none;
}

#kandydaci h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}

#prezydent {
	max-width: 900px;
	margin-bottom: 90px;
}

#prezydent figure {
	width: 80%;
	max-width: 400px;
	position: relative;
	margin: 0 auto 40px auto;
}

#prezydent figure span {
	display: block;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #D9DADA;
	overflow: hidden;
}

#prezydent figure span img {
	display: block;
	width: 100%;
}

#radni > div {
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 30px 70px;
}

#radni figure {
	width: 90%;
	max-width: 400px;
	position: relative;
	margin: 0 auto 100px auto;
}

#radni figure > span {
	display: block;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #D9DADA;
	overflow: hidden;
}

#radni figure span img {
	display: block;
	width: 100%;
}

#radni .numeracja {
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: -60px;
	right: -20px;;	
}

#radni .numeracja span {
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 2px solid white;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box;
	padding-top: 25px;
}

#radni .numeracja span.lista {
	background: #D90028;
	text-shadow: 3px 3px #AE0816;
	right: 0;
	top: 0;
}
#radni .numeracja span.okreg{
	background: #698AFF;
	text-shadow: 3px 3px #516FDB;
	bottom: 0;
	left: 0;
}

#radni hgroup {margin-bottom: 30px}

#radni h2 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 15px;	
}
#radni div.info {
	font-size: 0.8em;
	line-height: 150%; 
	display:none;
}

#radni div.moreInfo {
	font-size: 0.7em;
	color: #d6ff00;
	cursor: pointer;
	text-shadow: 1px 1px 0px #000;
}

#call-to-action {
	background-image: url(../img/call-to-action-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 300px;
	padding-bottom: 200px;
	color: white;
	font-family: 'Kalam', cursive;
	font-weight: 700;
	font-size: 54px;
	line-height: 58px;
}
#call-to-action .iwrap {max-width: 1000px}

#kontakt  {
	padding-top: 20px;
	padding-bottom: 25px;
}

#kontakt a {
	display: block;
	position: relative;
	margin: 10px auto;
}

#kontakt a img {
	position: relative;
	margin-right: 8px;
	top: 6px;
}

footer.wrap {
	background: black;
	color: white;
	padding-top: 30px;
	padding-bottom: 15px;
}

#footer-navigation a {
	font-weight: 600;
	color: white;
	margin: 0 20px;
}

#copyright {
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	font-weight: 400;
}

/* GRID: 1440px */
@media all and (max-width: 1440px) {
	
#call-to-action {
	padding-top: 250px;
	padding-bottom: 150px;
	font-size: 48px;
	line-height: 52px;
}
	
}


/* GRID: 1024px */
@media all and (max-width: 1024px) {
	
#misja_i_wizja_hook {top: -100px}
	
#misja_i_wizja .flex > div:nth-of-type(1) {padding-right: 10px}
#misja_i_wizja .flex > div:nth-of-type(2) {padding: 0 5px}
#misja_i_wizja .flex > div:nth-of-type(3) {padding-left: 10px}

#misja_i_wizja .flex img {margin-bottom: 20px}

#radni > div {
    width: 33%;
	padding: 0 20px 50px;
}

#call-to-action {
	padding-top: 150px;
	padding-bottom: 80px;
	font-size: 36px;
	line-height: 42px;
}

#kontakt a {color: black !important}

#footer-navigation a {
	margin: 0 10px;
	color: white !important;
}

#radni .numeracja {
    width: 140px;
    height: 150px;
    bottom: -30px;
    right: -10px;
}

#radni .numeracja span {
    width: 90px;
    height: 90px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 23px;
}
	
}


@media all and (max-width: 850px) {
	#radni > div {
		width: 50%;
	}
}



/* GRID: 750px */
@media all and (max-width: 750px) {
	
#misja_i_wizja .flex > div {
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	padding: 0 !important;
	max-width: 350px;
}	

#kandydaci-tytul {padding-top: 100px}
	
#kandydaci-tytul figure {height: 100px}

#kandydaci h4 {font-size: 18px}

#prezydent {margin-bottom: 60px}

#radni > div {
    width: 100%;
	padding: 0 0 50px;
	max-width: 450px;
}

#radni figure {
    width: 90%;
    max-width: 300px;
	margin: 0 auto 60px auto;
}

#radni .numeracja {bottom: -40px}

#radni h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}

#call-to-action {
	padding-top: 100px;
	padding-bottom: 60px;
	font-size: 32px;
	line-height: 38px;
}
	
}


/* GRID: 500px */
@media all and (max-width: 500px) {
	
#kandydaci-tytul {padding-top: 70px}
	
#kandydaci-tytul figure {height: 70px}

#radni .numeracja {
    width: 140px;
    height: 150px;
    bottom: -30px;
    right: -10px;
}

#radni .numeracja span {
    width: 90px;
    height: 90px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 23px;
}

#call-to-action {
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 26px;
	line-height: 32px;
}
	
}