
.docasne-mezera {
	width: 100%;
	height: 80px;
}

.page {
	width: 100%;
}

.search_box {
	width: 100%;
	float: right;
	background-color: white;
	height: 70px;
}
.search_content {
	width: 30%;
	float: right;
}

body {
	width: 100%;
}

 @media only screen and (min-width: 1930px) { 

	body {
		width: 1920px;
		margin: 0 auto;
	}

}


/* HEADER
------------------------------*/


header .navigace {
	display: flex;
	width: 96%;
	padding: 0 2%;
	justify-content: space-between;
	border-bottom: 1px solid #DCDCDC;
	height: 101px;
	align-items: center;
}

header .navigace .logo {
	width: 30%;
}



header .top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: #ffffff;
}

nav {
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.nav_mobile {
	display: none;
}

.hamburger {
	display: none;
}

.logo_Seitlova {
	background-image:url('../grafika/menu_img.png');
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 101px 101px;
	height: 101px;
	padding: 0 0 0 60px;
	width: 250px;

}

.hp_logo {
	background: none !important;
	height: 101px;
	padding: 0 0 0 60px;
	width: 250px;

}

.logo_jmeno {
	padding: 20px 0 0 0;
	font-size: 2.2em;
	text-align: right;
	color: #0086C4;

}

.logo_senatorka {
	padding: 10px 0 0 0;
	font-size: 1.1em;
	text-align: right;
	color: #0086C4;
}

nav a {
	color: #0086C4;
	padding: 5px 0;
	font-size: 1em;
}

nav .active {
	border-bottom: 3px solid #AAC864;
}

.navigace .socials {
	display: flex;
	justify-content: space-between;
	width: 100px;
}

.navigace  .search {
	background-image:url('../grafika/btn_search.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	cursor: pointer;
		
}

.navigace .fb {
	background-image:url('../grafika/btn_fb.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
		
}

.navigace .yt {
	background-image:url('../grafika/btn_yt.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
		
}

.header_main {
	background-image:url('../grafika/header.jpg');
	background-repeat:no-repeat;
	background-position: center right;
	background-size: cover;
	width: 100%;
	height: 700px;
}

.header_main_text {
	background-image:url('../grafika/header_text.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: 100% auto;
	width: 45%;
	height: 568px;
	padding: 80px 0 0 5%;
}

.header_main_text_container {
	padding: 50px 0 0 5%;
}

.welcome {
	width: 906px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px #DEDEDE;
	position: absolute;
	left: 50%;
	margin: -20px 0 0 -350px;
	z-index: 10;
}

.welcome_text {
	background-image:url('../grafika/welcome_quotation.svg');
	background-repeat:no-repeat;
	background-position: center left 20px;
	background-size: 62px 75px;
	padding: 20px 20px 20px 110px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #202020;
}

main {
	padding: 0 0 150px 0;
}

.setkani {
	width: 1264px;
	height: 130px;
	margin: 140px auto 0 auto;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	justify-content: center;
	align-items: center;
}

.setkani_text {
	background-image:url('../grafika/ico_setkani.svg');
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 92px 66px;
	width: 480px;
	height: 66px;
	padding: 0px 0 5px 130px;
}

.setkani_text .setkat_se {
	font-size: 2.5em;
	color: #0086C4;
}

.setkani_text .informace {
	font-size: 1.2em;
	color: #202020;
	padding: 10px 0 0 0;
	font-family: 'AndulkaSansLight', serif;
}

.btn {
	background-image:url('../grafika/btn_arrow.svg');
	background-repeat:no-repeat;
	background-position: center right 24px;
	background-size: 14px 14px;
	padding: 20px 65px 20px 50px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 1em;
	color: #0086C4;
	display: inline;
	transition: background-color 100ms linear;
}

.btn:hover {
	background-color: #F2F8E2;
}


.novinky {
	width: 90%;
	margin: 0 auto;
	padding: 90px 0 0 0;

}

.novinky h2 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.novinky .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: 'AndulkaSansLight', serif;
}

.clanky {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 76px auto 0 auto; 
}

.clanky .clanek {
	width: 27%;
	padding: 0 2%;

}

.clanek img {
	width: 100%;

}

.novinky h3 {
	font-size: 1.3em;
	color: #0086C4;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.novinky .datum {
	font-size: 1.1em;
	color: #AAC864;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.novinky .popis {
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	line-height: 1.3em;
	padding: 10px 0 30px 0;
	font-family: 'AndulkaSansLight', serif;
	height: 90px;
}
.clanek_nadpis_container {
	height: 120px;
}

.btn_vice {
	background-image:url('../grafika/btn_arrow_right.svg');
	background-repeat:no-repeat;
	background-position: center right 14px;
	background-size: 14px 14px;
	padding: 7px 40px 7px 20px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 0.8em;
	color: #0086C4;
	display: inline;
	transition: background-color 100ms linear;
}

.btn_vice:hover {
	background-color: #F2F8E2;
}

.btn_filtrace {
	background-size: 14px 14px;
	padding: 8px 15px 7px 15px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 0.8em;
	color: #0086C4;
	display: inline-block;
	transition: background-color 100ms linear;
}

.btn_filtrace:hover {
	background-color: #F2F8E2;
}

.btn_filtrace_active {
	background-size: 14px 14px;
	padding: 8px 15px 7px 15px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 0.8em;
	color: #FFFFFF;
	display: inline-block;
	background-color: #AAC864;
}

.filtrace {
	display: flex;
	justify-content: space-between;
	width: 250px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.btn_container {
	display: flex;
	justify-content: center;
	padding: 100px 0 0 0;
}

.cv_senatorka {
	width: 90%;
	margin:275px auto 0 auto;
	border-top: 1px solid #DCDCDC;
	padding: 130px 0 120px 0;
}

.cv_senatorka h2 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.cv_senatorka .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: 'AndulkaSansLight', serif;
}

.cv_text {
	width: 60%;
	margin: 50px auto 0 auto;
	background-image:url('../grafika/quotation.svg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 36px 29px;
	padding: 50px 0 0px 0;
}

.cv_text p {
	font-size: 1.2em;
	color: #333333;
	text-align: justify;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	font-family: 'AndulkaSansLight', serif;
}

.cv_text mark {
	font-size: 1.4em;
	color: #AAC864;
	line-height: 1.4em;
	padding: 10px 0 20px 0;
	background: none;
	display: block;
}

.cv_text b {
	font-size: 1.2em;
	color: #333333;
	text-align: justify;
	line-height: 1.4em;
	padding: 40px 0 10px 0;
	display: block;
}




footer {
	height: 570px;
	width: 100%;
	background-color: #F6FAEF;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

footer .sloupec {
	font-size: 1.2em;
	color: #0086C4;
	text-align: left;
	line-height: 1.4em;
	padding: 40px 0 10px 0;
}

footer .nadpis {
	font-size: 1em;
	color: #0086C4;
	text-align: left;
	line-height: 1.4em;
	padding: 20px 0 10px 0;
}

footer .hodnota {
	font-size: 1em;
	color: #202020;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0 0px 0;
}

footer .popis {
	font-size: 0.9em;
	color: #202020;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0 0px 0;
}

footer .navigace{
	font-size: 1em;
	color: #202020;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 25px 5px 0px;
	background-image:url('../grafika/btn_arrow_right.svg');
	background-repeat:no-repeat;
	background-position: center right 0;
	background-size: 14px 14px;
	display: block;
}

footer .mapa {
	background-image:url('../grafika/footer_mapa.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 430px 430px;
	width: 430px;
	height: 480px;
}









/* NOVINKY
------------------------------*/


.clanky_komplet {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px auto 0 auto; 
}


.clanky_komplet .clanek {
	width: 27%;
	padding: 0 2% 110px 2%;

}

.odsazeni {
	padding: 200px 0 0px 0;
}

.novinky .podnadpis_2 {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.novinky h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}










/* CO DĚLÁM
------------------------------*/


.co_delam {
	padding: 200px 0 90px 0; 
}

.co_delam h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.co_delam .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.milniky {
	padding: 0 0 0px 0;
}

.milniky h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 0 0 50px 0;
}

.milniky_content {
	width: 60%;
	margin: 0 auto;
	border-top: 1px solid #D8D8D8; 
}

.milnik {
	background-image:url('../grafika/co_delam/flag.svg');
	background-repeat:no-repeat;
	background-position: top 23px left 20px;
	background-size: 16px 20px;
	padding: 20px 0 20px 50px;
	font-size: 1.2em;
	color: #333333;
	border-bottom: 1px solid #D8D8D8;
	line-height: 1.4em;
}

.rozbalovaci {
	background-image:url('../grafika/btn_arrow_down.svg');
	background-repeat:no-repeat;
	background-position: center right 20px;
	background-size: 20px 20px;
	cursor: pointer;
	padding: 0 40px 0 0;
}

.milniky span {
	color: #AAC864;
	padding: 0 0 0 15px;
}

.milnik ul {
	padding: 20px 0 20px 20px;
	display: block;
}

.milnik li {
	background-image:url('../grafika/senat/seznam_odrazka.svg');
	background-repeat:no-repeat;
	background-position: top 14px left;
	background-size: 8px 8px;
	padding: 5px 0 5px 20px;
	display: block;
	font-size: 0.9em;
	margin: 0 0 0 0px;
	font-family: 'AndulkaSansLight', serif;
	width: 80%;

}

.diar h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 150px 0 50px 0;
}

.diar_content {
	width: 60%;
	margin: 0 auto; 
}

.diar_item_1 {
	background-color: #E9E9E9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.diar_item_0 {
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.diar_content .datum {
	background-image:url('../grafika/co_delam/calendar.svg');
	background-repeat:no-repeat;
	background-position: center left 20px;
	background-size: 18px 20px;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	padding: 10px 0 10px 70px;
	width: 30%;
}

.diar_content .cas {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	padding: 10px 0 10px 70px;
	width: 7%;
}

.diar_content .datum_probehla {
	background-image:url('../grafika/co_delam/calendar.svg');
	background-repeat:no-repeat;
	background-position: center left 20px;
	background-size: 18px 20px;
	font-size: 1.2em;
	color: #A2A2A2;
	line-height: 1.4em;
	padding: 10px 0 10px 70px;
	width: 30%;
	text-decoration: line-through;
}

.diar_content .udalost {
	
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	padding: 10px 0;
	width: 70%;
	font-family: 'AndulkaSansLight', serif;
}

.diar_content .udalost_probehla {
	
	font-size: 1.2em;
	color: #A2A2A2;
	line-height: 1.4em;
	padding: 10px 0;
	width: 70%;
	font-family: 'AndulkaSansLight', serif;
}


.tiskove_zpravy {
	background-image:url('../grafika/co_delam/tiskove_zpravy.svg');
	background-repeat:no-repeat;
	background-position: top left 15%;
	background-size: 264px 260px;
	width: 80%;
	min-height: 260px;
	margin:150px auto 0 auto;
	border-top: 1px solid #D8D8D8;
}

.tiskove_zpravy h3 {
	padding: 50px 0 80px 35%;
	font-size: 2em;
	color: #202020;
}

.tiskove_zpravy .podnadpis {
	padding: 20px 0 80px 35%;
	font-size: 1.1em;
	width: 50%;
	color: #202020;
	font-family: 'AndulkaSansLight', serif;
}

.btn_container_2 {
	padding: 0px 0 0 35%;
}

.btn_2 {
	background-image:url('../grafika/btn_arrow.svg');
	background-repeat:no-repeat;
	background-position: center right 24px;
	background-size: 14px 14px;
	padding: 20px 65px 20px 50px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 1em;
	color: #0086C4;
	display: inline;
	transition: background-color 100ms linear;
}

.btn_2:hover {
	background-color: #F2F8E2;
}




/* SENÁT
------------------------------*/

.senat {
	padding: 200px 0 90px 0; 
}

.senat_logo {
	background-image:url('../grafika/senat/senat_logo.svg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: contain;
	width: 197px;
	height: 130px;
	margin: 0 auto 40px auto;
}


.senat .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: justify;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.senat .seznam_nadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: left;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.senat ul {
	padding: 20px 0 20px 20%;
	display: block;
}

.senat li {
	background-image:url('../grafika/senat/seznam_odrazka.svg');
	background-repeat:no-repeat;
	background-position: center left;
	background-size: 8px 8px;
	padding: 5px 0 5px 20px;
	display: block;
	font-size: 1.2em;
	margin: 0 0 0 20px;
	font-family: 'AndulkaSansLight', serif;

}

.senat_dokumenty_rozcestnik {
	display: flex;
	justify-content: space-between;
	width: 1365px;
	margin: 0 auto;
}

.rozcestnik_item {
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	width: 324px;
}

.ikona {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 143px;
	height: 205px;
	margin: 0 auto;
}

.ico_zpravodajstvi {
	background-image:url('../grafika/senat/ico_zpravodajstvi.svg');
}

.ico_zakony {
	background-image:url('../grafika/senat/ico_zakony.svg');
}

.ico_novely {
	background-image:url('../grafika/senat/ico_novely.svg');
}

.ico_hlasovani {
	background-image:url('../grafika/senat/ico_hlasovani.svg');
}

.rozcestnik_item .item_text {
	font-size: 1.2em;
	color: #0086C4;
	text-align: center;
	padding: 0 10% 30px 10%;
	line-height: 1.4em;
}

.play {
	position: absolute;
	z-index: 10;
	background-image:url('../grafika/senat/play.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width:100%;
	height: auto;
	margin: 20px 20px;
}

.videa_content .clanek img {
  display: block;
  width: 310px;
  height: 165px;
}


.senat_videa {
	padding: 100px 0 0 0;
}

.senat_videa h1 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 0 0 50px 0;
}

.videa_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 0px auto 0 auto; 
}


.videa_content .clanek {
	width: 310px;
	padding: 0 1% 50px 1%;

}


.videa_content h3 {
	font-size: 1.3em;
	color: #0086C4;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.videa_content .datum {
	font-size: 0.9em;
	color: #AAC864;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.senat_videa .btn_container {
	display: flex;
	justify-content: center;
	padding: 50px 0 0 0 ;
}

.senat_ma_prace {
	border-top: 1px solid #D8D8D8;
	width: 80%;
	margin: 100px auto 0 auto;
}

.senat_ma_prace h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 100px 0 50px 0;
}

.senat_ma_prace_content {
	width: 50%;
	margin: 20px auto 0 auto;
	
}

.senat_ma_prace_item {
	display: flex;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0 10px 0;
}

.senat_ma_prace_content img {
	display: block;
	float: none;
	width: 165px;
	height: 110px;
}

.senat_ma_prace .item_text {
	padding: 0 0 0 30px;
}

.senat_ma_prace_content h3 {
	font-size: 1.2em;
	color: #0086C4;
	text-align: left;
	padding: 0 0 30px 0;
	line-height: 1.3em;
}

.btn_podrobnosti {
	background-image:url('../grafika/btn_arrow_right.svg');
	background-repeat:no-repeat;
	background-position: center right 14px;
	background-size: 14px 14px;
	padding: 7px 40px 7px 20px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 0.8em;
	color: #0086C4;
	display: inline;
	transition: background-color 100ms linear;
}

.btn_podrobnosti:hover {
	background-color: #F2F8E2;
}

.clenstvi {
	font-size: 1.2em;
	color: #0086C4;
	text-align: center;
	padding: 100px 0 50px 0;
}






/* NAŠE SETKÁNÍ
------------------------------*/


.nase_setkani {
	padding: 200px 0 90px 0; 
}

.nase_setkani h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.nase_setkani .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.btn_down {
	background-image:url('../grafika/btn_arrow_down.svg');
	background-repeat:no-repeat;
	background-position: center right 24px;
	background-size: 14px 14px;
	padding: 20px 65px 20px 50px;
	border-radius: 100px;
	border: 2px solid #AAC864;
	font-size: 1em;
	color: #0086C4;
	display: inline;
	transition: background-color 100ms linear;
}

.btn_down:hover {
	background-color: #F2F8E2;
}

.nase_setkani_fotogalerie {
	border-top: 1px solid #D8D8D8;
	width: 90%;
	margin:100px auto 0 auto;
}

.nase_setkani_fotogalerie h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 100px 0 30px 0;
}

.nase_setkani_fotogalerie p {
	font-size: 1.1em;
	color: #333333;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 20% 50px 20%;
	font-family: 'AndulkaSansLight', serif;
}


.nase_setkani_fotogalerie_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0 0;
}

.nase_setkani_fotogalerie .row_1 {
	width: 24%;
	margin: 1px;
}

.nase_setkani_fotogalerie img {
	width: 100%;
	object-fit: cover;
}


.nase_setkani_fotogalerie .row_2 {
	width: 19.17%;
	margin: 1px;
}

.nase_setkani_fotogalerie .row_3 {
	width: 15.96%;
	margin: 1px;
}

.nase_setkani_fotogalerie .row_4 {
	width: 14.285%;
	box-sizing: border-box;
	margin: 1px;
}


/* VIDEA ZE SENÁTU
------------------------------*/


.videa_ze_senatu {
	padding: 200px 0 90px 0; 
}

.videa_ze_senatu_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 100px auto 0 auto; 
}


.videa_ze_senatu_content .video {
	width: 300px;
	padding: 0 2% 100px 2%;

}


.videa_ze_senatu_content h3 {
	font-size: 1.3em;
	color: #0086C4;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.videa_ze_senatu_content .datum {
	font-size: 0.9em;
	color: #AAC864;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.videa_ze_senatu h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.videa_ze_senatu .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}




/* MŮJ REGION
------------------------------*/


.muj_region {
	padding: 200px 0 90px 0; 
}

.muj_region h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
	padding: 0 0 60px 0;
}

.muj_region .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: justify;
	padding: 0px 20% 20px 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.modra {
	color: #0086C4;
	font-family: 'AndulkaSansBook', serif;
}

.zelena {
	color: #AAC864;
	font-family: 'AndulkaSansBook', serif;
}

.obvod {
	background-color: white;
	position: absolute;
	left: 50%;
	margin: -35px 0 0 -220px; 
	width:440px;
	z-index: 15;
	padding: 10px;
	border-radius: 50px;
	line-height: 50px;
	box-shadow: 0px 0px 10px #DEDEDE;

}

.muj_region_mapa .cislo {
	display: inline;
	font-size: 2.2em;
	color: #F4CC00;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 0 0 30px;

}

.muj_region_mapa .obvod_nazev {
	display: inline;
	font-size: 1.4em;
	color: #202020;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 0 0 20px;

}

.muj_region_mapa .obvod_nazev {
	display: inline;
	
}

.zajimavosti {
	width: 70%;
	margin:100px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.zajimavosti_main {
width: 58%
}


.zajimavosti_zakladni_udaje {
width: 35%;
background-color: #ECF2F2;
padding: 20px;
}

.zajimavosti_main h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 0px 0 30px 0;
}

.zajimavost {
	background-image:url('../grafika/muj_region/pin.svg');
	background-repeat:no-repeat;
	background-position: top 10px left 5px;
	background-size: 26px 26px;
	border-bottom: 1px solid #D8D8D8; 
	font-size: 1em;
	line-height: 1.4em;
	padding: 15px 40px 15px 40px;
	color: #202020;
	font-family: 'AndulkaSansLight', serif;
}

.dalsi {
	font-size: 1em;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	padding: 20px 0 0 40px;
}

.zajimavosti_zakladni_udaje h2 {
	font-size: 1.4em;
	color: #0086C4;
	text-align: center;
	padding: 20px 0 30px 0;
}

.zajimavosti_zakladni_udaje p {
	font-size: 1em;
	color: #202020;
	text-align: left;
	padding: 0 0 20px 0;
	line-height: 1.4em;
	font-family: 'AndulkaSansLight', serif;
}


.prace_region {
	width: 90%;
	margin:100px auto 0 auto;
}

.prace_region h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 40px 0 30px 0;
}

.prace_region p {
	font-size: 1.1em;
	color: #333333;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 20% 50px 20%;
	font-family: 'AndulkaSansLight', serif;

}

.prace_region .btn_container {
	padding: 20px 0 0 0; 
}




/* MÉ ROKY / TISKOVÉ ZPRÁVY
------------------------------*/


.radkovy_vypis .btn_container {
	display: flex;
	justify-content: center;
	padding: 50px 0 0 0 ;
}

.radkovy_vypis {
	border-top: 1px solid #D8D8D8;
	width: 80%;
	margin: 100px auto 0 auto;
}

.radkovy_vypis h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 100px 0 50px 0;
}

