html {
	background: White;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

body {
	background: White;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

html, body, input, textarea, select, table {
	font-family: 'Fira Sans', sans-serif;
	color: #464f56;
	font-style: normal;
	font-weight: 400;
}

.awe {
	content: "\f106";
	font-size: 20px;
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

hr {
	color: #e8e8e8;
	background: #e8e8e8;
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
}

h1 {
	font-size: 2.5em;
	margin: .8em 0 10px 0;
}

h2 {
	font-size: 2.3em;
	margin: .8em 0 20px 0;
}

h3 {
	font-size: 2em;
	margin: .8em 0 20px 0;
}

h4 {
	font-size: 1.55em;
	margin: .8em 0 20px 0;
}

h5 {
	font-size: 1.4em;
	margin: .8em 0 20px 0;
}

strong {
	font-weight: 600;
}

a {
	color: #464f56;
}

input, textarea, select, button, .btn {
	margin: 0;
	font-weight: 400;
	border: 1px solid #C9CACA;
	padding: 15px;
	display: inline-block;
	background: White;
	text-decoration: none;
	width: 100%;
	line-height: 1.45em;
}

body {
	font-size: 1em;
	line-height: 1.6em;
}

#base {
	position: relative;
}

.topBar-in, .header-in, .main-in, .footer-in {
	width: 1245px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.topBar {
	display: table;
	width: 100%;
}

.header-in {
	position: static;
}

.header-in .logo {
	display: table-cell;
	padding-right: 15px;
}

.header-in .logo a {
	display: table;
}

.header-in .logo span {
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 0;
}

.header-in .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 335px;
}

.ls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.ls a {
	display: block;
	width: 208px;
	height: 137px;
	background: transparent url("/img/roh2.png") no-repeat scroll 100% 0;
	background-size: contain;
}

.header-in .logo h1 {
	margin: 0;
}

.main-in {}

.midCol, .rightCol, .leftCol {
	float: left;
}

.leftCol {
	width: 300px;
	margin-left: -1215px;
	padding: 30px 0;
}

.midCol {
	margin-left: 300px;
	width: 915px;
	padding-left: 40px;
}

.navBar {
	border-bottom: 1px solid #c9caca;
}

.navBar-in {
	display: table;
	width: 100%;
	margin-bottom: -1px;
}

.topNav {
	display: table-cell;
	vertical-align: top;
}

.topNav a {
	display: block;
	padding: 0 0;
	border-bottom: 4px solid transparent;
	display: table;
	text-decoration: none;
	text-align: center;
	color: #575656;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1em;
	width: 100%;
	line-height: 1.2em;
}

.topNav a span {
	display: table-cell;
	vertical-align: middle;
	height: 59px;
}

.topNav li {
	position: relative;
	float: left;
	vertical-align: top;
}

.topNav li+li {
	margin-left: 25px;
}

.topNav ul {
	margin: 0;
	display: table;
	width: 100%;
}

.topNav ul ul {
	position: absolute;
	display: block;
	left: 0;
	top: 60px;
	background: #16acda;
	min-width: 330px;
	margin: 0;
	padding: 15px 0;
	z-index: 5000;
}

.topNav ul ul li {
	padding: 0;
	float: none;
	margin: 0;
	display: block;
}

.topNav li:hover a, .topNav a.aktivni {
	color: #16acda;
	text-decoration: none;
}

.topNav a.aktivni {
	border-color: #16acda;
}

.topNav ul ul a {
	line-height: 1.2em;
	padding: 8px 10px;
	background: #16acda;
	font-size: 1.25em;
	line-height: 1.25em;
	color: white !important;
	padding: 5px 10px;
	text-align: left;
}

.topNav ul ul a span {
	display: block;
	height: auto;
}

.topNav ul ul a:hover {
	text-decoration: underline;
}

.topNav li:last-child ul, .topNav li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}

.topCont {
	display: table-cell;
	vertical-align: top;
	padding-top: 37px;
	text-align: right;
}

.stan {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.subscribe {
	display: inline-block;
	vertical-align: middle;
}

.subscribe form {
	display: table;
}

.subscribe p {
	display: table-cell;
	vertical-align: middle;
	font-size: .8em;
	line-height: 1.25em;
	width: auto;
	margin: 0;
}

.subscribe input {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #dadada;
	width: 227px;
	padding: 0 10px 0 0;
	height: 34px;
}

.subscribe .btn {
	line-height: 34px;
	padding: 0 10px;
	border: 0;
}

.subscribe button {
	background: #575656;
	color: white;
}

.subscribe a.btn {
	background: #5d8c00;
	color: white;
	margin-left: 10px;
}

.subscribe .btn:hover, .app:hover {
	background: #16acda;
	color: white;
	text-decoration: none;
}

.subscribe .btn {
	text-transform: none;
	min-width: 0;
}

.soc {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	width: 240px;
}

.soc a {
	color: #575656;
	font-size: 1.3em;
	margin: 0 15px;
}

.search {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 200px;
}

.search fieldset {
	display: inline-block;
	border-bottom: 4px solid #575656;
	position: relative;
}

.search input {
	min-height: 0;
	width: 100%;
	font-size: 1.4em;
	border: 0;
	line-height: 1.2em;
	height: 58px;
	padding: 0 40px 0 0;
	background: transparent;
}

.search button {
	border: 0;
	background: transparent;
	color: #575656;
	font-size: 20px;
	text-align: right;
	width: 30px;
	line-height: 58px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	padding: 0;
}

.search button span {
	display: none;
}

.stan {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.subscribe {
	display: inline-block;
	vertical-align: middle;
}

.subscribe form {
	display: table;
}

.subscribe p {
	display: table-cell;
	vertical-align: middle;
	font-size: .8em;
	line-height: 1.25em;
	width: auto;
	margin: 0;
}

.subscribe input {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #dadada;
	width: 227px;
	padding: 0 10px 0 0;
	height: 34px;
}

.subscribe .btn {
	line-height: 34px;
	padding: 0 10px;
	border: 0;
}

.subscribe button {
	background: #464f56;
	color: white;
}

.subscribe a.btn {
	background: #b6c932;
	color: white;
	margin-left: 10px;
}
.set2024color .subscribe a.btn{background:#ce0f68;}

.subscribe .btn:hover, .app:hover {
	background: #84c4f0;
	color: white;
	text-decoration: none;
}

.subscribe .btn {
	text-transform: none;
	min-width: 0;
}

.soc {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	width: 240px;
}

.soc a {
	color: #464f56;
	font-size: 1.1em;
	margin: 0 10px;
}

.search {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 200px;
}

.search fieldset {
	display: inline-block;
	border-bottom: 4px solid #464f56;
	position: relative;
}

.search input {
	min-height: 0;
	width: 100%;
	font-size: 1.4em;
	border: 0;
	line-height: 1.2em;
	height: 58px;
	padding: 0 40px 0 0;
	background: transparent;
}

.search button {
	border: 0;
	background: transparent;
	color: #464f56;
	font-size: 20px;
	text-align: right;
	width: 30px;
	line-height: 58px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	padding: 0;
}

.navBar .search button {
	width: 50px;
}

.search button span {
	display: none;
}

.HPslide {
	background: #e5e7e7 url(../img/bgHP.jpg) no-repeat center 100%;
	padding: 0 0 50px 0;
}

.HPslide .box {
	padding: 0 15px;
}

.box h2, .HPindex h2, .HParticles h2, .HPregionsG h2 {
	background: #ba171c;
	margin: 0;
	color: white;
	display: inline-block;
	font-size: 1.4em;
	padding: 15px 15px;
	line-height: 1.25em;
}

.set2024color .box h2{background:#ce0f68; font-style: italic; text-transform: uppercase; font-weight: bold;}
.set2024color .HPindex h2{background:#ce0f68; font-style: italic; text-transform: uppercase; font-weight: bold;}
.set2024color .HParticles h2, .HPregionsG h2 {background:#ce0f68;}


.box .article h3 {
	font-size: 1.4em;
}

.box h2 a, .HPindex h2 a {
	color: white;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	margin: 0 -20px;
}

.box h2 a:hover, .HPindex h2 a:hover {
	background: #84c4f0;
	color: white;
	text-decoration: none;
}



.box h2.yellow, .box.senat h2 {
	background: #b6c932;
}

.set2024color .box h2.yellow{background:#ce0f68; font-style: italic; text-transform: uppercase; font-weight: bold;}
.set2024color .box.senat h2{background:#ce0f68;}

.box .status {
	padding-left: 0;
	padding-right: 0;
}

.box h2.gray {
	background: #84c4f0;
}


.set2024color .box h2.gray{background:#ce0f68; font-style: italic; text-transform: uppercase; font-weight: bold;}

.HPslide h2, .HPregions h2, .HPregions {
	background: #fff;
}

.box-in {
	background: white;
	position: relative;
	padding: 10px 20px;
}

.HPslide .box-in {
	min-height: 415px;
	padding: 0;
}

.kandidat {
	background: white no-repeat 93% 100%;
	padding: 20px;
	min-height: 415px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.kandidat h4 {
	font-size: 1.8em;
	color: #b6c932;
	margin: 20px 0;
}

.set2024color .kandidat h4{color:#ce0f68;}

.senat h4 {
	color: #ddb600;
}

.set2024color .senat h4{color:#ce0f68;}

.kandidat h4 span {
	font-size: .8em;
	color: #b7b7b7;
}

.kandidat h3 {
	margin: 0;
	font-size: 2.5em;
}

.kandidat a {
	color: #464f56;
}

.HPslide .box {
	float: left;
	width: 50%;
}

.HPslide .main-in {
	padding: 0;
}

.app {
	display: inline-block;
	vertical-align: top;
	background: #464f56;
	color: white;
	text-decoration: none;
	padding: 8px 10px;
	margin-left: 4px;
}

.app i {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 4px;
}

.mapaMini {
	margin: 30px 0 10px 0;
	padding-left: 15px;
	display: block;
}

.mapaMini span {
	display: inline-block;
	position: relative;
}

.mapaMini img {
	display: block;
}

.mapaMini i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	cursor: pointer;
}

.mapaMini i:hover, .mapaMini i.aktivni {
	color: #b6c932;
}


.set2024color .mapaMini i:hover{color:#ce0f68;}
.set2024color .mapaMini i.aktivni{color:#ce0f68;}

.senat .mapaMini i:hover, .senat .mapaMini i.aktivni {
	color: #ddb600;
}

.HPslide .box .fa-angle-right {
	position: absolute;
	z-index: 10;
	line-height: 30px;
	font-size: 35px;
	color: #b6c932;
	cursor: pointer;
	right: 5px;
	text-align: center;
	min-width: 25px;
	top: 50%;
	margin-top: -15px;
}

.set2024color .HPslide .box .fa-angle-right{color:#ce0f68;}

.HPslide .box .fa-angle-left {
	position: absolute;
	z-index: 10;
	line-height: 30px;
	font-size: 35px;
	color: #b6c932;
	cursor: pointer;
	left: 5px;
	text-align: center;
	min-width: 25px;
	top: 50%;
	margin-top: -15px;
}

.set2024color .HPslide .box .fa-angle-left{color:#ce0f68;}

.HPslide .box .fa-angle-left:hover, .HPslide .box .fa-angle-right:hover {
	color: #84c4f0;
}

.HParticles .article {
	margin: 0 0 0 0;
	min-height: 100%;
	background-color: white;
	padding: 15px;
}

.HPindex .HParticles .article {
	padding: 0;
}

.HParticles .row+.row {
	margin-top: 30px;
}

.HParticles h2 {
	background-color: #ba171c;
}

.HPboxes {
	background: #e5e7e7;
	padding-bottom: 50px;
}

.fbBox {
	padding: 0;
	overflow: hidden;
}

.fbBox .overflow {
	margin: -1px;
}

.HPindex .HPregions h2, .HPregionsG h2 {
	top: -57px;
	position: relative;
}

.HPregions ol {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.HPregions ol li {
	float: left;
	width: 50%;
	padding: 7px 0;
}

.HPregions a {
	color: #464f56;
	text-decoration: none;
	display: block;
	font-size: 1.4em;
}

.HPregions a:hover, .HPregions a.aktivni {
	color: #b6c932;
	text-decoration: underline;
}


.set2024color .HPregions a:hover{color:#ce0f68;}
.set2024color .HPregions a.aktivni{color:#ce0f68;}

.HPregions .content {
	padding-top: 0px;
}

.HProzc {
	background: #e5e7e7;
}

.HProzc li {
	float: left;
	width: 33.33333%;
	text-align: center;
	padding: 0 15px;
}

.HProzc a {
	color: #464f56;
	text-decoration: none;
	font-size: 1.55em;
	display: block;
	line-height: 1.25em;
	padding-top: 140px;
	background: transparent url(/img/ico1.png) no-repeat center 0;
}

.HProzc ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.HProzc .ico2 {
	background-image: url(/img/ico2.png);
}

.HProzc .ico3 {
	background-image: url(/img/ico3.png);
}

.HProzc .ico4 {
	background-image: url(/img/ico4.png);
}

.row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row .box {
	min-height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.box-in {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 100%;
}

.menu a {
	background: #464f56;
	color: White;
	font-weight: 400;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	padding: 8px 14px;
}

.menu a:hover {
	background: #84c4f0;
	color: White;
}

.menu li:first-child {
	border: 0;
}

.menu li {
	position: relative;
	z-index: 10;
}

.menu ul {
	margin: 0;
	padding: 0;
	background: #464f56;
	padding: 10px 0;
}

.menu ul ul {
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
	padding: 0;
}

.menu ul ul a, .menu li:hover a, .menu a.aktivni {
	background: #84c4f0;
}

.menu ul ul a:hover {
	text-decoration: underline;
}

.content {
	padding: 30px 0;
}

.content ul, .cke_editable ul {
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

.content ul li, .cke_editable ul li {
	padding: 0;
	margin: 8px 0;
	position: relative;
	padding-left: 30px;
	display: table;
}

.content ul li:before, .cke_editable ul li:before {
	content: " ";
	background: #b6c932;
	display: block;
	clear: both;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .6em;
}


.set2024color .content ul li:before{background:#ce0f68;}
.set2024color .cke_editable ul li:before{background:#ce0f68;}

.content>h1:nth-of-type(1) {
	margin-top: 0;
}

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

.footer {
	padding: 30px 0;
}

.footer .row a {
	color: #84c4f0;
	text-decoration: underline;
	margin-right: 15px;
	white-space: nowrap;
}

.footer .row a.gray {
	color: #464f56;
	text-decoration: none;
}

.footer p {
	margin: 0;
	line-height: 40px;
}

.footer .row {
	font-size: .85em;
	padding-top: 30px;
}

.footer .ft {
	padding: 45px 30px;
}

.footer p span {
	margin: 0 4px;
	color: Silver;
}

.footer .soc {
	text-align: left;
	float: left;
}

.footer .subscribe {
	float: right;
}

.skyL {
	position: absolute;
	bottom: -10px;
	left: -160px;
	text-align: right;
}

.skyR {
	position: absolute;
	bottom: -10px;
	right: -160px;
}

.skyL h4, .skyR h4 {
	margin: 0;
}

.skyL a, .skyR a {
	color: #464f56;
}

.krajSlct {
	padding: 0 0 0 25px;
	display: table-cell;
	vertical-align: middle;
	font-size: .8em;
	line-height: 1.25em;
	line-height: 33px;
	position: relative;
}

.krajSlct:hover span, .krajSlct.rollOut span {
	color: white;
	background: #84c4f0;
	border-color: white;
}

.krajSlct span {
	display: inline-block;
	padding: 0 10px;
	border-bottom: 1px solid #dadada;
	cursor: pointer;
	white-space: nowrap;
}

.krajSlct span i {
	margin-left: 10px;
}

.krajSlct ol {
	position: absolute;
	display: none;
	right: 0;
	top: 34px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	background: #84c4f0;
	z-index: 20;
	width: 100%;
}

.krajSlct ol a {
	color: white;
	display: block;
	text-transform: none;
	text-decoration: none;
	padding: 3px 10px;
	line-height: 1.5em;
}

.krajSlct ol a:hover {
	text-decoration: underline;
}

.krajSlct-in {
	display: inline-block;
	position: relative;
}

.krajSlct.rollOut ol {
	display: block;
}

.footer .krajSlct ol {
	top: auto;
	bottom: 34px;
}

.zapojtese ol {
	width: 230px;
	right: auto;
	left: 0;
}

.potvrzeni {
	width: 100%;
	max-width: 380px;
	padding: 20px 15px;
	z-index: 10000;
	background-color: #F4F4F4;
	border: 1px solid silver;
	top: 20%;
	left: 50%;
	margin-left: -190px;
	text-align: center;
	position: fixed;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}

.potvrzeni p {
	padding: 0;
	margin: 1em 0 0 0;
}

.potvrzeni button {
	padding: 10px;
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.potvrzeni h4 {
	margin: 0;
}

.potvrzeni .btn {
	line-height: 2em;
	font-size: 1.1em;
	padding: 0 10px;
}

.tab, table[border="1"] {
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
}

.tab td, .tab th, table[border="1"] td, table[border="1"] th {
	border: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-color: rgba(166, 168, 176, .2);
	padding: 11px 10px;
}

.tab th, table[border="1"] th {
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	font-weight: 600;
}

.tab tr:nth-of-type(odd) {}

.cal {
	display: inline-block;
	background: #464f56;
	color: white;
	text-align: center;
	padding: 5px;
	font-size: .9em;
	line-height: 1.2em;
	min-width: 60px;
}

.cal strong {
	font-weight: 600;
	display: block;
}

.calendarTab td {
	line-height: 1.3em;
}

.calendarTab a {
	text-decoration: none;
}

.calendarTab h4 {
	font-weight: 400;
	font-size: 1.1em;
}

.kandidati {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.person {
	padding: 10px;
	float: left;
	width: 33.3333%;
}

.kandidati .person {
	width: 20%;
}

.person-in {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
}

.kandidati .person img {
	width: 100% !important;
	max-height: none !important;
	height: auto;
}

.person img {
	width: auto;
	height: auto;
	display: block;
	max-height: 155px;
	margin: 0 auto;
}

.person h3 {
	margin: 0;
	font-size: 1.2em;
	text-align: center;
	background: #f8f8f8;
	padding: 5px;
	display: table;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
}

.person h3 span, .person h4 span {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.person h4 {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: #f9dc06;
	font-weight: 700;
}

.person h4 a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: table;
	width: 100%;
	background: #464f56;
}

.person h4 a:hover {
	color: white;
	background: #84c4f0;
}

.person:nth-of-type(3n+1) {
	clear: left;
}

.miniFiltr input, minifiltr .btn {
	padding: 5px 15px;
	width: 100%;
}

.miniFiltr {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.miniFiltr:after {
	content: " ";
	display: block;
	clear: both;
}

.miniFiltr-in {
	max-width: 400px;
	float: right;
}

.slideShow {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.slideShow .slide+.slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	display: none;
}

.slideShow img {
	width: 100%;
	height: auto;
	background: transparent no-repeat center center;
	background-size: cover;
}

.graySection {
	background: #e5e7e7;
}

.slideCont {
	width: 480px;
	background: #b6c932;
	color: white;
	padding: 20px 35px;
	position: relative;
	min-height: 300px;
}


.set2024color .slideCont{background:#ce0f68;}

.slideCont h3 {
	margin: 0;
	font-weight: 400;
}

.slideImg {
	float: left;
	display: block;
	background: #b6c932;
}


.set2024color .slideImg{background:#ce0f68;}

.slideImg a, .slideImg img {
	display: block;
}

.slideCont a, .slideCont a:hover {
	color: white;
}

.nums span {
	cursor: pointer;
	color: white;
	display: inline-block;
	width: 34px;
	text-align: center;
	line-height: 32px;
	border: 1px solid white;
	margin-right: 4px;
	font-size: 1.1em;
}

.nums span.aktivni, .nums span:hover {
	background: white;
	color: #b6c932;
}


.set2024color .nums span.aktivni{background:#ce0f68;}
.set2024color .nums span:hover{background:#ce0f68;}


.slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
}

.slideCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
}

.slideCont h3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 2 0;
	flex: 1 2 0;
}

.slideCont p {
	-webkit-box-flex: 2;
	-ms-flex: 2 0 auto;
	flex: 2 0 auto;
}

.slideCont:after {
	content: url(/img/slide.svg);
	width: 30px;
	position: absolute;
	top: 10%;
	left: -29px;
}

.twitter {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 175px;
}

.twitter>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-left: 15px;
	padding-right: 15px;
}

.numbers strong {
	display: block;
	font-weight: 400;
	font-size: 1.5em;
}

.circle strong {
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1em;
	display: inline-block;
	vertical-align: text-bottom;
}

.circle {
	border: 2px dotted rgba(255, 255, 255, 0.4);
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px 15px;
	display: inline-block;
	margin: 10px 5px;
	white-space: nowrap;
	min-width: 170px;
}


/*
.circle+.circle {
	border-color: #84c4f0;
	color: #84c4f0;
}*/

.numbers {
	background-color: #f9dc06;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	width: 100%;
	justify-content: center;
	padding: 5px;
}

.formik th {
	padding-right: 20px;
	font-weight: 600;
}

.popup {
	background: White;
	background-color: rgba(255, 255, 255, .85);
	padding: 10px;
	border: 1px solid #cbd5db;
	position: absolute;
	left: 0;
	top: 27px;
	width: 260px;
	line-height: 1.25em;
}

.popup p {
	margin: 0;
}

.popup p+p {
	margin-top: 10px;
}

.popup p strong {
	font-weight: 500;
}

.popup a {
	text-decoration: none;
}

.arrow span:after, .arrow span:before, .arrow:after {
	border-color: #cbd5db;
	background: white;
	background-color: rgba(255, 255, 255, .85);
}

.popup h2 {
	font-size: 1.4em;
}

#right {
	background: white;
	padding: 0 0 30px 30px;
	width: 45%;
	max-width: 290px;
	float: right;
}

.right-in {
	background: #f8f8f8;
	border: 1px solid #e9e9e9;
	padding: 20px;
}

#right h5 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

#right h3 {
	font-size: 1.5em;
}

.bread {
	font-size: .85em;
	color: #848b90;
	margin: 0 0 5px 0;
}

.bread a {
	color: #848b90;
}

.bread i {
	margin: 0 5px;
}

.higilight {
	color: #b6c932;
}


.set2024color .higilight{color:#ce0f68;}

.pic {
	overflow: hidden;
	display: table;
}

.pic span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pic span img {
	display: block;
	margin: 0 auto;
}


/*BUTTON*/

.btn {
	width: auto;
	border-color: #b6c932;
	background: #b6c932;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}


.set2024color .btn{background:#ce0f68;}
.set2024color .btn{border-color:#ce0f68;}

.btn2 {
	background: #84c4f0;
	border-color: #84c4f0;
}

.btn:hover {
	text-decoration: none;
	color: white;
	background: #464f56;
	border-color: #464f56;
}

.btnInline {
	margin-top: 28px;
}

.polozka {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.polozka:first-child {
	border-left: 0;
}

.polozka:last-child {
	border-right: 0;
}

.polozka+.polozka {
	margin-left: -1px;
}

.numInput {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-right: 3px;
	white-space: nowrap;
	border: 1px solid #d6d6d6;
	padding-right: 23px;
	line-height: 36px;
}

.numInput input {
	padding: 0 2px 0 8px;
	font-size: 1em;
	line-height: 36px;
	height: 36px;
	vertical-align: top;
	width: 36px;
	background: White;
	border: 0;
	text-align: right;
	margin: 0;
}

.numInput span {
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	width: 16px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	color: black;
	padding: 0 1px;
	background: #DFDFDF;
	z-index: 5;
}

.numInput span+span {
	top: auto;
	bottom: 1px;
}

.numInput span:hover {
	color: white;
	background: #3F5C95;
}

.zal ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 30px;
}

.zal ul li {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.zal li a {
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 10px;
	color: #636363;
}

.zal li.aktivni a {
	background: transparent;
	border-bottom: 0;
	color: Black;
}

.zal li.aktivni {
	border: 1px solid #d6d6d6;
	border-bottom-color: white;
	background: White;
	position: relative;
	z-index: 2;
}

.zal:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	clear: both;
	position: relative;
	top: -1px;
	z-index: 1;
}

.zal li a:hover {
	text-decoration: none;
	color: Black;
}

.zal ul li:before {
	display: none;
}

.close {
	background: #b6c932 none repeat scroll 0 0;
	padding-right: 4px;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 14px;
	height: 24px;
	line-height: 23px;
	padding-left: 5px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 24px;
}


.set2024color .close{ 	background: #ce0f68 none repeat scroll 0 0;}

.close:hover {
	background: #517bbd;
}

.custom-counter {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.custom-counter li {
	counter-increment: step-counter;
	position: relative;
	padding-left: 50px;
}

.custom-counter li::before {
	position: absolute;
	left: 0;
	top: -5px;
	color: #818181;
	width: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
	border: 1px solid #818181;
	background: white;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	content: counter(step-counter);
}

.help {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 14px;
	color: white;
}

.help strong {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 28px;
	line-height: 28px;
	background: #515f6b;
	color: white;
	text-align: center;
	cursor: pointer;
}

.help .popup {
	position: absolute;
	left: 40px;
	top: -13px;
	background: #515f6b;
	text-align: left;
	display: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0;
}

.help strong:hover, .stepsBlok .help strong:hover {
	background: #e01e20;
	color: white;
}

.HPregions .textRozc li {
	float: none;
	padding: 15px;
	display: inline-block;
	max-width: 33%;
	width: auto;
	width: 100%;
}

.HPregions .textRozc ol {
	margin: 0 -15px;
	text-align: center;
}

.HPregions .textRozc li a {
	display: table;
	border: 1px solid rgba(255, 255, 255, .4);
	color: white;
	text-align: center;
	width: 100%;
}

.HPregions .textRozc li a span {
	display: table-cell;
	height: 140px;
	vertical-align: middle;
	text-align: center;
	padding: 30px 20%;
}

.HPregions .textRozc li a:hover {
	background: #84c4f0;
	color: white;
	border-color: #84c4f0;
}

svg {
	width: 100%;
	height: auto;
}

svg path {
	fill: #b6c932;
	-webkit-transition: fill .4s ease;
	-o-transition: fill .4s ease;
	transition: fill .4s ease;
	stroke: #fff;
	stroke-width: 3px;
	cursor: pointer;
}


svg path.aktivni {
	fill: #84c4f0;
}

svg path.disabled {
	fill: #b6c932;
}

svg path:hover {
	fill: #84c4f0;
}


.set2024color svg path{fill:#ce0f68;}
.set2024color svg path:hover {fill:#fff343;}

.smallMap svg path {
	fill: #D1D0D0;
	-webkit-transition: fill .4s ease;
	-o-transition: fill .4s ease;
	transition: fill .4s ease;
	stroke: white;
	stroke-width: 3px;
	cursor: pointer;
}

.smallMap svg path:hover {
	fill: #84c4f0;
}

.calMap {
	margin-top: -30px;
	max-width: 400px;
}

.smallMap svg.svgdisabled path {
	cursor: default;
	fill: #D1D0D0;
}

.smallMap svg path.aktivni {
	fill: #84c4f0;
}

.mapa {
	position: relative;
	max-width: 870px;
}

.mapa img, .mapa svg {
	width: 100%;
	height: auto;
	display: block;
}

.svg, .mapa svg {
	position: absolute;
	left: 0;
	top: 0;
}

#volby_liberecky {
	background-position: 100% 100%;
}

#senat_liberec, #senat_kutnahora, #senat_bruntal, #senat_most {
	background-position: 90% center;
	background-size: auto 250px !important;
}

.status {
	background: white;
	padding: 15px;
	width: 100%;
}

.twitter .status {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	width: auto;
	min-height: 100%;
	background-color: white;
}

.status img {
	float: left;
	margin-right: 10px;
}

.status:after {
	clear: both;
	content: ' ';
	display: block;
	height: 1px;
}

.status h5 {
	margin: 0 0 5px 0;
}

.status p {
	margin: 0;
}

.status h5 i {
	color: #1DA1F2;
}

.status a {
	color: #464f56;
}

.status {
	left: 15px;
	right: 15px;
	top: 0;
}

.articleLayout .midCol {
	width: 675px;
	padding-right: 40px;
	min-height: 500px;
	margin-left: 340px;
	padding-left: 40px;
	border-left: 1px solid #c9caca;
	margin-top: 40px;
}

.articleLayout .midCol .content {
	padding-top: 0;
}

.articleLayout .leftCol {
	margin-left: 0;
	padding: 0 0;
	position: absolute;
	left: 15px;
	top: 30px;
}

.rightCol {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 200px;
	padding-left: 40px;
	border-left: 1px solid #C9CACA;
	background-color: white;
}

.rightCol .article h3 {
	font-size: 1.1em;
	margin-bottom: 0;
}

.rightCol .article {
	margin-top: 0;
	margin-bottom: 20px;
}

.rightCol .article .aPic, .rightCol .article .text {
	display: block;
	vertical-align: top;
	width: 100%;
	padding-left: 0;
}

.rightCol .article .text {
	margin-top: 10px;
}

.perex p {
	margin: 0;
}

.perex {
	font-weight: 400;
	font-size: 1.15em;
	line-height: 1.5em;
	margin: 30px 0;
}

.datum~.perex {
	margin-top: 0;
}

.articleImg {
	margin: 30px 0;
}

.articleImg img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 850px;
}

.articleImg p {
	margin: 0;
	padding: 5px 15px;
	font-style: italic;
	font-size: .9em;
	background: #ededed;
	text-align: center;
	line-height: 1.3em;
}

.share {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	margin-left: -72px;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
	margin-top: 40px;
}

.scrollShare .share {
	top: 0;
	position: fixed;
	margin-top: 0;
}

.souvis {
	margin: 30px 0;
}

.share i {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: white;
	background: #464f56;
}

.share a, .share span {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 0 1px 0;
	cursor: pointer;
}

.share a i.fa-facebook {
	background: #0037a2;
}

.share a i.fa-twitter {
	background: #2098ff;
}

.share a:hover i, .share span:hover i {
	background: #84c4f0 !important;
}

.share a i.fa-google-plus {
	background: #c12702;
}


/*hovers*/

a:hover {
	color: #84c4f0;
}


/*animace*/

a, .btn, button, .btn i, button i {
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}

xxx {
	-webkit-transition: all 0.4s ease-out;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.menu ul ul, .topNav ul ul {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.menu li:hover ul, .topNav li:hover ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.nwlIn .btn2 {
	white-space: nowrap;
}

.nwlIn p {
	margin: 0;
	padding: 0px 2px;
}

.nwl2 h3 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	margin: 0;
	-ms-flex-item-align: center;
	align-self: center;
	line-height: 1.3em;
}

.nwlIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: -2px;
	margin-right: -2px;
}

.nwl-i {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.program ol a:hover:after {
	width: 30px;
	height: 30px;
}

.program ol a:hover {
	text-decoration: none;
	color: #464f56;
}


/*
.program ol a:after {
width: 20px;
height: 20px;
display: block;
content: ' ';
position: absolute;
right: 0;
bottom: 0;
transition: all .25s;
border: 10px solid #000;
border-color: #84c4f0 transparent transparent transparent;
}*/

.program polygon {
	fill: #84c4f0;
}

.program svg, .moto svg, .kanBoxDet svg {
	width: 30px;
	height: 20px;
	position: absolute;
	top: -19px;
	right: 0px;
}

.r1 svg, .moto svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	right: 0px;
	top: auto;
	bottom: 0;
}

.r2 svg, .kanBoxDet svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	right: auto;
	left: -30px;
}

.r4 svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	top: auto;
	bottom: -0;
	right: auto;
	left: -30px;
}

.program ol .p2 a {
	background: #84c4f0;
}

.program ol .p1 a {
	background: #f9dc06;
}

.program ol .p4 a {
	background: #b6c932;
}

.program ol .p3 a {
	background: #ba171c;
	color: white;
}

.program ol .p2 polygon {
	fill: #84c4f0;
}

.program ol .p1 polygon, .moto svg {
	fill: #f9dc06;
}

.program ol .p4 polygon, .kanBoxDet polygon {
	fill: #b6c932;
}

.program ol .p3 polygon {
	fill: #ba171c;
}

.HPregions h2 {
	background-color: white;
	color: #464f56;
}

.program ol a, .moto {
	display: block;
	background-color: white;
	text-decoration: none;
	font-size: 1em;
	padding: 25px 20px;
	line-height: 1.4em;
	text-align: center;
	color: #464f56;
	position: relative;
}

.program ol li {
	margin: 0;
	padding: 0 0 30px 0;
}

.program ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pozn {
	font-size: .85em;
}

.program strong {
	display: block;
	font-size: 1.25em;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.program .btn:hover, .btn3:hover {
	color: white;
	background: #b6c932 !important;
	border-color: #b6c932;
}



.set2024color .program .btn:hover{background:#ce0f68;}
.set2024color .btn3:hover{background:#ce0f68;}

.program .btn, .btn3 {
	background: #fff;
	color: #464f56;
	border-color: #9f9f9f;
}

.Hpindex .program .btn {
	margin-top: -15px;
}

.HPindex .btn3, .program .btn {
	background: transparent;
	min-width: 200px;
	text-align: center;
}

.program i {
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}

.program {
	padding-bottom: 50px;
}

.HParticles .twitter {
	margin-top: 0;
}

.HPindex .nwl2 {
	padding: 0 20px 15px 20px;
	background: #fff;
	margin-bottom: 20px;
}

.vtHeader h1 {
	text-transform: uppercase;
	margin-top: 0;
}

.vtHeader .nwl2 h3 {
	margin-bottom: 8px;
}

.vtHeader .nwl2 p {
	margin: 8px 0 0 0;
	line-height: 1.8em;
}

.vtHeader .obr2 {
	max-width: 50%;
	height: auto;
}

.vtHeader p {
	margin-top: 0;
}

.nwl2 {
	padding: 20px 0;
}

.vtHeader .nwl2 {
	text-align: center;
	background: #e5e7e7;
	padding: 20px;
}

.person .btn {
	padding: 1px 9px;
}

.prgList ol li {
	padding: 5px;
	margin: 0;
	min-width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 33.3333%;
}

.prgList ol a:hover {
	color: white !important;
	background: #464f56 !important;
}

.prgList ol a {
	text-decoration: none;
	color: #464f56;
	text-align: center;
	line-height: 1.25em;
	background: #b6c932;
	padding: 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.prgList ol {
	margin: 0 -5px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.prgList li:nth-of-type(4n+1) a {
	background: #84c4f0;
}

.prgList li:nth-of-type(4n+2) a {
	background: #f9dc06;
}

.prgList li:nth-of-type(4n+3) a {
	background: #b6c932;
}

.prgList li:nth-of-type(4n+3) a {
	background: #ba171c;
	color: white;
}

.programIn .nwl2 h3, .spojeni .nwl2 h3 {
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.5em;
}

.programIn .nwl2 .nwlIn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
}

.programIn .nwl2 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: auto;
}

.programIn h2 {
	margin-top: 0;
}

.vtH1 {
	text-align: center;
}

.vtH1 strong {
	text-transform: uppercase;
}

.vtRegion .shareBox {
	margin-bottom: 40px;
}

.shareBox h3 {
	font-size: 1.6em;
}

.shareBox h3, .shareBox p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	padding: 0 15px 15px 15px;
}

.shareBox .btn {
	margin: 2px;
}

.shareBox {
	background-color: white;
	text-align: center;
}

.secBanner h2 {
	color: #fff;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.5em;
	top: 10%;
	left: 60px;
	max-width: 50%;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .5);
}

.secBanner {
	background-color: white;
	padding: 15px;
	position: relative;
}

.knd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd h5 {
	font-weight: 700;
	margin: 0;
}

.knd blockquote {
	font-style: italic;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 400;
}

.knd q:before, .knd q:after {
	font-size: 1.5em;
	font-weight: 700;
	font-style: normal;
	color: #b6c932;
	margin: 0 5px;
	display: inline-block;
}

.knd:nth-of-type(1) .numero span {
	background: #b6c932;
	border-color: #b6c932;
	color: white;
	width: 40px;
	line-height: 38px;
}

.numero span {
	display: inline-block;
	border-radius: 50%;
	color: #464f56;
	border: 1px solid silver;
	width: 24px;
	line-height: 22px;
	text-align: center;
}

.knd {
	margin: 15px 0;
}

.knd a {
	color: #464f56;
}

.knd p {
	width: 40%;
	padding: 0px 15px;
	margin: 0;
	max-width: 120px;
}

.knd2 {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 6px;
}

.knd2 a {
	color: #464f56;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.25em;
}

.knd2:nth-of-type(n+11) a {
	font-size: 1.1em;
}

.knd2:nth-of-type(n+16) a {
	font-size: 1em;
}

.knd2 .numero {
	display: inline-block;
}

.knd2 .numero {
	font-size: .85em;
}

.vtRegion .program {
	padding-bottom: 0;
	margin-top: 40px;
}

.HPregionsG {
	margin-top: 50px;
}

.HPregionsG, .HPregionsG h2 {
	background: #b6c932;
	color: white;
}

.HPregionsG a {
	color: #fff;
	font-size: 1.4em;
}

.HPregionsG a:hover, .HPregionsG a.aktivni {
	color: #464f56;
	text-decoration: underline;
}

.HPregionsG svg path {
	fill: #90a01d;
	stroke: #b6c932;
}

.HPregionsG svg path:hover {
	fill: #84c4f0;
	stroke: #b6c932;
}

iframe[name="google_conversion_frame"] {
	position: absolute;
	left: -10000px;
	top: -100000px;
}

.kanDetail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.kanDet h2 {
	font-weight: 400;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.4em;
}

.kanDet p {
	margin: 5px 0 0 0;
}

.kanDet h1 span {
	font-size: .5em;
}

.kanDet h1 {
	margin: 0 0 0 0
}

.kanDet {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.kanDetImg {
	max-width: 380px;
	min-width: 40%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 40px;
	width: 100%;
}

.kanBoxDet img {
	float: right;
	width: 120px;
	height: auto;
	border-radius: 50%;
	margin-left: 20px;
	margin-bottom: 10px;
}

.kanBoxDet h2 {
	font-weight: 700;
	font-size: 1.75em;
	margin: 0;
}

.kanBoxDet h3 {
	font-size: 1.5em;
	margin: 10px 0;
}

.kanBoxDet h4 {
	font-size: 1.1em;
	margin: 0;
	font-style: italic;
}

.kanBoxDet {
	background: #b6c932;
	padding: 25px;
	position: relative;
}

.kanBoxDet svg {
	top: -20px;
}

.moto {
	font-size: 1.3em;
	line-height: 1.4em;
	background: #f9dc06;
	margin: 20px 0;
}

.moto q:after, .moto q:before {
	display: inline-block;
	font-weight: 700;
	font-size: 1.1em;
	opacity: .7;
}

.twbtns {
	margin: 15px -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.twbtns span {
	flex: auto;
	text-align: center;
	padding: 0 5px;
	max-width: 50%;
	min-width: 190px;
}

.twbtns .btn {
	width: 100%;
	max-width: 250px;
	min-width: 140px;
	margin: 2px;
}

.nextBtns a.btn {
	padding: 7px 12px;
	margin: 2px;
}

.HPbanner {
	background-color: white;
	padding: 10px;
}

.support .box-in .calendar {
	margin-top: 0;
}

.support .box-in .row {
	margin-bottom: 15px;
}

.support .box-in {
	padding: 20px;
}

.support .col-6+.col6 .article {
	padding-left: 20px;
}

.support .content {
	padding-top: 0;
}

.support .article {
	padding: 0;
}

.support .article h5 a {
	text-decoration: underline;
}

.articleList.support .article h5 {
	margin: 10px 0;
}

.support .article h5 {
	margin: 5px 0;
	font-size: 1em;
	font-weight: 700;
}

.support .article h4 {
	margin: 0 0 8px 0;
	font-style: italic;
	font-size: 1em;
	font-weight: 400;
}

.hideText {
	display: none;
	padding: 15px 0 1px 0;
	font-size: .9em;
	line-height: 1.4em;
}

.support .article .aPic img {
	display: block;
	height: auto;
	border-radius: 50%;
}

.support article.article .aPic img {
	width: 100%;
}

.support .article .aPic {
	width: 90px !important;
	min-width: 90px !important;
}

.support .article .text {
	width: 100%;
	line-height: 1.4em;
}

.separated > div[class^="col"] {
	border-color: #d9d9d9;
}

.kampan img {
	height: auto;
	width: 160px;
}


/* window popup */

.windowPopup {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.35);
	display: none;
}

.windowPopupIn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;

	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

.window .mapa {
	margin-right: -30px;
}

.window__hdr {
	margin-top: 0;
	text-align: center;
}

.window {
	background-color: white;
	padding: 20px;
	position: relative;
	max-height: 100%;
	overflow: auto;
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
	z-index: 5;
	border-radius: 6px;
	top: 10%;
}

.windowPopupSmall .window {
	max-width: 480px;
	text-align: center;
}

.windowIn:after {
	clear: both;
	height: 1px;
	content: ' ';
	display: block;
}

.window .close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.close {
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
}
