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: 3em;
	margin: .8em 0 60px 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: flex;
	align-items: center;
	justify-content: space-between;
}

.header-in {
	position: static;
}

.header-in .logo, .slogan {
	padding-right: 15px;
}


/*
.slogan span:after, .slogan span:before {
	font-weight: 700;
	font-size: 2.5em;
	content: "\201E";
	color: #B6C932;
	display: inline-block;
}

.slogan span:after {
	color: #5BC5F2;
	content: '\201C';
	display: inline-block;
	vertical-align: middle;
}
*/

.slogan span {
	display: inline-block;
	font-weight: 600;
}

.slogan {
	vertical-align: middle;
	font-weight: 300;
	font-size: 1.6em;
	flex: auto;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

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

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

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

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

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

.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: block;
	padding-bottom: 15px;
	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.25em;
	line-height: 1em;
	width: 100%;
	line-height: 1.2em;
}

.topNav a span {
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	padding: 0 14px;
	transition: all .25s;
}

.topNav li {
	position: relative;
	float: left;
	vertical-align: top;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.topNav li {
	padding: 0 2px;
}

@media (min-width: 961px) {
	.topNav .topNav-in > ul {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.topNav .topNav-in > ul > li:nth-of-type(4n + 1) > a span {
		background: #5BC5F2;
		color: white;
	}
	.topNav .topNav-in > ul > li:nth-of-type(4n + 2) > a span {
		background: #f9dc06;
	}
	.topNav .topNav-in > ul > li:nth-of-type(4n + 3) > a span {
		background: #b6c932;
		color: white;
	}
	.topNav .topNav-in > ul > li:nth-of-type(4n + 4) > a span {
		background: #D91016;
		color: white;
	}
	.topNav .topNav-in > ul > li > a:hover span {
		background: #464f56;
		color: white;
	}
}

.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 {
	vertical-align: top;
	text-align: right;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.soc {
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	text-align: center;
}

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

.soc {
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

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

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

.search button span {
	display: none;
}

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

.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: #5BC5F2;
	color: white;
	text-decoration: none;
}

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

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

.box h2.gray {
	background: #5BC5F2;
}

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

.senat h4 {
	color: #ddb600;
}

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

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

select {
	margin: 0 0 10px 0;
	font-weight: 300;
	border: 1px solid #C9CACA;
	display: inline-block;
	background: White;
	text-decoration: none;
	width: 60%;
	padding: 12px;
	-webkit-appearance: none;
	border-radius: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC);
	background-position: right 20px top 22px;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

.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%;
}

.content {
	padding: 60px 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;
}

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

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

.footer {
	padding: 30px 0;
}

.footer-in {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	/*border-top: 1px solid #c9caca;
	padding-top: 30px;*/
	font-size: .85em;
}

.footer .row a {
	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 {
	font-size: 1.5em;
}

.footer .subscribe {
	float: right;
}

.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) {}

.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 #d9d9d9;
	background: #f8f8f8;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.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: 1.4em;
	font-weight: 400;
}

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

.person h4 a:hover {
	color: #464f56;
	background: #b6c932;
}

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

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

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

.bread a {
	color: #848b90;
}

.bread i {
	margin: 0 5px;
}

.higilight {
	color: #b6c932;
}

.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: #464f56;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

.btn2 {
	background: #464f56;
	border-color: #464f56;
	color: white;
}

a.btn:hover {
	color: white !important;
}

.btn3 {
	background: #D91016;
	color: white;
	border-color: #D91016;
}

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

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

.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: #D91016;
	color: white;
}

.HPindex .HPregions h2, .HPregionsG h2 {
	top: -65px;
	position: relative;
	color: #464f56;
	font-size: 1.8em;
	padding-left: 25px;
	padding-right: 25px;
}

.HPregionsG h2 i {
	padding-left: 25px;
}

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

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: #5BC5F2;
}

svg path.disabled {
	fill: #b6c932;
}

svg path:hover {
	fill: #5BC5F2;
}

.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: #5BC5F2;
}

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

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