.radkovy_vypis_content {
	width: 70%;
	margin: 20px auto 0 auto;
	
}

.radkovy_vypis_item {
	display: flex;
	border-bottom: 1px solid #D8D8D8;
	padding: 20px 0 20px 0;
}

.radkovy_vypis_content img {
	display: block;
	float: none;
	width: 165px;
	height: 110px;
}

.radkovy_vypis .item_text {
	padding: 0 0 0 30px;
}

.radkovy_vypis_content h3 {
	font-size: 1.2em;
	color: #0086C4;
	text-align: left;
	padding: 0 0 30px 0;
	line-height: 1.3em;
}

.radkovy_vypis_content .datum {
	font-size: 0.8em;
	color: #AAC864;
	text-align: left;
	padding: 0 0 5px 0;
	line-height: 1.3em;
	font-family: 'AndulkaSansLight', serif;
}

.file_pdf {
	background-image:url('../grafika/file_pdf.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 110px;
	height: 118px;
		
}

.rok {
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 110px;
	height: 118px;
		
}

.rok_2014 {
	background-image:url('../grafika/me_roky/ico_2014.svg');
		
}

.rok_2015 {
	background-image:url('../grafika/me_roky/ico_2015.svg');
		
}

.rok_2016 {
	background-image:url('../grafika/me_roky/ico_2016.svg');
		
}

.rok_2017 {
	background-image:url('../grafika/me_roky/ico_2017.svg');
		
}

.rok_2018 {
	background-image:url('../grafika/me_roky/ico_2018.svg');
		
}

.rok_2019 {
	background-image:url('../grafika/me_roky/ico_2019.svg');
		
}

.rok_2020 {
	background-image:url('../grafika/me_roky/ico_2020.svg');
		
}

.rok_2021 {
	background-image:url('../grafika/me_roky/ico_2021.svg');
		
}

.rok_2022 {
	background-image:url('../grafika/me_roky/ico_2022.svg');
		
}


/* CLANEK
------------------------------*/

.clanek_detail {
	width: 950px;
	margin: 50px auto 0 auto;

}

.video_yt {
	padding: 80px 0 60px 0;
}

.video_yt iframe {
	width: 700px;
	height: 400px;
	margin: 0 auto !important;
	display: block;
}

.clanek_detail h1 {
	font-size: 2em;
	color: #202020;
	text-align: left;
	padding: 0px 0 50px 0;
}

.clanek_detail .datum {
	font-size: 0.9em;
	color: #AAC864;
	text-align: left;
	padding: 0px 0 25px 0;
}

.datum_socials_container {

	display: flex;
	justify-content: space-between;
}

.hlavni_img {
	padding: 0 0 30px 0;
	width: 950px;
}

.uvod_text p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0px 0 30px 0;
	font-family: 'AndulkaSansLight', serif;
}