.smallMap svg path.aktivni {
	fill: #5BC5F2;
}

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

.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: #5BC5F2 !important;
}

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


/*hovers*/

a:hover {
	color: #5BC5F2;
}


/*animace*/

a, .btn, button, .btn i, button i {
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	transition: color 0.4s, border-color 0.4s, background-color 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;
}

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

.HPregionsG a {
	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: #5BC5F2;
	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;
}

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

.banner {
	background: url(/img/rakusan3.jpeg) center center no-repeat;
}

.banner .main-in {
	height: 460px;
	display: flex;
	align-items: center;
}

.banner .content {
	max-width: 50%;
	color: white;
	min-width: 260px;
}

.banner h3 {
	font-weight: 300;
	margin: 20px 0 40px 0;
	font-style: italic;
	font-size: 1.2em;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.banner .btn {
	padding: 30px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	font-size: 2em;

	border-radius: 4px;
}

.banner h2 {
	margin: 0;
	font-style: italic;
	font-weight: 300;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.mainicon {
	border: 1px solid #b8c1c7;
	color: #b6c932;
	display: block;
	line-height: 78px;
	border-radius: 50%;
	width: 80px;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

.mainicon.blue {
	color: #5BC5F2
}

.mainicon.yellow {
	color: #D91016
}

.streetview {
	background-size: cover;
	background-position: center;
	height: 210px;
	float: right;
	margin: 0 -10px 0 -10px;
	width: 412px;
	border-style: solid;
	border-color: #EFEFEF;
	border-width: 15px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	transform: rotate(5deg);
}

.body h3 {
	text-align: center;
	font-size: 1.6em;
}

.HPregions p {
	margin: 0;
}

.HPregions select {
	width: 100%;
}

.listform {}

.listform input:disabled {
	background: #f1efef;
	opacity: .5;
}

.listform label {
	width: 100%;
}

.listform select {
	width: 100%;
}

.listform h5 {
	margin-bottom: 0
}

.listeditor {}

.listeditor .editorline {
	border-style: solid;
	transition: box-shadow 200ms ease-in-out;
	border-width: 1px;
	margin: 0 0 5px 0;
}

.listeditor .editorline.ui-sortable-helper {
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.2);
	background: white;
}

.listeditor .editorline.ui-sortable-placeholder {}

.listeditor .editorline input {
	float: left;
	width: 160px;
	padding: 9px;
	margin: 6px 0 6px 6px;
}


.listeditor .editorline input.party,
.listeditor .editorline input.povolani,
.listeditor .editorline input.proposedby {
    width: 124px;
}

.listeditor .editorline input.jmeno {
	width: 180px;
}

.listeditor .editorline input.birth {
	width: 90px;
}



.listeditor .editorline select {
    width: 100px;
    float: left;
    padding: 9px;
    margin: 6px 0 6px 6px;
}

.listeditor .editorline .editorline-in {
	float: left;
	width: auto;
}

.listeditor .editorline .dragger {
	float: left;
	background: #464f55;
	color: white;
	height: 55px;
	padding: 19px;
}

.listeditor .editorline .remove {
	float: right;
	background: #D91016;
	color: white;
	height: 55px;
	padding: 15px;
	cursor: pointer;
}

.listeditor .sortablepridat {
	float: right;
	background: #464f55;
	color: white;
	height: 55px;
	padding: 15px;
	cursor: pointer;
}

.imgAdd.new span {
	width: 100%;
	min-height: 357px;
	display: block;
	padding: 110px 0 0 0;
}

.imgAdd {
	display: block;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid var(--borderColor);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 15px;
	text-align: center;
	height: unset;
	border: 1px solid #C9CACA;
}

.imgAdd strong {
	cursor: pointer;
	padding: 10px 30px;
	background: #ffffffe0;
	border: 1px solid #C9CACA;
	font-weight: normal;
	margin: 0 auto;
	display: inline-block;
}

.help{color:dimgrey; display:block;}

.listeditor .infobar4dragable {}

.listeditor .infobar4dragable div {
	float: left;
}
.upper {text-transform: uppercase;}