.clanek_text h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 30px 0 20px 0;
	color: #0086C4;
}

.clanek_text p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0px 0 20px 0;
	font-family: 'AndulkaSansLight', serif;
}

.clanek_detail .fb {
	background-image:url('../grafika/btn_fb.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
		
}

.clanek_detail .socials {
	display: flex;
	justify-content: space-between;
	width: 50px;
}

.clanek_detail .tw {
	background-image:url('../grafika/btn_tw.svg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
		
}

.clanek_content .box {
	padding: 20px;
	background-color: #FCF2C0;
	border-radius: 5px;
	margin: 30px 0;
}

.box h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0px 0 10px 0;

}

.box_text {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0px 0 10px 0;
	font-family: 'AndulkaSansLight', serif;
}

.fotka_text {
	font-size: 1em;
	line-height: 1.4em;
	padding: 30px 0 30px 0;
	font-family: 'AndulkaSansLight-Italic', serif;
	
}

.clanek_img {
	padding: 30px 50px 30px 0;
	float: left;
	width: 545px;
}

.clanek_footer {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.share {
	display: flex;
	justify-content: space-between;
	width: 220px;
}

.clanek_footer .podpis {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	font-family: 'AndulkaSansLight', serif;
}

.clanek_footer .share_text {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	font-family: 'AndulkaSansLight', serif;
}

.clanek_btns {
	display: flex;
	width: 450px;
	justify-content: space-between;
	margin: 100px auto 0 auto;
}

.btn_vypis {
	background-image:url('../grafika/btn_arrow_left_up.svg');
	background-repeat:no-repeat;
	background-position: center left;
	background-size: 14px 14px;
	padding: 20px 0px 20px 30px;
	border-radius: 100px;
	font-size: 1em;
	color: #0086C4;
	display: inline;
}

.clanek_drobecky {
	padding: 115px 0 0 2%;
}

.drobecky_text {
	font-size: 0.8em;
	padding: 0;
	font-family: 'AndulkaSansLight', serif;
}


/* KDO JSEM
------------------------------*/


.kdo_jsem {
	padding: 200px 0 90px 0; 
}

.kdo_jsem h1 {
	font-size: 2.5em;
	color: #0086C4;
	text-align: center;
}

.kdo_jsem .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.kdo_jsem img {
	width: 250px;
	margin: 50px auto 0 auto;
	display: block;
}

.overview {
	width: 80%;
	margin: 0 auto;
}

.overview_content {
	width: 100%;
	background-image:url('../grafika/kdo_jsem/line.svg');
	background-repeat:repeat-y;
	background-position: top center;
}

.overview_item {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 0 100px 0;
}

.overview_top {
	width: 100%;
	background-image:url('../grafika/kdo_jsem/line_top.svg');
	background-repeat:repeat-y;
	background-position: top center;
	height: 45px;
}

.overview_bottom {
	width: 100%;
	background-image:url('../grafika/kdo_jsem/line_bottom.svg');
	background-repeat:repeat-y;
	background-position: top center;
	height: 45px;
}

.overview_text_vlevo {
	width: 50%;
}

.overview_text_vlevo h2 {
	text-align: right;
	color: #0086C4;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0px 50px 0 0;
}

.overview_text_vlevo p {
	text-align: right;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 50px 0 0;
	font-family: 'AndulkaSansLight', serif;
}

.overview_fotka_vpravo {
	width: 50%;
	padding: 0 0 0 0px;
}

.overview_text_vpravo {
	width: 50%;
}

.overview_text_vpravo h2 {
	text-align: left;
	color: #0086C4;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0px 0px 0 50px;
}

.overview_text_vpravo p {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 0 0 50px;
	font-family: 'AndulkaSansLight', serif;
}

.popisek {
	font-style: italic;
	padding-top: 50px !important;
}

.overview_fotka_vlevo {
	width: 50%;
	padding: 0 0 0 0px;
}

.overview_fotka_vlevo img {
	float: right;
	margin: 0 1px 0 0;
	max-width: 460px;
}

.overview_fotka_vpravo img {
	float: left;
	margin: 0 0px 0 1px;
	max-width: 460px;
}

.kontakt_form {
	width: 80%;
	margin: 100px auto 0 auto;
	padding: 100px 0 0 0;
	border-top: 1px solid #D8D8D8; 

}


.kontakt_form h2 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 100px 0 30px 0;
}

.kontakt_form .podnadpis {
	font-size: 1.1em;
	color: #333333;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 20% 50px 20%;
	font-family: 'AndulkaSansLight', serif;
}

.kontakt_form_content {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}

.kontakt_form_content .form {
	width: 460px;
}

.kontakt_form_content .kontakty {
	width: 460px;
}

.kontakt_form_content input {
	width: 460px;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #AAC864;
	margin: 0 0 40px 0;
	border-radius: 5px;
	font-family: 'AndulkaSansBook', serif;
}
.kontakt_form_content textarea {
	width: 460px;
	height: 300px;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #AAC864;
	border-radius: 5px;
	font-family: 'AndulkaSansBook', serif;
}

.kontakt_form .kontakty .item {
	padding: 0 0 30px 0;
}

.kontakt_form .kontakty h3 {
	font-size: 1.4em;
	color: #0086C4;
	text-align: left;
	line-height: 1.4em;
	padding: 0 0 10px 0;
}

.kontakt_form .kontakty p {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0 10px 0;
	font-family: 'AndulkaSansLight', serif;
}


.btn_vlastovka {
	background:none;
	background-image:url('../grafika/btn_vlastovka.svg');
	background-repeat:no-repeat;
	background-position: center right 24px;
	background-size: 20px 20px;
	padding: 20px 65px 20px 40px;
	border-radius: 100px;
	border: 2px solid #0086C4;
	font-size: 1em;
	color: #0086C4;
	display: inline;
	float: right;
	margin: 40px 0 0 0;

}


.form_status {
	position: fixed;
	z-index: 30;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #FF2F5F;
}

.form_status_success {
	position: fixed;
	z-index: 30;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #3AC98D;
}

.form_status p{
 text-align: center;
 color: #FFF;
 padding: 50px;
 box-sizing: border-box;
 font-size: 1.2em;
}

.form_status_success p{
 text-align: center;
 color: #FFF;
 padding: 50px;
 box-sizing: border-box;
 font-size: 1.2em;
}


/* BASIC LIST
------------------------------*/

.basic_list {
	width: 80%;
	margin: 100px auto 0 auto;
}

.basic_list h1 {
	font-size: 2em;
	color: #202020;
	text-align: center;
	padding: 100px 0 50px 0;
}

.basic_list_content {
	width: 80%;
	margin: 20px auto 0 auto;
	
}

.basic_list h2 {
	font-size: 1.5em;
	color: #0086C4;
	text-align: center;
	padding: 100px 0 40px 0;
}

.basic_list h3 {
	font-size: 1.2em;
	color: #0086C4;
	text-align: left;
	padding: 30px 0 10px 0;
}

.basic_list_item {
	border-bottom: 1px solid #D8D8D8;
	padding: 15px 0 15px 0;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
}


/* VOLEBNÍ PROGRAM
------------------------------*/

.program_01 {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

.volebni_program img {
	width: 100%;
	display: block;
}

.program_text {
	width: 60%;
}

.obrazek {
	width: 35%;
}

.program_text p {
	width: 100%;
	font-size: 1.1em;
    color: #333333;
    text-align: left;
    line-height: 1.3em;
    padding: 10px 0 30px 0;
    font-family: 'AndulkaSansLight', serif;
}


.program_text h2 {
	font-size: 1.7em;
}

.program_text .zluta {
	color: #F4CC00;
}

.program_text .zelena {
	color: #AAC864;
}

.tucne {
	font-family: 'AndulkaSansBook', serif;
}


.dodatek {
	width: 60%;
	margin:0 auto;
	font-size: 1.3em;
    color: #333333;
    text-align: center;
    line-height: 1.3em;
    padding: 100px 0 100px 0;
    font-family: 'AndulkaSansBook', serif;
}

.setkani_program {
	width: 1264px;
	height: 130px;
	margin: 50px auto 50px auto;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonialy h3 {
font-size: 2.5em;
color: #0086C4;
text-align: center;
}

.testimonialy .nazory_podnadpis {
font-size: 1.2em;
text-align: center;
font-family: 'AndulkaSansLight', serif;
padding: 10px 0 0 0;
}

.testimonialy_content {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
	padding: 50px 0 100px 0;
	flex-wrap: wrap;
	border-bottom: 1px solid #DCDCDC;;
}

.testimonial {
width: 380px;
padding: 50px 20px;
}

.testimonialy img {
border-radius: 10px;
width: 380px;
height: 380px;
object-fit: cover;
}

.testimonialy .jmeno {
font-size: 1.2em;
font-family: 'AndulkaSansBook', serif;
padding: 10px 0 0px 0;
}

.testimonialy .pozice {
font-size: 1.1em;
font-family: 'AndulkaSansLight', serif;
padding: 5px 0 5px 0;
color:#AAC864;
}

.testimonialy .podpora {
font-size: 1.1em;
font-family: 'AndulkaSansLight', serif;
padding: 5px 0 5px 0;
line-height: 1.3em;
}

.odsazeni_presvedcena {
	font-size: 2.3em;
	color: #0086C4;
	text-align: center;
	padding: 30px 0 0 0;
}

.presvedcena .podnadpis {
	font-size: 1.2em;
	color: #202020;
	text-align: center;
	padding: 10px 20% 0 20%;
	font-family: 'AndulkaSansLight', serif;
	line-height: 1.4em;
}

.presvedcena img {
	width: 250px;
	margin: 50px auto 0 auto;
	display: block;
}

.presvedcena {
 padding: 100px;
}

.testimonialy {
	padding: 100px 0 0 0;
}





